@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:500&display=swap);

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent
}

b {
    font-weight: bolder
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    bottom: -.25em
}

img {
    border-style: none
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    box-sizing: border-box;
    font-family: sans-serif
}

*,
:after,
:before {
    box-sizing: inherit
}

blockquote,
dl,
figure,
h1,
h2,
h3,
h4,
hr,
p {
    margin: 0
}

button {
    background: transparent;
    padding: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

html {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

*,
:after,
:before {
    border: 0 solid #fff
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a0aec0
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0
}

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code {
    font-family: Roboto Mono, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

img,
svg {
    display: block;
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1100px) {
    .container {
        max-width: 1100px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

.btn {
    text-align: center;
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: 4px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 0;
    left: 0;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    opacity: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23fff' d='M27.475 45.351C24.908 57.79 32.913 69.958 45.35 72.525s24.607-5.438 27.174-17.876m-3.82-.788C66.585 64.144 56.522 70.848 46.14 68.706S29.172 56.423 31.294 46.139'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
    background-size: auto 80%;
    transition-delay: .1s;
    content: ""
}

.btn:active {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px)
}

.btn.loading {
    color: transparent !important;
    pointer-events: none;
    box-shadow: none
}

.btn.loading * {
    opacity: 0
}

.btn.loading:after {
    opacity: 1
}

.btn-primary {
    background-color: #ff791f;
    color: #fff
}

.btn-primary.text-blue-500:not(:hover) {
    color: #ff791f
}

.btn-primary:not(:hover) {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .17), 0 0 0 0 transparent
}

.btn-primary.loading {
    box-shadow: none;
    background-color: #0a9f78
}

.btn-primary.btn-white {
    background-color: #fff;
    color: #ff791f;
    border-width: 1px
}

.btn-primary.btn-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0a9f78
}

.btn-primary:hover {
    background-color: #0a9f78
}

.btn-secondary {
    border-width: 1px;
    border-color: #cfd7dc
}

.btn-secondary.loading {
    box-shadow: none;
    background-color: #ff791f
}

.btn-secondary:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%232A3D48' d='M27.475 45.351C24.908 57.79 32.913 69.958 45.35 72.525s24.607-5.438 27.174-17.876m-3.82-.788C66.585 64.144 56.522 70.848 46.14 68.706S29.172 56.423 31.294 46.139'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E")
}

.btn-secondary:hover {
    border-width: 1px;
    border-color: #718096
}

.btn-secondary.btn-red {
    border-color: #dc5050;
    background-color: #fff;
    color: #dc5050;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s
}

.btn-secondary.btn-red:hover {
    background-color: #dc5050;
    color: #fff
}

.btn-secondary.btn-red.loading {
    background-color: #dc5050
}

.btn-secondary.btn-red.loading:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23fff' d='M27.475 45.351C24.908 57.79 32.913 69.958 45.35 72.525s24.607-5.438 27.174-17.876m-3.82-.788C66.585 64.144 56.522 70.848 46.14 68.706S29.172 56.423 31.294 46.139'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E")
}

.btn-tertiary {
    border-width: 1px;
    border-color: #2a3d48
}

.btn-tertiary:hover {
    background-color: #2a3d48;
    color: #fff
}

.btn-blue {
    background-color: #2a3d48;
    color: #fff
}

.btn-large {
    font-size: 1.125rem;
    padding: .75rem 2.5rem
}

.btn-disabled {
    background-color: #f2f5f6;
    cursor: not-allowed;
    box-shadow: none;
    border-width: 1px;
    border-color: #cfd7dc;
    color: #70838f;
    pointer-events: none
}

.btn-disabled:not(:hover) {
    box-shadow: none
}

.btn-disabled:hover {
    background-color: #cfd7dc
}

.disabled {
    background-color: #f2f5f6;
    border-color: #cfd7dc;
    pointer-events: none
}

.disabled:hover {
    border-color: #cfd7dc
}

.disabled svg * {
    stroke: #abb9c4
}

.btn-facebook {
    position: relative;
    background-color: #2e77f2
}

.btn-facebook:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #fff;
    border-width: 1px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    border-color: #2e77f2;
    content: "";
    width: 40px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 22px auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='20' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 8a7.753 7.753 0 01-6.54 7.656V10.24h1.807L11.36 8H9.21V6.545c0-.612.301-1.21 1.264-1.21h.977V3.429s-.887-.151-1.735-.151c-1.77 0-2.927 1.072-2.927 3.015V8H4.82v2.24h1.97v5.416A7.753 7.753 0 01.25 8 7.749 7.749 0 018 .25 7.749 7.749 0 0115.75 8z' fill='%232E77F2' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.btn-facebook:hover {
    background-color: #2a3d48
}

.btn-facebook:hover:before {
    border-color: #2a3d48
}

.btn-facebook.loading {
    background-color: #2e77f2
}

.btn-google {
    position: relative;
    background-color: #4285f3
}

.btn-google:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #fff;
    border-width: 1px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #4285f3;
    content: "";
    width: 40px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 22px auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M17.64 9.205c0-.639-.057-1.252-.164-1.841H9v3.481h4.844a4.14 4.14 0 01-1.796 2.716v2.259h2.908c1.702-1.567 2.684-3.875 2.684-6.615z' fill='%234285F4'/%3E%3Cpath d='M9 18c2.43 0 4.467-.806 5.956-2.18l-2.908-2.259c-.806.54-1.837.86-3.048.86-2.344 0-4.328-1.584-5.036-3.711H.957v2.332A8.997 8.997 0 009 18z' fill='%2334A853'/%3E%3Cpath d='M3.964 10.71A5.41 5.41 0 013.682 9c0-.593.102-1.17.282-1.71V4.958H.957A8.996 8.996 0 000 9c0 1.452.348 2.827.957 4.042l3.007-2.332z' fill='%23FBBC05'/%3E%3Cpath d='M9 3.58c1.321 0 2.508.454 3.44 1.345l2.582-2.58C13.463.891 11.426 0 9 0A8.997 8.997 0 00.957 4.958L3.964 7.29C4.672 5.163 6.656 3.58 9 3.58z' fill='%23EA4335'/%3E%3Cpath d='M0 0h18v18H0z'/%3E%3C/g%3E%3C/svg%3E")
}

.btn-google:hover {
    background-color: #2a3d48
}

.btn-google:hover:before {
    border-color: #2a3d48
}

.btn-google.loading {
    background-color: #4285f3
}

@media (min-width:1024px) {
    .btn:not(.next):not(.previous):not(.btn-large):not(.btn-xl) {
        padding-top: .55rem;
        padding-bottom: .45rem
    }
}

.save-btn.loading {
    background-color: transparent
}

.save-btn.saved {
    border-color: #ff791f;
    color: #ff791f;
    pointer-events: none;
    cursor: default
}

.save-btn.saved:before {
    width: .75rem;
    height: .75rem;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: .5rem;
    position: relative;
    top: -2px;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M-1054-181H386v938h-1440z'/%3E%3Cpath stroke-width='2' d='M1 6.75l4 4L12 1' stroke='%2355B891' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E")
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bg-white {
    background-color: #fff
}

.bg-gray-100 {
    background-color: #f2f5f6
}

.bg-gray-300 {
    background-color: #e9f4f1
}

.bg-gray-400 {
    background-color: #e7eaed
}

.bg-red-100 {
    background-color: #f8e1df
}

.bg-red-500 {
    background-color: #dc5050
}

.bg-orange-100 {
    background-color: #fce7d8
}

.bg-green-100 {
    background-color: #cbe5d9
}

.bg-green-500 {
    background-color: #ff791f
}

.bg-blue-100 {
    background-color: #70838f
}

.bg-blue-500 {
    background-color: #2a3d48
}

.bg-blue-600 {
    background-color: #d1edea
}

.bg-peach-100 {
    background-color: #fbe7d9
}

.hover\:bg-gray-100:hover {
    background-color: #f2f5f6
}

.hover\:bg-green-400:hover {
    background-color: #0a9f78
}

.bg-bottom {
    background-position: bottom
}

.bg-center {
    background-position: 50%
}

.bg-top {
    background-position: top
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-cover {
    background-size: cover
}

.border-gray-200 {
    border-color: #abb9c4
}

.border-gray-300 {
    border-color: #e9f4f1
}

.border-gray-400 {
    border-color: #e7eaed
}

.border-gray-500 {
    border-color: #cfd7dc
}

.border-blue-500 {
    border-color: #2a3d48
}

.hover\:border-green-500:hover {
    border-color: #ff791f
}

.rounded-none {
    border-radius: 0
}

.rounded-sm {
    border-radius: .125rem
}

.rounded {
    border-radius: 4px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.rounded-t {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.border-0 {
    border-width: 0
}

.border-2 {
    border-width: 2px
}

.border {
    border-width: 1px
}

.border-t-0 {
    border-top-width: 0
}

.border-r-0 {
    border-right-width: 0
}

.border-b-0 {
    border-bottom-width: 0
}

.border-l-0 {
    border-left-width: 0
}

.border-t-2 {
    border-top-width: 2px
}

.border-t {
    border-top-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-l {
    border-left-width: 1px
}

.hover\:border-0:hover {
    border-width: 0
}

.cursor-default {
    cursor: default
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.table-row {
    display: table-row
}

.table-cell {
    display: table-cell
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-no-wrap {
    flex-wrap: nowrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

.self-start {
    align-self: flex-start
}

.self-stretch {
    align-self: stretch
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.flex-grow {
    flex-grow: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-first {
    order: -9999
}

.order-last {
    order: 9999
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

/* .font-body {
    font-family: Brown, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
} */

.font-mono {
    font-family: Roboto Mono, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.h-4 {
    height: 1rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-16 {
    height: 4rem
}

.h-24 {
    height: 6rem
}

.h-30 {
    height: 7rem
}

.h-32 {
    height: 8rem
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.1
}

.leading-snug {
    line-height: 1.2
}

.leading-normal {
    line-height: 1.5
}

.leading-tighter {
    line-height: 1.3
}

.list-disc {
    list-style-type: disc
}

.m-0 {
    margin: 0
}

.m-2 {
    margin: .5rem
}

.m-3 {
    margin: .75rem
}

.m-6 {
    margin: 1.5rem
}

.m-8 {
    margin: 2rem
}

.m-10 {
    margin: 2.5rem
}

.-m-2 {
    margin: -.5rem
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.-my-1 {
    margin-top: -.25rem;
    margin-bottom: -.25rem
}

.-mx-1 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.mt-1 {
    margin-top: .25rem
}

.mr-1 {
    margin-right: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.ml-1 {
    margin-left: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mr-3 {
    margin-right: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.ml-3 {
    margin-left: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.ml-6 {
    margin-left: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mr-8 {
    margin-right: 2rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mr-10 {
    margin-right: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mt-auto {
    margin-top: auto
}

.mr-auto {
    margin-right: auto
}

.mb-auto {
    margin-bottom: auto
}

.ml-auto {
    margin-left: auto
}

.-mt-1 {
    margin-top: -.25rem
}

.-mb-1 {
    margin-bottom: -.25rem
}

.-mt-2 {
    margin-top: -.5rem
}

.-ml-2 {
    margin-left: -.5rem
}

.-mb-4 {
    margin-bottom: -1rem
}

.-mt-6 {
    margin-top: -1.5rem
}

.-mb-6 {
    margin-bottom: -1.5rem
}

.-mt-40 {
    margin-top: -10rem
}

.last\:-mb-4:last-child {
    margin-bottom: -1rem
}

.max-w-2xl {
    max-width: 42rem
}

.opacity-0 {
    opacity: 0
}

.opacity-75 {
    opacity: .75
}

.hover\:opacity-100:hover {
    opacity: 1
}

.outline-none {
    outline: 0
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.p-12 {
    padding: 3rem
}

.p-24 {
    padding: 6rem
}

.p-32 {
    padding: 8rem
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.px-32 {
    padding-left: 8rem;
    padding-right: 8rem
}

.py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
}

.pt-0 {
    padding-top: 0
}

.pr-0 {
    padding-right: 0
}

.pb-0 {
    padding-bottom: 0
}

.pt-1 {
    padding-top: .25rem
}

.pr-1 {
    padding-right: .25rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pt-2 {
    padding-top: .5rem
}

.pr-2 {
    padding-right: .5rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pl-2 {
    padding-left: .5rem
}

.pt-3 {
    padding-top: .75rem
}

.pr-3 {
    padding-right: .75rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pl-3 {
    padding-left: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pr-4 {
    padding-right: 1rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pl-4 {
    padding-left: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pl-5 {
    padding-left: 1.25rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pl-8 {
    padding-left: 2rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pl-10 {
    padding-left: 2.5rem
}

.pr-12 {
    padding-right: 3rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pl-12 {
    padding-left: 3rem
}

.pl-16 {
    padding-left: 4rem
}

.pt-20 {
    padding-top: 5rem
}

.pr-20 {
    padding-right: 5rem
}

.pt-32 {
    padding-top: 8rem
}

.pb-32 {
    padding-bottom: 8rem
}

.pl-32 {
    padding-left: 8rem
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-auto {
    pointer-events: auto
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

.inset-0 {
    top: 0;
    bottom: 0
}

.inset-0,
.inset-x-0 {
    right: 0;
    left: 0
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.shadow {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .17), 0 0 0 0 transparent
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.fill-current {
    fill: currentColor
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-white {
    color: #fff
}

.text-gray-500 {
    color: #cfd7dc
}

.text-gray-600 {
    color: #718096
}

.text-red-500 {
    color: #dc5050
}

.text-orange-500 {
    color: #e28f5d
}

.text-green-500 {
    color: #ff791f
}

.text-blue-100 {
    color: #70838f
}

.text-blue-500 {
    color: #ff791f
}

.hover\:text-white:hover {
    color: #fff
}

.hover\:text-green-400:hover {
    color: #0a9f78
}

.hover\:text-green-500:hover {
    color: #ff791f
}

.hover\:text-blue-500:hover {
    color: #ff791f
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.text-4xl {
    font-size: 2.25rem
}

.text-5xl {
    font-size: 3rem
}

.text-2xs {
    font-size: .7rem
}

.text-2s {
    font-size: .85rem
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.underline {
    text-decoration: underline
}

.line-through {
    text-decoration: line-through
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tracking-wider {
    letter-spacing: .05em
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.truncate,
.whitespace-no-wrap {
    white-space: nowrap
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis
}

.w-4 {
    width: 1rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-16 {
    width: 4rem
}

.w-20 {
    width: 5rem
}

.w-24 {
    width: 6rem
}

.w-30 {
    width: 7rem
}

.w-32 {
    width: 8rem
}

.w-48 {
    width: 12rem
}

.w-auto {
    width: auto
}

.w-1\/2 {
    width: 50%
}

.w-1\/4 {
    width: 25%
}

.w-1\/5 {
    width: 20%
}

.w-2\/5 {
    width: 40%
}

.w-3\/5 {
    width: 60%
}

.w-4\/5 {
    width: 80%
}

.w-3\/12 {
    width: 25%
}

.w-4\/12 {
    width: 33.333333%
}

.w-5\/12 {
    width: 41.666667%
}

.w-full {
    width: 100%
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-35 {
    z-index: 35
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.transition {
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s
}

.transition-color {
    transition: color .2s;
    -moz-transition: color .2s;
    -webkit-transition: color .2s
}

.wrap,
.wrap-extended {
    max-width: 1800px
}

.square:after {
    padding-bottom: 100%;
    content: "";
    display: block
}

.checklist,
.disc {
    padding-left: 1rem
}

.checklist li,
.disc li {
    padding-bottom: .75rem;
    padding-left: 2rem;
    position: relative
}

.checklist li:before,
.disc li:before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25 7.105a.14.14 0 01-.193 0L2.459 3.6 0 5.999l3.597 3.508L6.154 12 16 2.397 13.539 0 6.25 7.105z' fill='%2355B891' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.checklist li:last-of-type,
.disc li:last-of-type {
    padding-bottom: 0
}

.checklist li.disc:before,
.disc li.disc:before {
    background-image: none;
    border-color: #ff791f;
    border-radius: 9999px;
    width: .75rem;
    height: .75rem;
    top: 4px;
    border-width: 2px
}

.disc {
    padding-left: .5rem
}

.disc li {
    padding-bottom: .75rem;
    padding-left: 1.5rem
}

.disc li:before {
    background-image: none;
    background-color: #2a3d48;
    border-radius: 9999px;
    width: .5rem;
    height: .5rem;
    margin-top: .5rem
}

.icon {
    max-width: 3.75rem;
    max-height: 3rem
}

.table-space {
    border-spacing: 0 10px
}

.table-space .no-space {
    border-spacing: 0
}

.paragraphs p {
    margin-bottom: 1rem
}

.paragraphs p:last-of-type {
    margin-bottom: 0
}

.lg\:sticky,
.sticky {
    margin-top: -6.5rem;
    padding-top: 6.5rem;
    top: 0
}

.sticky-adjust {
    margin-top: -5rem;
    padding-top: 5rem
}

@media (min-width:768px) {
    .icon {
        max-height: 3rem
    }

    .table-space * {
        max-width: 30vw
    }

    .table-space .quantity-container {
        max-width: 160px
    }
}

@media (min-width:1024px) {
    .lg\:table-space {
        border-spacing: 0 10px
    }

    .sticky-sidebar-container-reset {
        padding-top: 0;
        margin-top: -3rem
    }

    .sticky-sidebar-container-reset .sticky-sidebar-inner {
        padding-top: 3rem
    }
}

.shadow-text {
    text-shadow: 0 2px 30px #341717
}

.shadow-text-2 {
    text-shadow: 0 2px 30px #291212
}

.shadow-text-3 {
    box-shadow: 0 10px 40px rgba(67, 25, 24, .5)
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.checkbox-pill {
    border-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    visibility: hidden;
    position: absolute
}

.checkbox-pill:checked~label span:first-child:before {
    content: "On";
    display: inline-block
}

.checkbox-pill:checked~label span:nth-child(2) {
    display: inline-block
}

.checkbox-pill:checked~label:before {
    background-color: #ff791f;
    border-color: #ff791f
}

.checkbox-pill:checked~label:after {
    transform: translate(1rem);
    -webkit-transform: translate(1rem);
    -ms-transform: translate(1rem);
    border-color: #ff791f
}

.checkbox-pill~label {
    display: block;
    padding-left: 3rem;
    margin-left: .5rem;
    position: relative;
    color: #2a3d48;
    cursor: pointer
}

.checkbox-pill~label span:first-child:before {
    content: "Off";
    display: inline-block
}

.checkbox-pill~label span:nth-child(2) {
    display: none
}

.checkbox-pill~label:before {
    content: "";
    padding-right: 1.25rem;
    padding-left: 1rem;
    height: 1.5rem;
    margin-left: -.5rem;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    background-color: #abb9c4;
    border-width: 1px;
    border-color: #abb9c4;
    border-radius: 9999px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition-delay: .05s
}

.checkbox-pill~label:after {
    content: "";
    background-color: #fff;
    height: 1.5rem;
    margin-left: -.5rem;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .17), 0 0 0 0 transparent;
    border-color: #cfd7dc;
    border-width: 1px;
    width: 1.5rem;
    border-radius: 9999px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition-delay: .05s
}

.StripeElement {
    border-color: #cfd7dc
}

.radio {
    border-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    visibility: hidden;
    position: absolute
}

.radio~label {
    padding-left: 3rem;
    position: relative;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    cursor: pointer;
    top: -1px
}

.radio~label .font-bold {
    font-size: 1rem
}

.radio~label:after,
.radio~label:before {
    content: "";
    margin: .75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 9999px;
    border-width: 1px;
    border-color: #cfd7dc;
    position: absolute;
    top: 0;
    left: 0;
    top: -2px
}

.radio~label:after {
    background-color: #ff791f;
    width: .75rem;
    height: .75rem;
    border-color: #ff791f;
    margin: 1rem;
    opacity: 0;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s
}

.radio~label.p-4:before {
    margin: 1rem
}

.radio~label.p-4:after {
    margin: 1.25rem
}

.radio:checked~label {
    border-color: #ff791f
}

.radio:checked~label:after {
    opacity: 1
}

.quantity-container.max-width {
    max-width: 160px
}

.quantity-container * {
    height: 2.5rem;
    font-size: 1.125rem;
    line-height: 1
}

.radio-group input~label:hover {
    border-color: #2a3d48
}

.radio-group input:checked~label:hover {
    border-color: #ff791f
}

.select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0l7.361 12.75H.14L7.5 0z' fill='%232A3D48'/%3E%3Cpath d='M7.5 32.75L.139 20H14.86L7.5 32.75z' fill='%23000'/%3E%3C/svg%3E");
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-color: #cfd7dc;
    background-repeat: no-repeat;
    background-position: 100%;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .75rem 2rem .75rem .75rem;
    line-height: 1;
    background-color: #fff;
    font-weight: 400;
    background-position: right .5rem center;
    background-size: 6px auto
}

.select:hover {
    cursor: pointer;
    border-color: #2a3d48
}

.quantity {
    max-width: calc(200px + .5rem);
    min-width: 40px
}

.input {
    border-width: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #e9f4f1;
    margin-bottom: 1rem;
    color: #2a3d48;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    background-color: #fff;
    width: 100%;
    padding: .75rem;
    outline: 0;
    font-weight: 400
}

.input,
.input-button {
    border-radius: 4px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s
}

.input-button {
    padding: .75rem 2rem;
    background-color: #ff791f;
    white-space: nowrap;
    color: #fff;
    font-weight: 700
}

.input-button:hover {
    background-color: #4aa27f
}

.form-table>div>div:first-child,
.form-table>div>label,
.form-table>section>div>label {
    font-size: 1rem;
    color: #2a3d48;
    flex-shrink: 0;
    display: block
}

.form-table>div>div:first-child .text-blue-100,
.form-table>div>label .text-blue-100,
.form-table>section>div>label .text-blue-100 {
    color: #70838f
}

.checkout input[type=email],
.checkout input[type=password],
.checkout input[type=text],
.checkout textarea,
.form input[type=email],
.form input[type=password],
.form input[type=text],
.form textarea {
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-color: #cfd7dc;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    padding: .5rem .75rem
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    min-height: 46px
}

input[type=number],
textarea[type=number] {
    min-height: 0;
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
textarea[type=number]::-webkit-inner-spin-button,
textarea[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

textarea {
    padding-top: .75rem;
    padding-bottom: .75rem
}

input,
select,
textarea {
    color: #2a3d48
}

input:-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder,
select:-moz-placeholder,
select:-ms-input-placeholder,
select::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #abb9c4;
    opacity: 1;
    filter: alpha(opacity=100)
}

input.error,
select.error,
textarea.error {
    border-color: #dc5050 !important
}

label.error:before {
    border-color: #dc5050
}

.error-message {
    color: #dc5050;
    padding-left: .75rem;
    padding-bottom: .75rem;
    display: block;
    font-size: .75rem;
    position: absolute;
    line-height: 1;
    left: 0;
    bottom: 0
}

.checkout .has-error,
.form .has-error {
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 0
}

.checkout .has-error input,
.checkout .has-error textarea,
.form .has-error input,
.form .has-error textarea {
    border-color: #dc5050
}

@media (min-width:768px) {
    .error-message {
        padding-left: 1rem
    }

    .input {
        border-style: none;
        margin-bottom: 0;
        border-right-width: 0;
        box-shadow: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: 1rem 1.5rem
    }

    .input-button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 1rem 1.5rem
    }

    .form-table>div>div:first-child,
    .form-table>div>label,
    .form-table>section>div>label {
        width: 8rem;
        margin-top: .25rem
    }

    .form-table>div>div:first-child.md\:invisible,
    .form-table>div>label.md\:invisible,
    .form-table>section>div>label.md\:invisible {
        display: none
    }

    .form-table .error-message {
        padding-left: 10rem;
        margin-left: -.5rem
    }

    .form-table.form-table-extended>div>div:first-child,
    .form-table.form-table-extended>div>label {
        width: 10rem
    }

    .form-table.form-table-extended .error-message {
        padding-left: .75rem;
        margin-left: 0
    }
}

@media (min-width:1024px) {

    input,
    textarea {
        min-height: 0
    }

    .form-table {
        padding-right: 3rem
    }

    .form-table>div>div,
    .form-table>div>div:first-child,
    .form-table>div>label,
    .form-table>section>div>label {
        margin-bottom: .5rem;
        margin-top: 0
    }

    .form-table .response {
        width: calc(50% + 10rem)
    }

    .form-table.form-table-extended .error-message {
        padding-left: 10rem;
        margin-left: .75rem
    }

    .form-table.form-table-extended .form-table .error-message {
        padding-left: 10rem;
        margin-left: -1rem
    }

    .checkout-section .form-table .error-message {
        padding-left: .75rem
    }
}

.fixed-form {
    transform: translateY(100%);
    transition: transform .4s
}

.fixed-form input {
    border-width: 1px;
    border-color: #fff;
    min-height: 40px
}

.fixed-form button.btn-blue {
    border-width: 1px;
    border-color: #2a3d48
}

.fixed-form button.btn-blue:hover {
    background-color: #fff;
    border-color: #fff;
    color: #ff791f
}

.fixed-form .mobile-button {
    width: calc(20% - .5rem)
}

.fixed-form.show {
    transform: translate(0)
}

.checkout {
    padding-top: 4rem
}

.checkout .header {
    padding: 1.5rem;
    background-size: auto 300%
}

.checkout .header h1 span {
    font-size: 2.25rem
}

.checkout aside {
    min-width: 350px
}

.checkout .product-image img {
    max-width: 90%;
    max-height: 90%
}

.checkout .sticky {
    margin-top: -1.5rem;
    padding-top: .25rem
}

.checkout .table-space {
    border-spacing: 0
}

.checkout-section {
    border-color: #e7eaed;
    border-top-width: 1px;
    padding: 1.5rem .75rem 1.25rem;
    line-height: 1.2;
    margin-bottom: .75rem;
    color: #70838f;
    font-size: .875rem;
    position: relative;
    display: none
}

.checkout-section.checkout-section-error {
    border-color: #dc5050
}

.checkout-section.checkout-section-error .checkout-section-error-message {
    display: block
}

.checkout-section:first-of-type {
    border-top-width: 0
}

.checkout-section p.font-bold,
.checkout-section span.font-bold {
    color: #2a3d48
}

.checkout-section p.font-bold.text-green-500,
.checkout-section span.font-bold.text-green-500 {
    color: #ff791f
}

.checkout-section .active-hide {
    display: none
}

.checkout-section.checkout-section-complete {
    display: block;
    padding-bottom: 1.5rem
}

.checkout-section.checkout-section-complete h3 {
    color: #2a3d48
}

.checkout-section.checkout-section-complete .active-hide {
    display: block
}

.checkout-section .active-show {
    display: none
}

.checkout-section.checkout-section-active {
    padding-bottom: 2rem;
    display: block
}

.checkout-section.checkout-section-active:last-of-type {
    padding-bottom: 0
}

.checkout-section.checkout-section-active h3 {
    color: #2a3d48
}

.checkout-section.checkout-section-active .active-show {
    display: block
}

.checkout-section.checkout-section-active .active-hide {
    display: none
}

.checkout-section.checkout-section-active main {
    display: block
}

.checkout-section main {
    display: none;
    padding-top: 1.5rem
}

.checkout-section:last-of-type {
    margin-bottom: 0
}

.checkout-section .select {
    display: inline-block;
    font-size: 1rem;
    color: #2a3d48;
    padding: .75rem;
    width: 100%
}

@media (min-width:768px) {
    .checkout {
        padding-top: 4rem
    }
}

@media (min-width:1024px) {
    .checkout .header h1 span {
        font-size: 3rem
    }

    .checkout .lg\:sticky,
    .checkout .sticky {
        margin-top: -1.25rem;
        padding-top: 1.25rem
    }

    .checkout-section {
        border-width: 1px;
        display: block;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .checkout-section.px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .checkout-section.px-0 header {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .checkout-section:first-of-type {
        border-top-width: 1px
    }

    .checkout-section.checkout-section-active {
        border-color: #2a3d48;
        border-bottom-width: 1px
    }

    .checkout-section.checkout-section-active:last-of-type {
        padding-bottom: 2rem
    }

    .checkout-section.checkout-section-error {
        border-color: #dc5050
    }

    .checkout-section .select {
        width: auto;
        padding-right: 6rem
    }
}

@media (min-width:1100px) {
    main.checkout {
        padding-top: calc(4rem - 2px)
    }
}

.search {
    min-width: 320px
}

.search input[type=text] {
    transition: border .4s ease-in-out
}

.basket-icon {
    padding: .5rem .75rem;
    transition: border .4s ease-in-out
}

.avatar {
    width: 2rem;
    height: 2rem;
    font-weight: 500
}

.avatar,
.circle-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    line-height: 1
}

.circle-button {
    border-width: 1px;
    border-color: #cfd7dc;
    margin-right: .75rem;
    width: 36px;
    height: 36px;
    padding: .6rem
}

.circle-button,
.toggle.active {
    background-repeat: no-repeat;
    background-position: 50%
}

.toggle.active {
    border-color: #ff791f;
    background-color: #ff791f;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.9.9a1 1 0 011.414 0l8.848 8.848a1 1 0 01-1.414 1.414L.9 2.314A1 1 0 01.9.9z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.1.9a1 1 0 010 1.414l-8.848 8.848A1 1 0 01.838 9.748L9.686.9A1 1 0 0111.1.9z' fill='%23fff'/%3E%3C/svg%3E")
}

.mobile-modal,
.toggle.active svg {
    display: none
}

.search-toggle:not(.active) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='w-full h-auto' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.334 14.155l-4.463-3.564a6.662 6.662 0 001.318-3.972C13.189 2.978 10.222 0 6.594 0 2.967 0 0 2.978 0 6.62c0 3.64 2.967 6.619 6.594 6.619 1.497 0 2.867-.51 3.957-1.324l3.55 4.48c.863.917 1.928.688 2.46 0 .559-.688.686-1.374-.227-2.24zm-9.74-2.953c-2.51 0-4.565-2.062-4.565-4.583 0-2.52 2.054-4.582 4.565-4.582 2.512 0 4.566 2.062 4.566 4.582 0 2.521-2.054 4.583-4.566 4.583z' fill='%232A3D48'/%3E%3C/svg%3E");
    background-size: 15px auto
}

.search-suggestions li a {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg' class='mr-2 w-3 h-auto'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.608 8.326L6.983 6.23a3.918 3.918 0 00.775-2.336C7.758 1.752 6.013 0 3.879 0S0 1.752 0 3.894c0 2.142 1.745 3.893 3.879 3.893.88 0 1.686-.3 2.327-.778l2.089 2.636c.507.539 1.134.404 1.447 0 .328-.405.403-.81-.134-1.319zM3.88 6.59a2.698 2.698 0 01-2.685-2.695 2.698 2.698 0 012.685-2.696 2.698 2.698 0 012.685 2.696A2.698 2.698 0 013.88 6.589z' fill='%238E999F'/%3E%3C/svg%3E");
    background-position: .75rem;
    background-size: 14px auto
}

@media screen and (max-width:768px) {

    body.filter-active .filter-hide,
    body.filter-active>*,
    body.filter-active main>section>div {
        display: none
    }

    body.filter-active .shop-sidebar,
    body.filter-active main,
    body.filter-active main>section {
        display: block
    }

    body.menu-active {
        background-color: #f2f5f6
    }

    body.menu-active .main,
    body.menu-active .subheader {
        display: none
    }

    body.menu-active .intercom-launcher-frame {
        display: none !important
    }

    body.subheader-menu-active .subheader {
        display: block;
        position: absolute
    }

    body.subheader-menu-active .subheader .subheader-menu .back {
        visibility: visible;
        pointer-events: auto
    }

    body:not(.subheader-menu-active) .subheader {
        transition: transform .4s
    }

    body:not(.subheader-menu-active) .subheader.top {
        transform: translateY(-2.75rem)
    }

    body:not(.subheader-menu-active) .subheader.top.show {
        transform: translate(0)
    }

    body.sub-open .mobile-menu ul {
        display: none
    }

    body.sub-open .mobile-menu ul.active {
        display: block
    }

    body.sub-open .mobile-menu ul.active>ul {
        display: block
    }

    body.sub-open .mobile-menu li {
        display: none
    }

    body.sub-open .mobile-menu li.has-children.active {
        display: block
    }

    body.sub-open .mobile-menu li.has-children.active>a {
        display: none
    }

    body.sub-open .mobile-menu li.has-children.active li {
        display: block
    }

    .mobile-menu header {
        padding-bottom: .75rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1.125rem;
        margin-top: -.25rem;
        margin-bottom: -.25rem
    }

    .mobile-menu ul {
        margin-bottom: .75rem
    }

    .mobile-menu ul li.hide {
        visibility: hidden;
        pointer-events: none
    }

    .mobile-menu ul li:last-of-type>a {
        border-bottom-width: 1px
    }

    .mobile-menu ul li a:not(.btn) {
        display: block;
        background-color: #fff;
        padding: .75rem;
        font-size: .875rem;
        border-color: #e7eaed;
        border-top-width: 1px;
        display: flex;
        align-items: center
    }

    .mobile-menu ul li a:not(.btn) svg {
        margin-right: .75rem
    }

    .mobile-menu ul li .btn-white {
        background-color: #fff
    }

    .mobile-menu ul li.has-children>a {
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.246 9.909a1 1 0 01-.029-1.414l3.236-3.37-3.236-3.37A1 1 0 112.66.37l4.565 4.755L2.66 9.88a1 1 0 01-1.414.029z' fill='%232A3D48'/%3E%3C/svg%3E");
        background-position: right .75rem center
    }

    .mobile-menu ul li.has-children ul {
        display: none
    }

    .mobile-menu ul li.has-children.active>ul {
        display: block
    }

    .mobile-menu ul li.sub-menu-header {
        display: flex;
        position: fixed;
        width: 100%;
        background-color: #f2f5f6;
        padding: .75rem;
        line-height: 1;
        justify-content: center;
        font-weight: 700;
        border-bottom-width: 1px;
        border-color: #e7eaed;
        text-align: center;
        top: 3.75rem
    }

    .mobile-menu ul li.sub-menu-header.relative {
        position: relative;
        top: 0;
        border-bottom-width: 0
    }

    .mobile-menu ul li.sub-menu-header a {
        background-color: transparent;
        border-width: 0;
        margin-bottom: 0;
        display: inline-flex;
        position: absolute;
        left: 0;
        padding: 0 .75rem;
        align-items: center;
        top: 0;
        height: 100%
    }

    .mobile-menu ul li.sub-menu-header a:before {
        content: "";
        display: block;
        background-color: #fff;
        border-radius: 9999px;
        border-width: 1px;
        border-color: #e7eaed;
        margin-right: .5rem;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        background-position: 45% 50%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.918.341a1 1 0 01.028 1.414l-3.235 3.37 3.235 3.37A1 1 0 115.504 9.88L.939 5.125 5.504.37A1 1 0 016.918.341z' fill='%232A3D48'/%3E%3C/svg%3E")
    }

    .mobile-menu ul:last-of-type {
        margin-bottom: 0
    }

    .mobile-menu .sub-menu {
        padding-top: 6rem;
        margin-top: 2px
    }

    .mobile-menu .sub-menu,
    .mobile-modal {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    .mobile-modal {
        padding-bottom: .75rem;
        padding-top: 4.5rem;
        min-height: calc(100vh - 104px)
    }

    .mobile-modal.active {
        display: flex;
        flex-direction: column
    }

    .subheader-menu {
        display: flex;
        justify-content: center;
        position: fixed;
        width: 100%;
        border-bottom-width: 1px;
        z-index: 20
    }

    .subheader-menu,
    .subheader-menu .back {
        background-color: #fff;
        left: 0;
        border-color: #e7eaed
    }

    .subheader-menu .back {
        border-radius: 9999px;
        border-width: 1px;
        background-position: 50%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        margin: .25rem;
        visibility: hidden;
        pointer-events: none;
        width: 30px;
        height: 30px;
        background-position: 45% 50%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.918.341a1 1 0 01.028 1.414l-3.235 3.37 3.235 3.37A1 1 0 115.504 9.88L.939 5.125 5.504.37A1 1 0 016.918.341z' fill='%232A3D48'/%3E%3C/svg%3E")
    }

    .subheader-menu li a {
        padding-left: .75rem;
        padding-right: .75rem;
        display: block
    }

    .subheader-menu li a span {
        padding-top: .5rem;
        padding-bottom: .5rem;
        border-bottom-width: 2px;
        border-color: transparent;
        transition: border .4s
    }

    .subheader-menu li a span:not(.flex) {
        display: block
    }

    .subheader-menu li a.active span {
        font-weight: 700;
        border-color: #2a3d48
    }

    .subheader-menu-category {
        position: absolute;
        padding-top: 0;
        text-align: left;
        top: 6rem
    }

    .subheader-menu-category .sub-menu {
        padding-top: 0;
        margin-top: 0
    }
}

@media (hover:none) and (pointer:coarse) {
    #search input:not(:placeholder-shown)~.clear {
        visibility: visible
    }
}

@media (min-width:768px) {

    .global-menu>li:first-of-type li:nth-of-type(2) span:last-of-type,
    .global-menu>ul>li:first-of-type li:nth-of-type(2) span:last-of-type {
        margin-top: 1rem
    }

    .global-menu {
        position: relative;
        align-items: center;
        width: auto;
        background-color: transparent;
        top: 0;
        font-weight: 700
    }

    .global-menu ul {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .global-menu ul li {
        width: auto
    }

    .global-menu ul li:first-of-type .sub-menu {
        min-width: 700px;
        max-width: 740px
    }

    .global-menu ul li.has-children.active a span {
        border-color: #2a3d48
    }

    .global-menu ul li.has-children.active .sub-menu {
        display: flex
    }

    .global-menu ul a {
        display: block;
        padding-right: 1rem
    }

    .global-menu ul.sub-menu {
        position: absolute;
        font-weight: 500;
        background-color: #fff;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
        padding: 1.5rem;
        display: none;
        align-items: flex-start;
        width: 16rem;
        margin-left: -1.5rem;
        max-width: 400px;
        min-width: 300px;
        top: 4.2rem
    }

    .global-menu ul.sub-menu li {
        line-height: 1.625
    }

    .global-menu ul.sub-menu li a {
        transition: color .4s
    }

    .global-menu ul.sub-menu li a:hover {
        color: #ff791f
    }

    .global-menu ul.sub-menu.reduced {
        flex-direction: column;
        width: auto;
        min-width: 200px
    }

    .global-menu ul.sub-menu.reduced li {
        width: 100%
    }

    .global-menu>ul>li>a>span {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        border-bottom-width: 2px;
        border-color: transparent;
        transition: border .4s
    }

    .global-menu>ul>li>a>span:not(.flex) {
        display: block
    }

    .global-menu>ul>li>a:hover span {
        border-color: #ff791f;
        color: #ff791f;
    }

    .global-menu .has-children ul {
        position: absolute
    }

    .mobile-modal {
        top: auto
    }
}

@media (min-width:1024px) {
    .global-menu ul.sub-menu {
        top: auto;
        margin-top: 1px;
        width: 65vw
    }
}

@media (min-width:1280px) {
    .global-menu ul a {
        display: block;
        padding-right: 1.5rem
    }
}

.account-aside .count {
    min-width: 1.5rem
}

.account-aside a {
    border-right: 4px solid transparent
}

.account-aside a span {
    padding-top: .1rem;
    top: 1rem
}

.account-aside a.active {
    border-right-color: #ff791f;
    color: #ff791f
}

.order-status {
    width: 104%
}

.order-status .order-status-col {
    position: relative;
    text-align: center;
    line-height: 1.2;
    padding-left: .25rem;
    padding-right: .25rem;
    width: 33.333333%
}

.order-status .order-status-col:after,
.order-status .order-status-col:before {
    content: "";
    height: 3px;
    width: 100%;
    margin-top: .75rem;
    top: 0;
    position: absolute;
    background-color: #cfd7dc;
    top: 2px;
    left: 50%
}

.order-status .order-status-col:after {
    background-color: transparent
}

.order-status .order-status-col:last-of-type:after,
.order-status .order-status-col:last-of-type:before {
    display: none
}

.order-status .order-status-col .count {
    position: relative;
    z-index: 20;
    background-color: #fff;
    padding-top: 2px
}

.order-status .order-status-col.complete,
.order-status .order-status-col.progress {
    font-weight: 700;
    color: #ff791f
}

.order-status .order-status-col.complete span,
.order-status .order-status-col.progress span {
    color: #ff791f
}

.order-status .order-status-col.complete .count,
.order-status .order-status-col.progress .count {
    background-color: #ff791f;
    color: #fff;
    border-color: #ff791f
}

.order-status .order-status-col.complete:after,
.order-status .order-status-col.progress:after {
    /* background-image: url(/images/Dash-7a56b0fe86c91ce34af9ef6ea505b777.svg?vsn=d); */
    width: 50%
}

.order-status .order-status-col.complete:after {
    display: none
}

.order-status .order-status-col.complete:before {
    background-color: #ff791f
}

.order-row {
    margin-bottom: -1px
}

.order-row>a {
    height: calc(100% + 2px);
    margin-top: -1px
}

.order-row:hover .btn {
    border-color: #2a3d48
}

.order-table .table-row .table-cell:first-of-type {
    width: 110px
}

@media (min-width:768px) {
    .order-status {
        min-width: 0
    }

    .order-status .order-status-col {
        width: 25%;
        padding-left: .75rem;
        padding-right: .75rem
    }

    .order-table .md\:table-row .md\:table-cell:first-of-type,
    .order-table .md\:table-row .table-cell:first-of-type,
    .order-table .table-row .md\:table-cell:first-of-type,
    .order-table .table-row .table-cell:first-of-type {
        width: 150px
    }
}

@media (min-width:1024px) {
    .order-status .flickity-viewport {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .order-status .order-status-col {
        width: 16.666667%;
        padding-left: 0;
        padding-right: 0
    }
}

.star {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    background-color: #cfd7dc;
    position: relative;
    margin-right: .25rem;
    -webkit-clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)
}

.star:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.star.active:after {
    background-color: #ff791f
}

.star.active.half:after {
    width: 50%
}

.hero figure {
    /* background-image: url(/images/home/hero@mobile-407d5e28d9629ea9a0cee37607b8f69e.jpg?vsn=d) */
}

.hero .bg-green-500 {
    position: relative
}

.hero .bg-green-500:after {
    position: absolute;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-image: url(/images/headers/food-296b2c1c48eb18bd8862d57af1860e9d.svg?vsn=d); */
    content: "";
    opacity: .1
}

@media (min-width:768px) {
    .hero figure {
        /* background-image: url(/images/home/hero-42f1e7a8b9553a654758954eb77d236a.jpg?vsn=d); */
        background-image: -webkit-image-set(url("/images/home/hero-42f1e7a8b9553a654758954eb77d236a.jpg?vsn=d") 1x, url("/images/home/hero@2x-93577abb3a777ff0f399f6833ad16c49.jpg?vsn=d") 2x);
        background-image: image-set(url("/images/home/hero-42f1e7a8b9553a654758954eb77d236a.jpg?vsn=d") 1x, url("/images/home/hero@2x-93577abb3a777ff0f399f6833ad16c49.jpg?vsn=d") 2x)
    }
}

@media only screen and (min-width:1500px) {
    .hero figure {
        /* background-image: url(/images/home/hero@2x-93577abb3a777ff0f399f6833ad16c49.jpg?vsn=d) */
    }
}

.shop-sidebar .select {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem
}

.chevron-right a {
    position: relative;
    margin-bottom: -1px
}

.chevron-right a:after {
    position: absolute;
    width: .5rem;
    height: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    right: 0;
    top: 0;
    margin-right: .75rem;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-213-164h1440v2716H-213z'/%3E%3Cpath d='M1.9 10.063L5.8 6 1.9 1.937' stroke='%232A3D48' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E")
}

.chevron-right a.current {
    z-index: 10;
    position: relative;
    border-color: transparent
}

.chevron-right a.current:after {
    display: none
}

.chevron-right a.current:hover {
    background-color: #ff791f
}

.chevron-right a:last-of-type {
    margin-bottom: 0
}

.product-image img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto
}

.product-card-lg .product-image img {
    max-width: 80%
}

.product-card-lg .product-image:after {
    content: "";
    display: block;
    padding-bottom: 50%
}

.product-card:not(.product-card-lg) footer .btn {
    margin: 0 -1px
}

.product-card:not(.product-card-lg) footer .quantity-container {
    margin: 0 -1px
}

.product-card:not(.product-card-lg) footer .quantity-container>a {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.product-card:not(.product-card-lg) footer .quantity-container>input {
    border-bottom-width: 0
}

.product-skeleton:after {
    position: absolute;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    /* background-image: url(/images/headers/food-296b2c1c48eb18bd8862d57af1860e9d.svg?vsn=d); */
    content: "";
    opacity: .1
}

.products-filter {
    min-height: 2.5rem
}

.products-filter .tag {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem
}

.products-filter input {
    position: absolute;
    pointer-events: none;
    visibility: hidden
}

.products-filter input~label {
    cursor: pointer;
    display: inline-block;
    border-radius: 9999px;
    border-width: 1px;
    border-color: #cfd7dc;
    line-height: 1;
    padding: .25rem .5rem;
    font-family: Roboto Mono, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: .7rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: background-color .4s, border-color .4s, color .4s
}

.products-filter input~label:after {
    position: absolute;
    width: .5rem;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    margin-right: .5rem;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1.862 1.862l6.32 6.32M8.138 1.862l-6.32 6.32'/%3E%3C/g%3E%3C/svg%3E")
}

.products-filter input~label:hover {
    background-color: #ff791f;
    border-color: #ff791f;
    color: #fff
}

.products-filter input:hover~label {
    background-color: #ff791f;
    border-color: #ff791f;
    color: #fff
}

.products-filter input:checked~label {
    background-color: #ff791f;
    border-color: #ff791f;
    color: #fff;
    padding-right: 1.25rem
}

.products-filter input:checked~label:after {
    opacity: 1
}

.filter-back {
    align-items: center
}

.filter-back:before {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: .75rem;
    background-position: 50%;
    margin-right: .5rem;
    height: .75rem;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    top: -2px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M-32-120h1440v2716H-32z'/%3E%3Cpath d='M6.1 1.938L2.2 6l3.9 4.063' stroke='%232A3D48' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E")
}

.filter-back:hover:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M-32-120h1440v2716H-32z'/%3E%3Cpath d='M6.1 1.938L2.2 6l3.9 4.063' stroke='%2355B891' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E")
}

.mobile-filter-button {
    padding-right: 2rem
}

.mobile-filter-button:after {
    content: "";
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: .75rem;
    height: 100%;
    right: 0;
    top: 0;
    background-position: 50%;
    margin-right: .5rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(1)' fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 2h11M0 7h11M0 12h11' stroke='%232A3D48' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle fill='%232A3D48' cx='9' cy='12' r='2'/%3E%3Ccircle fill='%232A3D48' cx='2' cy='7' r='2'/%3E%3Ccircle fill='%232A3D48' cx='7' cy='2' r='2'/%3E%3C/g%3E%3C/svg%3E")
}

.shop-sidebar .cross {
    width: 2.5rem;
    height: 2.5rem;
    margin: .75rem;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 9999px;
    background-color: #2a3d48;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1.862 1.862l6.32 6.32M8.138 1.862l-6.32 6.32'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 30% auto
}

.shop-sidebar .cross:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05)
}

.header.food {
    background-color: #d1edea;
    /* background-image: url(/images/headers/food-296b2c1c48eb18bd8862d57af1860e9d.svg?vsn=d) */
}

.header.drinks {
    background-color: #f8e9df;
    /* background-image: url(/images/headers/drinks-919d19b321bfc32f5e7d1152bb4f02ae.svg?vsn=d) */
}

.header.household {
    background-color: #ddf0f9;
    /* background-image: url(/images/headers/household-84c69699b25175beac846b29a181c0e0.svg?vsn=d) */
}

.header.personal {
    background-color: #f8e1df;
    /* background-image: url(/images/headers/personal-535e110f033ffb1a4bfbd11715b80316.svg?vsn=d) */
}

.header.generic {
    background-color: #f2f5f6;
    /* background-image: url(/images/headers/generic-868749995571b2c0ea64a6a76d69164a.svg?vsn=d) */
}

.basket-header .sticky {
    z-index: 21;
    margin-top: -7.9rem;
    padding-top: 7.9rem
}

@media (min-width:1280px) {
    .basket-header .sticky {
        margin-top: -4rem;
        padding-top: 4rem
    }
}

@media (min-width:768px) {
    .product-card-lg .product-image:after {
        padding-bottom: 100%
    }
}

@media (min-width:1024px) {
    #basket-contents .sticky {
        width: 29%
    }
}

.basket-nav svg {
    top: -2px
}

.basket-nav .font-mono,
.basket-nav svg {
    position: relative
}

.basket-aside {
    margin-top: 10px
}

.basket-item-image {
    width: 8rem;
    height: 100%
}

@keyframes pulse {
    0% {
        transform: scale(.8);
        opacity: 0
    }

    50% {
        transform: scale(1.2);
        opacity: .2
    }

    to {
        transform: scale(.8);
        opacity: 0
    }
}

.favourite-button span {
    transition: border .4s
}

.favourite-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #ff791f;
    border-radius: 9999px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(.8);
    z-index: -1;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s
}

.favourite-button svg g {
    stroke: #70838f;
    transition: all .4s
}

.favourite-button.click:before {
    -webkit-animation: pulse .6s;
    animation: pulse .6s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.favourite-button.selected svg g {
    stroke: #ff791f;
    fill: #ff791f
}

.favourite-button.selected:hover svg g {
    fill: #0a9f78
}

.favourite-button:hover span {
    border-color: #0a9f78
}

.favourite-button:hover svg g {
    stroke: #0a9f78
}

@media (min-width:768px) {
    .basket-item-image {
        width: 10rem;
        height: auto;
        min-height: 7.25rem
    }
}

main.signup {
    padding-top: 0 !important
}

main.signup .wrap3 {
    width: 100%;
    max-width: 800px
}

main.signup input:-moz-placeholder,
main.signup input:-ms-input-placeholder {
    color: #fff
}

main.signup input::-webkit-input-placeholder {
    color: #fff
}

.line {
    position: relative;
    display: flex;
    align-items: center;
    font-size: .875rem;
    justify-content: center
}

.line:before {
    content: "";
    display: block;
    width: 100%;
    background-color: #cfd7dc;
    position: absolute;
    height: 1px
}

.line span {
    top: 1px
}

@media (min-width:768px) {
    main.signup .wrap3 {
        width: 90vw
    }

    main.signup input:-moz-placeholder,
    main.signup input:-ms-input-placeholder {
        color: #abb9c4
    }

    main.signup input::-webkit-input-placeholder {
        color: #abb9c4
    }

    .line {
        width: calc(100% - 17rem);
        margin: 0 auto;
        padding-left: 2rem;
        padding-right: 1rem
    }
}

@media (min-width:1100px) {
    main.signup .wrap3 {
        width: 50vw;
        min-width: 700px
    }
}

.background-image-session {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: none;
    background-color: #f2f5f6;
    background-position: 50%;
    background-position: top;
    background-blend-mode: multiply
}

@media (min-width:768px) {
    .background-image-session {
        min-width: 1200px;
        display: block
    }

    .signup {
        min-height: 100vh
    }
}

main {
    padding-top: calc(6.25rem - 1px)
}

.basket-status:hover svg * {
    fill: #2a3d48;
    transition: all .4s
}

.logo img {
    max-height: 30px;
    max-width: 150px
}

.header {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1.5rem;
    background-color: #d1edea;
    background-position: 50%;
    background-size: auto 250%;
    /* background-image: url(/images/headers/generic-868749995571b2c0ea64a6a76d69164a.svg?vsn=d) */
}

.header.reduced {
    padding: 1.5rem;
    background-size: auto 300%
}

.header.reduced h1>span {
    font-size: 2.25rem
}

.header h1 {
    font-size: 2.25rem;
    padding: .5rem 1rem;
    background-color: #fff;
    text-align: center
}

.header h1>span {
    margin-bottom: -.25rem;
    display: block;
    line-height: 1.2
}

.subheader {
    padding-top: 3.75rem
}

.card-logo img {
    max-height: 80px
}

.payment img {
    max-height: 20px;
    max-width: 30px
}

.payment a:last-of-type img {
    max-width: 60px;
    max-height: 30px
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.slider {
    display: flex;
    flex-wrap: wrap
}

.slider .flickity-viewport {
    min-width: 100%
}

.slider.flickity-enabled {
    display: block
}

.slider .flickity-prev-next-button {
    display: none
}

.slider .flickity-slider {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    will-change: transform
}

.slider .flickity-slider>.flex {
    min-height: 100%
}

.slider.slider-auto-height .flickity-viewport {
    margin-bottom: 7px
}

.slider.slider-auto-height .flickity-slider>.flex {
    min-height: 0
}

.background-image {
    background-size: cover;
    /* background-image: url(/images/headers/PastaBackgroundMobile-3c103743c796dbd43b1d20a593f1ab6d.svg?vsn=d) */
}

.table-row-hover>* {
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s
}

.table-row-hover:hover>* {
    border-color: #ff791f
}

@media (min-width:768px) {
    .subheader {
        padding-top: calc(9rem + 1px)
    }

    .background-image {
        background-size: cover;
        /* background-image: url(/images/session/PastaBackground-a7dd9f5c7b2b640c35c0d740b2501329.png?vsn=d) */
    }

    .quantity {
        min-width: 50px
    }

    .logo img {
        max-height: 30px;
        max-width: 200px
    }

    .header {
        padding: 3rem
    }

    .header h1 {
        font-size: 4rem
    }

    .header h1 span {
        margin-bottom: -.5rem
    }

    main {
        padding-top: 10.6rem
    }
}

.anchor {
    display: block;
    position: absolute;
    top: 0;
    margin-top: -4rem
}

@media (min-width:1024px) {
    .header.reduced {
        padding: 2rem
    }

    .header.reduced h1 span {
        font-size: 3rem
    }

    .slider.slider-auto-height .flickity-viewport {
        height: auto !important
    }

    .slider.slider-auto-height .flickity-slider>.flex {
        min-height: 100%;
        position: relative !important;
        left: 0 !important
    }

    .slider.slider-auto-height .flickity-slider>.flex .shadow-md {
        margin-bottom: 10px
    }
}

@media (min-width:1024px) {
    .subheader {
        padding-top: calc(8.75rem + 1px)
    }
}

@media (min-width:1280px) {
    main {
        padding-top: 9.5rem
    }
}

@media (min-width:1100px) {
    main {
        padding-top: calc(6.75rem + 1px)
    }

    .subheader {
        padding-top: 77px
    }
}

.async_flash {
    transform: translateY(-85%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .17), 0 0 0 0 transparent;
    line-height: 1;
    font-weight: 400;
    padding: .75rem 1rem;
    position: absolute;
    background-color: #ff791f;
    color: #fff;
    border-radius: 9999px;
    font-size: .75rem;
    top: 0;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    margin-top: -.5rem;
    text-align: center;
    transition: all .4s ease-in-out
}

.async_flash:after {
    content: "";
    display: block;
    bottom: 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 5px;
    border-top: 5px solid #ff791f;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transform: translateY(90%)
}

.async_flash.show {
    transform: translateY(-100%);
    opacity: 1;
    visibility: visible
}

.copy .async_flash {
    margin-top: 0;
    transform: translateY(-65%)
}

.copy .async_flash.show {
    transform: translateY(-75%)
}

.full-link {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.square-image {
    max-width: 500px;
    height: auto
}

.aspect:after {
    content: "";
    padding-bottom: 55%;
    display: block
}

.font-body {
    font-size: 100%
}

h1,
h2,
h3,
h4 {
    font-weight: 700
}

.line-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.line-header:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background-color: #e7eaed;
    height: 1px
}

.line-header span {
    position: relative;
    z-index: 20;
    background-color: #fff;
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 2px
}

.basket-icon {
    align-items: center;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    padding: .55rem .75rem;
    border-radius: 9999px;
    position: relative
}

.basket-icon.basket-icon-empty {
    border-width: 1px;
    border-color: #cfd7dc;
    color: #2a3d48
}

.basket-icon.basket-icon-empty span {
    background-color: #2a3d48;
    color: #fff
}

.basket-icon.basket-icon-empty:hover {
    border-color: #718096
}

.basket-icon.basket-icon-full {
    background-color: #ff791f;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .17), 0 0 0 0 transparent;
    color: #fff
}

.basket-icon.basket-icon-full span {
    background-color: #fff;
    color: #2a3d48
}

.basket-icon.basket-icon-full:hover {
    box-shadow: none
}

@media (min-width:768px) {
    .basket-icon {
        padding: .5rem .75rem
    }
}

.referral main {
    padding-top: 0
}

.referral .hero {
    height: 100vh;
    position: relative;
    max-height: 450px
}

.referral .hero:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: rgba(89, 55, 38, .3)
}

.referral .hero :not(.md\:absolute):not(.absolute) {
    z-index: 20;
    position: relative
}

.referral .hero .absolute {
    z-index: 20
}

.referral .section .text-3xl {
    font-size: 1.75rem
}

.referral .container {
    max-width: 100%
}

.max-width {
    max-width: 200px
}

.referral-status {
    border-radius: 9999px;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    margin-right: 1rem;
    background-position: 50%;
    background-repeat: no-repeat;
    flex-shrink: 0
}

.referral-status.trialing {
    background-color: #f5c98c;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='1.5' r='1.5'/%3E%3Ccircle cx='6.5' cy='1.5' r='1.5'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5'/%3E%3C/g%3E%3C/svg%3E")
}

.referral-status.member {
    background-color: #ff791f;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.025l2.545 2.8L8 1' stroke='%23FFF' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.referral .hero {
    /* background-image: url(/images/home/hero@mobile-407d5e28d9629ea9a0cee37607b8f69e.jpg?vsn=d) */
}

@media (min-width:768px) {
    .referral .hero {
        /* background-image: url(/images/home/hero-42f1e7a8b9553a654758954eb77d236a.jpg?vsn=d);
        background-image: -webkit-image-set(url("/images/home/hero-42f1e7a8b9553a654758954eb77d236a.jpg?vsn=d") 1x, url("/images/home/hero@2x-93577abb3a777ff0f399f6833ad16c49.jpg?vsn=d") 2x);
        background-image: image-set(url("/images/home/hero-42f1e7a8b9553a654758954eb77d236a.jpg?vsn=d") 1x, url("/images/home/hero@2x-93577abb3a777ff0f399f6833ad16c49.jpg?vsn=d") 2x) */
    }
}

@media only screen and (min-width:1500px) {
    .referral .hero {
        /* background-image: url(/images/home/hero@2x-93577abb3a777ff0f399f6833ad16c49.jpg?vsn=d) */
    }
}

@media (min-width:768px) {
    .container {
        max-width: 100%
    }

    .referral .hero {
        max-height: 650px
    }
}

@media (min-width:1024px) {
    .referral .hero {
        min-height: 550px
    }

    .referral .container {
        max-width: 1400px
    }
}

@media only screen and (min-width:1440px) {
    .referral {
        font-size: 120%
    }

    .referral .hero {
        max-height: 750px
    }

    .referral .container {
        max-width: 1600px
    }
}

.notification {
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    transition-delay: .2s;
    transform: translateY(-10px)
}

.notification.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0)
}

.notification-card {
    transform: translateY(10px);
    max-width: 450px;
    min-width: 240px
}

@media (min-width:768px) {
    .notification-card {
        min-width: 360px
    }
}

.modal-active {
    overflow: hidden
}

.modal-active>header,
.modal-active>main {
    display: none
}

.modal-active.modal-active-automatic-modal>header,
.modal-active.modal-active-automatic-modal>main {
    display: block
}

.modal.automatic-modal {
    background: rgba(42, 61, 72, .8);
    display: block;
    visibility: hidden;
    opacity: 0;
    padding-bottom: 0;
    position: fixed;
    pointer-events: none;
    transition: all .4s;
    transition-delay: .4s
}

.modal.automatic-modal .modal-container {
    margin-top: 5rem;
    margin-bottom: 5rem;
    opacity: 0;
    transition: all .4s;
    width: 90%;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transition-delay: 0s
}

.modal.automatic-modal.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s
}

.modal.automatic-modal.show .modal-container {
    transition-delay: .1s;
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
    -ms-transform: translate(0)
}

.modal {
    width: 100vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 75;
    justify-content: center;
    display: none;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    pointer-events: all;
    overflow: scroll;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: translateZ(0);
    perspective: 1000
}

.modal#save-basket {
    display: flex;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0
}

.modal#save-basket .error-message {
    display: none
}

.modal#save-basket .has-error .error-message {
    display: block
}

.modal#save-basket.hidden {
    display: none
}

.modal#save-basket .modal-container {
    border-radius: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 8rem
}

.modal#save-basket .modal-container .input {
    box-shadow: none;
    border-width: 1px;
    border-color: #e9f4f1
}

.modal#save-basket .save-form,
.modal#save-basket .success {
    position: absolute;
    opacity: 1;
    visibility: visible;
    transition: all .4s
}

.modal#save-basket .save-form.hide,
.modal#save-basket .success.hide {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.modal#save-basket .save-form {
    position: relative
}

.modal#save-basket .success {
    transition-delay: .35s
}

.modal .overflow-scroll {
    padding-bottom: 5rem
}

.modal.modal-center {
    align-items: center;
    padding-top: 8rem;
    padding-bottom: 8rem
}

.modal.modal-center .cross {
    width: 2rem;
    height: 2rem;
    margin: .75rem;
    background-size: 35% auto
}

.modal.modal-center .modal-center {
    position: static
}

.modal .cross {
    width: 2.5rem;
    height: 2.5rem;
    margin: 1rem;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 9999px;
    background-color: #2a3d48;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1.862 1.862l6.32 6.32M8.138 1.862l-6.32 6.32'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 30% auto
}

.modal .cross:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05)
}

.modal .modal-container {
    z-index: 60;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative
}

@media (min-width:768px) {
    .modal.automatic-modal {
        position: fixed
    }

    .modal-active>header,
    .modal-active>main {
        display: block
    }

    .modal {
        position: absolute;
        height: 100vh;
        height: auto;
        background: rgba(42, 61, 72, .8)
    }

    .modal#save-basket {
        align-items: center
    }

    .modal#save-basket .modal-container {
        border-radius: 4px;
        padding-bottom: 1.5rem;
        max-width: 450px
    }

    .modal .overflow-scroll {
        padding-bottom: 0;
        overflow: auto
    }

    .modal .modal-container {
        margin-top: 5rem;
        margin-bottom: 5rem;
        width: 90%;
        max-width: 940px
    }

    .modal.modal-center {
        position: fixed
    }

    .modal.modal-center .modal-container {
        margin-top: 0;
        margin-bottom: 0
    }

    .modal.modal-center>div,
    .modal.modal-center>form {
        max-width: 500px
    }
}

.collections>.flex:first-of-type .card h3 {
    font-size: 1.875rem
}

.collections>.flex:first-of-type .card .btn {
    margin-top: 0
}

.collections>.flex:first-of-type .collection-large .card h3 {
    font-size: 1.875rem
}

.collections>.flex:first-of-type>.flex-col:first-of-type figure {
    height: auto
}

.collections .card h3 {
    font-size: 1.25rem;
    margin-bottom: .5rem;
    line-height: 1
}

.collections .card p {
    font-size: .75rem;
    line-height: 1.2;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.5rem
}

.collections .card .btn {
    margin-top: auto;
    z-index: 30;
    position: relative
}

.collections .card img {
    width: 50%;
    height: auto
}

.collections .card figure {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.collections .card .bg-blue-100 {
    background-color: #b7dbe5
}

.collections .collection-large .card h3 {
    font-size: 1.875rem;
    margin-top: auto
}

.collections.single-collection .card h3 {
    font-size: 1.875rem
}

.collections.single-collection>.flex:first-of-type>.flex-col:first-of-type h3 {
    font-size: 1.875rem
}

.collections.single-collection>.flex:first-of-type>.flex-col:last-of-type {
    flex-direction: row
}

.collections.single-collection>.flex:first-of-type>.flex-col:last-of-type>.flex {
    width: 50%
}

.collections.single-collection>.flex:first-of-type>.flex-col:last-of-type>.flex h3 {
    font-size: 1.5rem
}

@media (min-width:1024px) {
    .collections>.flex:first-of-type .card h3 {
        font-size: 2.25rem
    }

    .collections>.flex:first-of-type .card p {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .collections>.flex:first-of-type .card img {
        width: 25%
    }

    .collections>.flex:first-of-type .collection-large .card img {
        width: 50%
    }

    .collections>.flex:first-of-type>.flex-col:first-of-type .card h3 {
        font-size: 3rem
    }

    .collections>.flex:first-of-type>.flex-col:first-of-type .card img {
        width: 60%
    }

    .collections>.flex:first-of-type .collection-large .card h3 {
        font-size: 3rem
    }

    .collections .collection-large .card .bg-gray-100 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .collections .collection-large .card img {
        width: 50%
    }

    .collections .collection-large .card h3 {
        font-size: 3rem
    }

    .collections .card p {
        font-size: .875rem
    }

    .collections.single-collection>.flex:first-of-type>.flex-col:last-of-type {
        flex-direction: column
    }

    .collections.single-collection>.flex:first-of-type>.flex-col:last-of-type>.flex {
        width: 100%
    }

    .collections.single-collection>.flex:first-of-type>.flex-col:last-of-type>.flex h3 {
        font-size: 1.875rem
    }
}

.collections-header {
    background-color: transparent;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-image: none
}

.collections-header h1 {
    padding-bottom: 0
}

.StripeElement {
    padding: .5rem;
    border-width: 1px;
    border-radius: 4px
}

:focus {
    outline: none !important
}

summary {
    display: block
}

@media (min-width:768px) {
    .md\:bg-white {
        background-color: #fff
    }

    .md\:bg-left-top {
        background-position: 0 0
    }

    .md\:bg-cover {
        background-size: cover
    }

    .md\:focus\:border-blue-500:focus {
        border-color: #2a3d48
    }

    .md\:rounded {
        border-radius: 4px
    }

    .md\:border-0 {
        border-width: 0
    }

    .md\:border {
        border-width: 1px
    }

    .md\:border-t-0 {
        border-top-width: 0
    }

    .md\:border-l-0 {
        border-left-width: 0
    }

    .md\:border-t {
        border-top-width: 1px
    }

    .md\:border-r {
        border-right-width: 1px
    }

    .md\:border-b {
        border-bottom-width: 1px
    }

    .md\:border-l {
        border-left-width: 1px
    }

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:inline {
        display: inline
    }

    .md\:flex {
        display: flex
    }

    .md\:table {
        display: table
    }

    .md\:table-row {
        display: table-row
    }

    .md\:table-cell {
        display: table-cell
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-wrap {
        flex-wrap: wrap
    }

    .md\:items-center {
        align-items: center
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:flex-grow {
        flex-grow: 1
    }

    .md\:h-24 {
        height: 6rem
    }

    .md\:h-auto {
        height: auto
    }

    .md\:h-full {
        height: 100%
    }

    .md\:leading-snug {
        line-height: 1.2
    }

    .md\:m-0 {
        margin: 0
    }

    .md\:m-4 {
        margin: 1rem
    }

    .md\:m-12 {
        margin: 3rem
    }

    .md\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:mx-3 {
        margin-left: .75rem;
        margin-right: .75rem
    }

    .md\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .md\:-mx-3 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .md\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mr-0 {
        margin-right: 0
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:ml-0 {
        margin-left: 0
    }

    .md\:mb-1 {
        margin-bottom: .25rem
    }

    .md\:mt-2 {
        margin-top: .5rem
    }

    .md\:mr-2 {
        margin-right: .5rem
    }

    .md\:mb-2 {
        margin-bottom: .5rem
    }

    .md\:mt-3 {
        margin-top: .75rem
    }

    .md\:mr-3 {
        margin-right: .75rem
    }

    .md\:mb-3 {
        margin-bottom: .75rem
    }

    .md\:mt-4 {
        margin-top: 1rem
    }

    .md\:mr-4 {
        margin-right: 1rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:mt-5 {
        margin-top: 1.25rem
    }

    .md\:mt-6 {
        margin-top: 1.5rem
    }

    .md\:mr-6 {
        margin-right: 1.5rem
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:mb-8 {
        margin-bottom: 2rem
    }

    .md\:mt-12 {
        margin-top: 3rem
    }

    .md\:mb-12 {
        margin-bottom: 3rem
    }

    .md\:mt-16 {
        margin-top: 4rem
    }

    .md\:mb-20 {
        margin-bottom: 5rem
    }

    .md\:mt-auto {
        margin-top: auto
    }

    .md\:mr-auto {
        margin-right: auto
    }

    .md\:-mt-20 {
        margin-top: -5rem
    }

    .md\:last\:mb-0:last-child {
        margin-bottom: 0
    }

    .md\:overflow-hidden {
        overflow: hidden
    }

    .md\:p-0 {
        padding: 0
    }

    .md\:p-2 {
        padding: .5rem
    }

    .md\:p-3 {
        padding: .75rem
    }

    .md\:p-4 {
        padding: 1rem
    }

    .md\:p-5 {
        padding: 1.25rem
    }

    .md\:p-6 {
        padding: 1.5rem
    }

    .md\:p-8 {
        padding: 2rem
    }

    .md\:p-12 {
        padding: 3rem
    }

    .md\:p-16 {
        padding: 4rem
    }

    .md\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .md\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .md\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:pr-0 {
        padding-right: 0
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pl-0 {
        padding-left: 0
    }

    .md\:pr-2 {
        padding-right: .5rem
    }

    .md\:pt-3 {
        padding-top: .75rem
    }

    .md\:pr-3 {
        padding-right: .75rem
    }

    .md\:pb-3 {
        padding-bottom: .75rem
    }

    .md\:pt-4 {
        padding-top: 1rem
    }

    .md\:pr-4 {
        padding-right: 1rem
    }

    .md\:pb-4 {
        padding-bottom: 1rem
    }

    .md\:pl-4 {
        padding-left: 1rem
    }

    .md\:pb-5 {
        padding-bottom: 1.25rem
    }

    .md\:pt-6 {
        padding-top: 1.5rem
    }

    .md\:pr-6 {
        padding-right: 1.5rem
    }

    .md\:pb-6 {
        padding-bottom: 1.5rem
    }

    .md\:pr-8 {
        padding-right: 2rem
    }

    .md\:pb-8 {
        padding-bottom: 2rem
    }

    .md\:pr-12 {
        padding-right: 3rem
    }

    .md\:pb-16 {
        padding-bottom: 4rem
    }

    .md\:pl-16 {
        padding-left: 4rem
    }

    .md\:pr-24 {
        padding-right: 6rem
    }

    .md\:pr-32 {
        padding-right: 8rem
    }

    .md\:fixed {
        position: fixed
    }

    .md\:absolute {
        position: absolute
    }

    .md\:relative {
        position: relative
    }

    .md\:shadow {
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .17), 0 0 0 0 transparent
    }

    .md\:shadow-2xl {
        box-shadow: 0 5px 50px rgba(0, 0, 0, .1)
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-center {
        text-align: center
    }

    .md\:text-right {
        text-align: right
    }

    .md\:text-green-500 {
        color: #ff791f
    }

    .md\:text-blue-100 {
        color: #70838f
    }

    .md\:hover\:text-green-400:hover {
        color: #0a9f78
    }

    .md\:text-xs {
        font-size: .75rem
    }

    .md\:text-base {
        font-size: 1rem
    }

    .md\:text-lg {
        font-size: 1.125rem
    }

    .md\:text-xl {
        font-size: 1.25rem
    }

    .md\:text-2xl {
        font-size: 1.5rem
    }

    .md\:text-3xl {
        font-size: 1.875rem
    }

    .md\:text-4xl {
        font-size: 2.25rem
    }

    .md\:text-5xl {
        font-size: 3rem
    }

    .md\:invisible {
        visibility: hidden
    }

    .md\:w-24 {
        width: 6rem
    }

    .md\:w-40 {
        width: 10rem
    }

    .md\:w-72 {
        width: 15rem
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-2\/3 {
        width: 66.666667%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-3\/4 {
        width: 75%
    }

    .md\:w-2\/5 {
        width: 40%
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:w-2\/12 {
        width: 16.666667%
    }

    .md\:w-full {
        width: 100%
    }

    .md\:z-20 {
        z-index: 20
    }
}

@media (min-width:1024px) {
    .lg\:border-0 {
        border-width: 0
    }

    .lg\:border {
        border-width: 1px
    }

    .lg\:border-b-0 {
        border-bottom-width: 0
    }

    .lg\:border-t {
        border-top-width: 1px
    }

    .lg\:border-r {
        border-right-width: 1px
    }

    .lg\:border-b {
        border-bottom-width: 1px
    }

    .lg\:border-l {
        border-left-width: 1px
    }

    .lg\:block {
        display: block
    }

    .lg\:inline-block {
        display: inline-block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:table {
        display: table
    }

    .lg\:table-row {
        display: table-row
    }

    .lg\:table-cell {
        display: table-cell
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:flex-col {
        flex-direction: column
    }

    .lg\:flex-wrap {
        flex-wrap: wrap
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:order-none {
        order: 0
    }

    .lg\:h-auto {
        height: auto
    }

    .lg\:leading-snug {
        line-height: 1.2
    }

    .lg\:m-0 {
        margin: 0
    }

    .lg\:m-2 {
        margin: .5rem
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .lg\:-mx-3 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:ml-0 {
        margin-left: 0
    }

    .lg\:mb-2 {
        margin-bottom: .5rem
    }

    .lg\:ml-2 {
        margin-left: .5rem
    }

    .lg\:mt-3 {
        margin-top: .75rem
    }

    .lg\:mb-3 {
        margin-bottom: .75rem
    }

    .lg\:ml-3 {
        margin-left: .75rem
    }

    .lg\:mb-4 {
        margin-bottom: 1rem
    }

    .lg\:mt-5 {
        margin-top: 1.25rem
    }

    .lg\:mt-6 {
        margin-top: 1.5rem
    }

    .lg\:mb-6 {
        margin-bottom: 1.5rem
    }

    .lg\:mt-8 {
        margin-top: 2rem
    }

    .lg\:ml-8 {
        margin-left: 2rem
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem
    }

    .lg\:mt-12 {
        margin-top: 3rem
    }

    .lg\:mb-12 {
        margin-bottom: 3rem
    }

    .lg\:ml-32 {
        margin-left: 8rem
    }

    .lg\:ml-40 {
        margin-left: 10rem
    }

    .lg\:p-0 {
        padding: 0
    }

    .lg\:p-3 {
        padding: .75rem
    }

    .lg\:p-4 {
        padding: 1rem
    }

    .lg\:p-6 {
        padding: 1.5rem
    }

    .lg\:p-20 {
        padding: 5rem
    }

    .lg\:p-24 {
        padding: 6rem
    }

    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .lg\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem
    }

    .lg\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:pl-0 {
        padding-left: 0
    }

    .lg\:pt-3 {
        padding-top: .75rem
    }

    .lg\:pb-3 {
        padding-bottom: .75rem
    }

    .lg\:pl-3 {
        padding-left: .75rem
    }

    .lg\:pt-4 {
        padding-top: 1rem
    }

    .lg\:pr-4 {
        padding-right: 1rem
    }

    .lg\:pb-4 {
        padding-bottom: 1rem
    }

    .lg\:pl-4 {
        padding-left: 1rem
    }

    .lg\:pt-6 {
        padding-top: 1.5rem
    }

    .lg\:pr-6 {
        padding-right: 1.5rem
    }

    .lg\:pl-6 {
        padding-left: 1.5rem
    }

    .lg\:pr-8 {
        padding-right: 2rem
    }

    .lg\:pb-12 {
        padding-bottom: 3rem
    }

    .lg\:pt-16 {
        padding-top: 4rem
    }

    .lg\:pb-16 {
        padding-bottom: 4rem
    }

    .lg\:pt-20 {
        padding-top: 5rem
    }

    .lg\:pr-20 {
        padding-right: 5rem
    }

    .lg\:pb-24 {
        padding-bottom: 6rem
    }

    .lg\:pl-32 {
        padding-left: 8rem
    }

    .lg\:absolute {
        position: absolute
    }

    .lg\:relative {
        position: relative
    }

    .lg\:sticky {
        position: -webkit-sticky;
        position: sticky
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-center {
        text-align: center
    }

    .lg\:text-blue-500 {
        color: #ff791f;
    }

    .lg\:text-base {
        font-size: 1rem
    }

    .lg\:text-lg {
        font-size: 1.125rem
    }

    .lg\:text-4xl {
        font-size: 2.25rem
    }

    .lg\:text-5xl {
        font-size: 3rem
    }

    .lg\:text-6xl {
        font-size: 4rem
    }

    .lg\:w-24 {
        width: 6rem
    }

    .lg\:w-48 {
        width: 12rem
    }

    .lg\:w-64 {
        width: 16rem
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-2\/3 {
        width: 66.666667%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:w-3\/4 {
        width: 75%
    }

    .lg\:w-1\/5 {
        width: 20%
    }

    .lg\:w-4\/5 {
        width: 80%
    }

    .lg\:w-3\/12 {
        width: 25%
    }

    .lg\:w-4\/12 {
        width: 33.333333%
    }

    .lg\:w-5\/12 {
        width: 41.666667%
    }

    .lg\:w-full {
        width: 100%
    }
}

@media (min-width:1280px) {
    .xl\:block {
        display: block
    }

    .xl\:flex {
        display: flex
    }

    .xl\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .xl\:mt-0 {
        margin-top: 0
    }

    .xl\:mb-0 {
        margin-bottom: 0
    }

    .xl\:mb-8 {
        margin-bottom: 2rem
    }

    .xl\:p-8 {
        padding: 2rem
    }

    .xl\:p-12 {
        padding: 3rem
    }

    .xl\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .xl\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem
    }

    .xl\:pl-0 {
        padding-left: 0
    }

    .xl\:pl-4 {
        padding-left: 1rem
    }

    .xl\:absolute {
        position: absolute
    }

    .xl\:text-5xl {
        font-size: 3rem
    }

    .xl\:w-auto {
        width: auto
    }

    .xl\:w-1\/3 {
        width: 33.333333%
    }

    .xl\:w-3\/4 {
        width: 75%
    }

    .xl\:w-1\/5 {
        width: 20%
    }

    .xl\:w-3\/5 {
        width: 60%
    }

    .xl\:w-4\/5 {
        width: 80%
    }

    .xl\:w-1\/6 {
        width: 16.666667%
    }
}

@media (min-width:1100px) {
    .\32lg\:flex {
        display: flex
    }

    .\32lg\:order-none {
        order: 0
    }

    .\32lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .\32lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .\32lg\:pb-0 {
        padding-bottom: 0
    }

    .\32lg\:absolute {
        position: absolute
    }

    .\32lg\:w-1\/4 {
        width: 25%
    }
}

.menu-hover:hover{
    color: #ff791f !important;
}