/** Shopify CDN: Minification failed

Line 15738:4 "wdith" is not a known CSS property
Line 21599:1 Expected identifier but found "."
Line 22820:10 Expected identifier but found whitespace
Line 22820:11 Unexpected "400px"
Line 23915:15 Expected identifier but found whitespace
Line 23915:16 Unexpected "72vh"

**/
*,
:after,
:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box!important
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    font-family: sans-serif
}

body {
    margin: 0
}

[hidden] {
    display: none!important
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

:active {
    outline: none
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none
}

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

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
    margin-top: 0
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
    margin-bottom: 0
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top
}

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

ol,
ul {
    list-style-position: inside;
    margin: 0;
    padding: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 16px
}

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

button,
input[type=submit] {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    overflow: visible;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    border-radius: 0;
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit
}

input::placeholder,
textarea::placeholder {
    color: inherit
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 6px 10px 12px
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.js .no-js,
.no-js .hide-no-js {
    display: none!important
}

/* .no-scroll {
    overflow: hidden
} */

.FlexboxIeFix {
    display: flex;
    flex-direction: row
}

.hover\:text-white:hover,
.text-white {
    color: #fff
}

.hover\:text-offwhite:hover,
.text-offwhite {
    color: #f7f6f4
}

.hover\:text-terracotta:hover,
.text-terracotta {
    color: #893400
}

.hover\:text-black:hover,
.text-black {
    color: #000
}

.hover\:text-blue:hover,
.text-blue {
    color: #8ca9ff
}

.hover\:text-deep-blue:hover,
.text-deep-blue {
    color: #2c46a3
}

.hover\:text-green:hover,
.text-green {
    color: #008d4a
}

.hover\:text-pink:hover,
.text-pink {
    color: #f8a0dd
}

.hover\:text-orange:hover,
.text-orange {
    color: #ff9d00
}

.border-white,
.hover\:border-white:hover {
    border-color: #fff
}

.border-offwhite,
.hover\:border-offwhite:hover {
    border-color: #f7f6f4
}

.border-terracotta,
.hover\:border-terracotta:hover {
    border-color: #893400
}

.border-black,
.hover\:border-black:hover {
    border-color: #000
}

.border-blue,
.hover\:border-blue:hover {
    border-color: #8ca9ff
}

.border-deep-blue,
.hover\:border-deep-blue:hover {
    border-color: #2c46a3
}

.border-green,
.hover\:border-green:hover {
    border-color: #008d4a
}

.border-pink,
.hover\:border-pink:hover {
    border-color: #f8a0dd
}

.border-orange,
.hover\:border-orange:hover {
    border-color: #ff9d00
}

.bg-white,
.hover\:bg-white:hover {
    background-color: #fff
}

.bg-offwhite,
.hover\:bg-offwhite:hover {
    background-color: #f7f6f4
}

.bg-terracotta,
.hover\:bg-terracotta:hover {
    background-color: #893400
}

.bg-black,
.hover\:bg-black:hover {
    background-color: #000
}

.bg-blue,
.hover\:bg-blue:hover {
    background-color: #8ca9ff
}

.bg-deep-blue,
.hover\:bg-deep-blue:hover {
    background-color: #2c46a3
}

.bg-green,
.hover\:bg-green:hover {
    background-color: #008d4a
}

.bg-pink,
.hover\:bg-pink:hover {
    background-color: #f8a0dd
}

.bg-orange,
.hover\:bg-orange:hover {
    background-color: #ff9d00
}

@media screen and (min-width:769px) {
    .desktop\:text-white,
    .hover\:desktop\:text-white:hover {
        color: #fff
    }
    .desktop\:text-offwhite,
    .hover\:desktop\:text-offwhite:hover {
        color: #f7f6f4
    }
    .desktop\:text-terracotta,
    .hover\:desktop\:text-terracotta:hover {
        color: #893400
    }
    .desktop\:text-black,
    .hover\:desktop\:text-black:hover {
        color: #000
    }
    .desktop\:text-blue,
    .hover\:desktop\:text-blue:hover {
        color: #8ca9ff
    }
    .desktop\:text-deep-blue,
    .hover\:desktop\:text-deep-blue:hover {
        color: #2c46a3
    }
    .desktop\:text-green,
    .hover\:desktop\:text-green:hover {
        color: #008d4a
    }
    .desktop\:text-pink,
    .hover\:desktop\:text-pink:hover {
        color: #f8a0dd
    }
    .desktop\:text-orange,
    .hover\:desktop\:text-orange:hover {
        color: #ff9d00
    }
    .desktop\:border-white,
    .hover\:desktop\:border-white:hover {
        border-color: #fff
    }
    .desktop\:border-offwhite,
    .hover\:desktop\:border-offwhite:hover {
        border-color: #f7f6f4
    }
    .desktop\:border-terracotta,
    .hover\:desktop\:border-terracotta:hover {
        border-color: #893400
    }
    .desktop\:border-black,
    .hover\:desktop\:border-black:hover {
        border-color: #000
    }
    .desktop\:border-blue,
    .hover\:desktop\:border-blue:hover {
        border-color: #8ca9ff
    }
    .desktop\:border-deep-blue,
    .hover\:desktop\:border-deep-blue:hover {
        border-color: #2c46a3
    }
    .desktop\:border-green,
    .hover\:desktop\:border-green:hover {
        border-color: #008d4a
    }
    .desktop\:border-pink,
    .hover\:desktop\:border-pink:hover {
        border-color: #f8a0dd
    }
    .desktop\:border-orange,
    .hover\:desktop\:border-orange:hover {
        border-color: #ff9d00
    }
    .desktop\:bg-white,
    .hover\:desktop\:bg-white:hover {
        background-color: #fff
    }
    .desktop\:bg-offwhite,
    .hover\:desktop\:bg-offwhite:hover {
        background-color: #f7f6f4
    }
    .desktop\:bg-terracotta,
    .hover\:desktop\:bg-terracotta {
        background-color: #893400
    }
    .desktop\:bg-black,
    .hover\:desktop\:bg-black {
        background-color: #000
    }
    .desktop\:bg-blue,
    .hover\:desktop\:bg-blue:hover {
        background-color: #8ca9ff
    }
    .desktop\:bg-deep-blue,
    .hover\:desktop\:bg-deep-blue:hover {
        background-color: #2c46a3
    }
    .desktop\:bg-green,
    .hover\:desktop\:bg-green:hover {
        background-color: #008d4a
    }
    .desktop\:bg-pink,
    .hover\:desktop\:bg-pink:hover {
        background-color: #f8a0dd
    }
    .desktop\:bg-orange,
    .hover\:desktop\:bg-orange:hover {
        background-color: #ff9d00
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

@media (min-width:400px) {
    .container {
        max-width: 400px;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.flex {
    display: flex
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-grow {
    flex-grow: 1
}

.flex-wrap {
    flex-wrap: wrap
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.justify-evenly {
    justify-content: space-evenly
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

@media screen and (min-width:769px) {
    .desktop\:flex {
        display: flex!important
    }
    .desktop\:flex-row {
        flex-direction: row!important
    }
    .desktop\:flex-col {
        flex-direction: column!important
    }
    .desktop\:flex-grow {
        flex-grow: 1!important
    }
    .desktop\:flex-wrap {
        flex-wrap: wrap!important
    }
    .desktop\:justify-start {
        justify-content: flex-start!important
    }
    .desktop\:justify-end {
        justify-content: flex-end!important
    }
    .desktop\:justify-center {
        justify-content: center!important
    }
    .desktop\:justify-between {
        justify-content: space-between!important
    }
    .desktop\:justify-around {
        justify-content: space-around!important
    }
    .desktop\:justify-evenly {
        justify-content: space-evenly!important
    }
    .desktop\:items-start {
        align-items: flex-start!important
    }
    .desktop\:items-end {
        align-items: flex-end!important
    }
    .desktop\:items-center {
        align-items: center!important
    }
    .desktop\:items-baseline {
        align-items: baseline!important
    }
    .desktop\:items-stretch {
        align-items: stretch!important
    }
}

.grid {
    display: grid
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
}

.grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
}

.grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
}

.grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
}

.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-3 {
    grid-column: span 3/span 3
}

.col-span-4 {
    grid-column: span 4/span 4
}

.col-span-5 {
    grid-column: span 5/span 5
}

.col-span-6 {
    grid-column: span 6/span 6
}

.col-span-7 {
    grid-column: span 7/span 7
}

.col-span-8 {
    grid-column: span 8/span 8
}

.col-span-9 {
    grid-column: span 9/span 9
}

.col-span-10 {
    grid-column: span 10/span 10
}

.col-span-11 {
    grid-column: span 1/span 1
}

.col-span-12 {
    grid-column: span 12/span 12
}

.col-start-1 {
    grid-column-start: 1
}

.col-start-2 {
    grid-column-start: 2
}

.col-start-3 {
    grid-column-start: 3
}

.col-start-4 {
    grid-column-start: 4
}

.col-start-5 {
    grid-column-start: 5
}

.col-start-6 {
    grid-column-start: 6
}

.col-start-7 {
    grid-column-start: 7
}

.col-start-8 {
    grid-column-start: 8
}

.col-start-9 {
    grid-column-start: 9
}

.col-start-10 {
    grid-column-start: 10
}

.col-start-11 {
    grid-column-start: 11
}

.col-start-12 {
    grid-column-start: 12
}

@media screen and (min-width:1024px) {
    .desktop\:grid {
        display: grid
    }
    .desktop\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
    .desktop\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }
    .desktop\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }
    .desktop\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }
    .desktop\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
    .desktop\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
    .desktop\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
    .desktop\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
    .desktop\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .desktop\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .desktop\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .desktop\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .desktop\:col-span-1 {
        grid-column: span 1/span 1
    }
    .desktop\:col-span-2 {
        grid-column: span 2/span 2
    }
    .desktop\:col-span-3 {
        grid-column: span 3/span 3
    }
    .desktop\:col-span-4 {
        grid-column: span 4/span 4
    }
    .desktop\:col-span-5 {
        grid-column: span 5/span 5
    }
    .desktop\:col-span-6 {
        grid-column: span 6/span 6
    }
    .desktop\:col-span-7 {
        grid-column: span 7/span 7
    }
    .desktop\:col-span-8 {
        grid-column: span 8/span 8
    }
    .desktop\:col-span-9 {
        grid-column: span 9/span 9
    }
    .desktop\:col-span-10 {
        grid-column: span 10/span 10
    }
    .desktop\:col-span-11 {
        grid-column: span 1/span 1
    }
    .desktop\:col-span-12 {
        grid-column: span 12/span 12
    }
    .desktop\:col-start-1 {
        grid-column-start: 1
    }
    .desktop\:col-start-2 {
        grid-column-start: 2
    }
    .desktop\:col-start-3 {
        grid-column-start: 3
    }
    .desktop\:col-start-4 {
        grid-column-start: 4
    }
    .desktop\:col-start-5 {
        grid-column-start: 5
    }
    .desktop\:col-start-6 {
        grid-column-start: 6
    }
    .desktop\:col-start-7 {
        grid-column-start: 7
    }
    .desktop\:col-start-8 {
        grid-column-start: 8
    }
    .desktop\:col-start-9 {
        grid-column-start: 9
    }
    .desktop\:col-start-10 {
        grid-column-start: 10
    }
    .desktop\:col-start-11 {
        grid-column-start: 11
    }
    .desktop\:col-start-12 {
        grid-column-start: 12
    }
}

@media screen and (min-width:769px) {
    .tablet\:grid {
        display: grid
    }
    .tablet\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
    .tablet\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }
    .tablet\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }
    .tablet\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }
    .tablet\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
    .tablet\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
    .tablet\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
    .tablet\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
    .tablet\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .tablet\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .tablet\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .tablet\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .tablet\:col-span-1 {
        grid-column: span 1/span 1
    }
    .tablet\:col-span-2 {
        grid-column: span 2/span 2
    }
    .tablet\:col-span-3 {
        grid-column: span 3/span 3
    }
    .tablet\:col-span-4 {
        grid-column: span 4/span 4
    }
    .tablet\:col-span-5 {
        grid-column: span 5/span 5
    }
    .tablet\:col-span-6 {
        grid-column: span 6/span 6
    }
    .tablet\:col-span-7 {
        grid-column: span 7/span 7
    }
    .tablet\:col-span-8 {
        grid-column: span 8/span 8
    }
    .tablet\:col-span-9 {
        grid-column: span 9/span 9
    }
    .tablet\:col-span-10 {
        grid-column: span 10/span 10
    }
    .tablet\:col-span-11 {
        grid-column: span 1/span 1
    }
    .tablet\:col-span-12 {
        grid-column: span 12/span 12
    }
    .tablet\:col-start-1 {
        grid-column-start: 1
    }
    .tablet\:col-start-2 {
        grid-column-start: 2
    }
    .tablet\:col-start-3 {
        grid-column-start: 3
    }
    .tablet\:col-start-4 {
        grid-column-start: 4
    }
    .tablet\:col-start-5 {
        grid-column-start: 5
    }
    .tablet\:col-start-6 {
        grid-column-start: 6
    }
    .tablet\:col-start-7 {
        grid-column-start: 7
    }
    .tablet\:col-start-8 {
        grid-column-start: 8
    }
    .tablet\:col-start-9 {
        grid-column-start: 9
    }
    .tablet\:col-start-10 {
        grid-column-start: 10
    }
    .tablet\:col-start-11 {
        grid-column-start: 11
    }
    .tablet\:col-start-12 {
        grid-column-start: 12
    }
}

.table {
    display: table
}

.inline-talbe {
    display: inline-table
}

.table-row {
    display: table-row
}

.table-cell {
    display: table-cell
}

.table-caption {
    display: table-caption
}

.table-column {
    display: table-column
}

.table-column-group {
    display: table-column-group
}

.table-header-group {
    display: table-header-group
}

.table-row-group {
    display: table-row-group
}

.table-footer-group {
    display: table-footer-group
}

@media screen and (min-width:1024px) {
    .desktop\:table {
        display: table
    }
    .desktop\:inline-talbe {
        display: inline-table
    }
    .desktop\:table-row {
        display: table-row
    }
    .desktop\:table-cell {
        display: table-cell
    }
    .desktop\:table-caption {
        display: table-caption
    }
    .desktop\:table-column {
        display: table-column
    }
    .desktop\:table-column-group {
        display: table-column-group
    }
    .desktop\:table-header-group {
        display: table-header-group
    }
    .desktop\:table-row-group {
        display: table-row-group
    }
    .desktop\:table-footer-group {
        display: table-footer-group
    }
}

@media screen and (min-width:769px) {
    .tablet\:table {
        display: table
    }
    .tablet\:inline-talbe {
        display: inline-table
    }
    .tablet\:table-row {
        display: table-row
    }
    .tablet\:table-cell {
        display: table-cell
    }
    .tablet\:table-caption {
        display: table-caption
    }
    .tablet\:table-column {
        display: table-column
    }
    .tablet\:table-column-group {
        display: table-column-group
    }
    .tablet\:table-header-group {
        display: table-header-group
    }
    .tablet\:table-row-group {
        display: table-row-group
    }
    .tablet\:table-footer-group {
        display: table-footer-group
    }
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.inline-table {
    display: inline-table
}

.table-caption {
    display: table-caption
}

.table-cell {
    display: table-cell
}

.table-column {
    display: table-column
}

.table-column-group {
    display: table-column-group
}

.table-footer-group {
    display: table-footer-group
}

.table-header-group {
    display: table-header-group
}

.table-row-group {
    display: table-row-group
}

.table-row {
    display: table-row
}

.flow-root {
    display: flow-root
}

.inline-grid {
    display: inline-grid
}

.contents {
    display: contents
}

.list-item {
    display: list-item
}

.hidden {
    display: none
}

.text-center {
    -webkit-text-decoration: center;
    text-decoration: center
}

.gap-0 {
    gap: 0
}

.gap-4 {
    gap: 4px
}

.gap-7 {
    gap: 7px
}

.gap-12 {
    gap: 12px
}

.gap-14 {
    gap: 14px
}

.gap-21 {
    gap: 21px
}

.gap-28 {
    gap: 28px
}

.rounded-1\/2 {
    border-radius: 50%
}

.rounded-28 {
    border-radius: 28px
}

.rounded-30,
.rounded-39 {
    border-radius: 30px
}

.rounded-166 {
    border-radius: 166px
}

.rounded-tl-1\/2 {
    border-top-left-radius: 50%
}

.rounded-tl-28 {
    border-top-left-radius: 28px
}

.rounded-tl-30 {
    border-top-left-radius: 30px
}

.rounded-tl-39 {
    border-top-left-radius: 39px
}

.rounded-tl-166 {
    border-top-left-radius: 166px
}

.rounded-tr-1\/2 {
    border-top-right-radius: 50%
}

.rounded-tr-28 {
    border-top-right-radius: 28px
}

.rounded-tr-30 {
    border-top-right-radius: 30px
}

.rounded-tr-39 {
    border-top-right-radius: 39px
}

.rounded-tr-166 {
    border-top-right-radius: 166px
}

.rounded-bl-1\/2 {
    border-bottom-left-radius: 50%
}

.rounded-bl-28 {
    border-bottom-left-radius: 28px
}

.rounded-bl-30 {
    border-bottom-left-radius: 30px
}

.rounded-bl-39 {
    border-bottom-left-radius: 39px
}

.rounded-bl-166 {
    border-bottom-left-radius: 166px
}

.rounded-br-1\/2 {
    border-bottom-right-radius: 50%
}

.rounded-br-28 {
    border-bottom-right-radius: 28px
}

.rounded-br-30 {
    border-bottom-right-radius: 30px
}

.rounded-br-39 {
    border-bottom-right-radius: 39px
}

.rounded-br-166 {
    border-bottom-right-radius: 166px
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-auto {
    pointer-events: auto
}

.list-none {
    list-style-type: none
}

.list-disc {
    list-style-type: disc
}

.list-decimal {
    list-style-type: decimal
}

.overflow-visible {
    overflow: visible!important
}

.overflow-x-visible {
    overflow-x: visible!important
}

.overflow-y-visible {
    overflow-y: visible!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-x-hidden {
    overflow-x: hidden!important
}

.overflow-y-hidden {
    overflow-y: hidden!important
}

.transition {
    transition: all .3s
}

@media screen and (min-width:1024px) {
    .desktop\:block {
        display: block!important
    }
    .desktop\:inline-block {
        display: inline-block!important
    }
    .desktop\:inline {
        display: inline!important
    }
    .desktop\:inline-flex {
        display: inline-flex!important
    }
    .desktop\:table {
        display: table!important
    }
    .desktop\:inline-table {
        display: inline-table!important
    }
    .desktop\:table-caption {
        display: table-caption!important
    }
    .desktop\:table-cell {
        display: table-cell!important
    }
    .desktop\:table-column {
        display: table-column!important
    }
    .desktop\:table-column-group {
        display: table-column-group!important
    }
    .desktop\:table-footer-group {
        display: table-footer-group!important
    }
    .desktop\:table-header-group {
        display: table-header-group!important
    }
    .desktop\:table-row-group {
        display: table-row-group!important
    }
    .desktop\:table-row {
        display: table-row!important
    }
    .desktop\:flow-root {
        display: flow-root!important
    }
    .desktop\:inline-grid {
        display: inline-grid!important
    }
    .desktop\:contents {
        display: contents!important
    }
    .desktop\:list-item {
        display: list-item!important
    }
    .desktop\:hidden {
        display: none!important
    }
    .desktop\:text-center {
        -webkit-text-decoration: center;
        text-decoration: center
    }
    .desktop\:gap-0 {
        gap: 0
    }
    .desktop\:gap-4 {
        gap: 4px
    }
    .desktop\:gap-7 {
        gap: 7px
    }
    .desktop\:gap-12 {
        gap: 12px
    }
    .desktop\:gap-14 {
        gap: 14px
    }
    .desktop\:gap-21 {
        gap: 21px
    }
    .desktop\:gap-28 {
        gap: 28px
    }
    .desktop\:rounded-30 {
        border-radius: 30px
    }
    .desktop\:pointer-events-none {
        pointer-events: none
    }
    .desktop\:pointer-events-auto {
        pointer-events: auto
    }
    .desktop\:list-none {
        list-style-type: none
    }
    .desktop\:list-disc {
        list-style-type: disc
    }
    .desktop\:list-decimal {
        list-style-type: decimal
    }
    .desktop\:overflow-visible {
        overflow: visible!important
    }
    .desktop\:overflow-x-visible {
        overflow-x: visible!important
    }
    .desktop\:overflow-y-visible {
        overflow-y: visible!important
    }
    .desktop\:overflow-hidden {
        overflow: hidden!important
    }
    .desktop\:overflow-x-hidden {
        overflow-x: hidden!important
    }
    .desktop\:overflow-y-hidden {
        overflow-y: hidden!important
    }
}

@media screen and (min-width:769px) {
    .tablet\:block {
        display: block!important
    }
    .tablet\:inline-block {
        display: inline-block!important
    }
    .tablet\:inline {
        display: inline!important
    }
    .tablet\:inline-flex {
        display: inline-flex!important
    }
    .tablet\:table {
        display: table!important
    }
    .tablet\:inline-table {
        display: inline-table!important
    }
    .tablet\:table-caption {
        display: table-caption!important
    }
    .tablet\:table-cell {
        display: table-cell!important
    }
    .tablet\:table-column {
        display: table-column!important
    }
    .tablet\:table-column-group {
        display: table-column-group!important
    }
    .tablet\:table-footer-group {
        display: table-footer-group!important
    }
    .tablet\:table-header-group {
        display: table-header-group!important
    }
    .tablet\:table-row-group {
        display: table-row-group!important
    }
    .tablet\:table-row {
        display: table-row!important
    }
    .tablet\:flow-root {
        display: flow-root!important
    }
    .tablet\:inline-grid {
        display: inline-grid!important
    }
    .tablet\:contents {
        display: contents!important
    }
    .tablet\:list-item {
        display: list-item!important
    }
    .tablet\:hidden {
        display: none!important
    }
    .tablet\:text-center {
        -webkit-text-decoration: center;
        text-decoration: center
    }
    .tablet\:gap-0 {
        gap: 0
    }
    .tablet\:gap-4 {
        gap: 4px
    }
    .tablet\:gap-7 {
        gap: 7px
    }
    .tablet\:gap-12 {
        gap: 12px
    }
    .tablet\:gap-14 {
        gap: 14px
    }
    .tablet\:gap-21 {
        gap: 21px
    }
    .tablet\:gap-28 {
        gap: 28px
    }
    .tablet\:rounded-30 {
        border-radius: 30px
    }
    .tablet\:pointer-events-none {
        pointer-events: none
    }
    .tablet\:pointer-events-auto {
        pointer-events: auto
    }
    .tablet\:list-none {
        list-style-type: none
    }
    .tablet\:list-disc {
        list-style-type: disc
    }
    .tablet\:list-decimal {
        list-style-type: decimal
    }
    .tablet\:overflow-visible {
        overflow: visible!important
    }
    .tablet\:overflow-x-visible {
        overflow-x: visible!important
    }
    .tablet\:overflow-y-visible {
        overflow-y: visible!important
    }
    .tablet\:overflow-hidden {
        overflow: hidden!important
    }
    .tablet\:overflow-x-hidden {
        overflow-x: hidden!important
    }
    .tablet\:overflow-y-hidden {
        overflow-y: hidden!important
    }
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-fill {
    -o-object-fit: fill;
    object-fit: fill
}

.object-none {
    -o-object-fit: none;
    object-fit: none
}

.object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
}

@media screen and (min-width:769px) {
    .desktop\:object-contain {
        -o-object-fit: contain;
        object-fit: contain
    }
    .desktop\:object-cover {
        -o-object-fit: cover;
        object-fit: cover
    }
    .desktop\:object-fill {
        -o-object-fit: fill;
        object-fit: fill
    }
    .desktop\:object-none {
        -o-object-fit: none;
        object-fit: none
    }
    .desktop\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down
    }
}

.object-bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.object-left {
    -o-object-position: left;
    object-position: left
}

.object-left-bottom {
    -o-object-position: left bottom;
    object-position: left bottom
}

.object-left-top {
    -o-object-position: left top;
    object-position: left top
}

.object-right {
    -o-object-position: right;
    object-position: right
}

.object-right-bottom {
    -o-object-position: right bottom;
    object-position: right bottom
}

.object-right-top {
    -o-object-position: right top;
    object-position: right top
}

.object-top {
    -o-object-position: top;
    object-position: top
}

@media screen and (min-width:769px) {
    .desktop\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom
    }
    .desktop\:object-center {
        -o-object-position: center;
        object-position: center
    }
    .desktop\:object-left {
        -o-object-position: left;
        object-position: left
    }
    .desktop\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom
    }
    .desktop\:object-left-top {
        -o-object-position: left top;
        object-position: left top
    }
    .desktop\:object-right {
        -o-object-position: right;
        object-position: right
    }
    .desktop\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom
    }
    .desktop\:object-right-top {
        -o-object-position: right top;
        object-position: right top
    }
    .desktop\:object-top {
        -o-object-position: top;
        object-position: top
    }
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.z-3 {
    z-index: 3
}

.z-4 {
    z-index: 4
}

.z-5 {
    z-index: 5
}

.z-6 {
    z-index: 6
}

.z-7 {
    z-index: 7
}

.z-8 {
    z-index: 8
}

.z-9 {
    z-index: 9
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.-z-1 {
    z-index: -1
}

.-z-2 {
    z-index: -2
}

.-z-3 {
    z-index: -3
}

.-z-4 {
    z-index: -4
}

.-z-5 {
    z-index: -5
}

.-z-6 {
    z-index: -6
}

.-z-7 {
    z-index: -7
}

.-z-8 {
    z-index: -8
}

.-z-9 {
    z-index: -9
}

.-z-10 {
    z-index: -10
}

.-z-20 {
    z-index: -20
}

.-z-30 {
    z-index: -30
}

.-z-40 {
    z-index: -40
}

.-z-50 {
    z-index: -50
}

.z-auto {
    z-index: auto
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.top-0 {
    top: 0
}

.left-0 {
    left: 0
}

html {
    font-size: var(--base-text-font-size)
}

body {
    background: var(--background);
    color: var(--text-color);
    font-family: var(--text-font-family);
    font-style: var(--text-font-style);
    font-weight: var(--text-font-weight);
    line-height: 1.65
}

.Link {
    transition: color .2s ease-in-out, opacity .2s ease-in-out
}

.Link--primary.is-active,
.supports-hover .Link--primary:hover {
    color: var(--text-color)
}

.Link--secondary.is-active,
.supports-hover .Link--secondary:hover {
    color: var(--text-color-light)
}

.Link--underline {
    display: inline-block;
    position: relative
}

.Link--underline:before {
    background: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(1);
    transform-origin: left center;
    transition: transform .2s ease-in-out;
    width: 100%
}

@media (-moz-touch-enabled:0),
(hover:hover) {
    .Link--underline:hover:before {
        transform: scaleX(0)
    }
}

.Link--underlineShort:before {
    width: 100%
}

.features--heading-uppercase .Link--underlineShort:before {
    width: calc(100% - .2em)
}

.Link--underlineNative {
    text-decoration: underline;
    text-underline-position: under
}

.Heading {
    color: var(--heading-color);
    font-family: var(--heading-font-family);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    transition: color .2s ease-in-out
}

.features--heading-uppercase .Heading {
    letter-spacing: .2em;
    text-transform: uppercase
}

.Text--subdued {
    color: var(--text-color-light)
}

.Text--alignCenter {
    text-align: center!important
}

.Text--alignRight {
    text-align: right!important
}

.Icon-Wrapper--clickable {
    background: transparent;
    position: relative
}

.Icon-Wrapper--clickable:before {
    bottom: -8px;
    content: "";
    left: -12px;
    position: absolute;
    right: -12px;
    top: -8px;
    transform: translateZ(0)
}

.Icon {
    fill: currentColor;
    stroke-width: 1px;
    background: none;
    display: inline-block;
    height: 1em;
    pointer-events: none;
    vertical-align: middle;
    width: 1em
}

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

.features--heading-small .Rte h1,
.features--heading-small .u-h1 {
    font-size: 20px
}

.features--heading-small .Rte h2,
.features--heading-small .u-h2 {
    font-size: 18px
}

.features--heading-small .Rte h3,
.features--heading-small .u-h3 {
    font-size: 16px
}

.features--heading-small .Rte h4,
.features--heading-small .u-h4 {
    font-size: 15px
}

.features--heading-small .Rte h5,
.features--heading-small .u-h5 {
    font-size: 13px
}

.features--heading-small .Rte h6,
.features--heading-small .u-h6 {
    font-size: 12px
}

.features--heading-small .u-h7 {
    font-size: 11px
}

.features--heading-small .u-h8 {
    font-size: 10px
}

.features--heading-normal .Rte h1,
.features--heading-normal .u-h1 {
    font-size: 22px
}

.features--heading-normal .Rte h2,
.features--heading-normal .u-h2 {
    font-size: 20px
}

.features--heading-normal .Rte h3,
.features--heading-normal .u-h3 {
    font-size: 18px
}

.features--heading-normal .Rte h4,
.features--heading-normal .u-h4 {
    font-size: 16px
}

.features--heading-normal .Rte h5,
.features--heading-normal .u-h5 {
    font-size: 14px
}

.features--heading-normal .Rte h6,
.features--heading-normal .u-h6 {
    font-size: 13px
}

.features--heading-normal .u-h7,
.features--heading-normal .u-h8 {
    font-size: 12px
}

.features--heading-large .Rte h1,
.features--heading-large .u-h1 {
    font-size: 24px
}

.features--heading-large .Rte h2,
.features--heading-large .u-h2 {
    font-size: 22px
}

.features--heading-large .Rte h3,
.features--heading-large .u-h3 {
    font-size: 20px
}

.features--heading-large .Rte h4,
.features--heading-large .u-h4 {
    font-size: 18px
}

.features--heading-large .Rte h5,
.features--heading-large .u-h5 {
    font-size: 16px
}

.features--heading-large .Rte h6,
.features--heading-large .u-h6 {
    font-size: 15px
}

.features--heading-large .u-h7,
.features--heading-large .u-h8 {
    font-size: 13px
}

@media screen and (min-width:641px) {
    .features--heading-small .Rte h1,
    .features--heading-small .u-h1 {
        font-size: 20px
    }
    .features--heading-small .Rte h2,
    .features--heading-small .Rte h3,
    .features--heading-small .u-h2,
    .features--heading-small .u-h3 {
        font-size: 18px
    }
    .features--heading-small .Rte h4,
    .features--heading-small .u-h4 {
        font-size: 16px
    }
    .features--heading-small .Rte h5,
    .features--heading-small .u-h5 {
        font-size: 13px
    }
    .features--heading-small .Rte h6,
    .features--heading-small .u-h6 {
        font-size: 12px
    }
    .features--heading-small .u-h7 {
        font-size: 11px
    }
    .features--heading-small .u-h8 {
        font-size: 10px
    }
    .features--heading-normal .Rte h1,
    .features--heading-normal .u-h1 {
        font-size: 22px
    }
    .features--heading-normal .Rte h2,
    .features--heading-normal .Rte h3,
    .features--heading-normal .u-h2,
    .features--heading-normal .u-h3 {
        font-size: 20px
    }
    .features--heading-normal .Rte h4,
    .features--heading-normal .u-h4 {
        font-size: 17px
    }
    .features--heading-normal .Rte h5,
    .features--heading-normal .u-h5 {
        font-size: 14px
    }
    .features--heading-normal .Rte h6,
    .features--heading-normal .u-h6 {
        font-size: 13px
    }
    .features--heading-normal .u-h7,
    .features--heading-normal .u-h8 {
        font-size: 12px
    }
    .features--heading-large .Rte h1,
    .features--heading-large .u-h1 {
        font-size: 24px
    }
    .features--heading-large .Rte h2,
    .features--heading-large .u-h2 {
        font-size: 22px
    }
    .features--heading-large .Rte h3,
    .features--heading-large .u-h3 {
        font-size: 20px
    }
    .features--heading-large .Rte h4,
    .features--heading-large .u-h4 {
        font-size: 19px
    }
    .features--heading-large .Rte h5,
    .features--heading-large .u-h5 {
        font-size: 16px
    }
    .features--heading-large .Rte h6,
    .features--heading-large .u-h6 {
        font-size: 15px
    }
    .features--heading-large .u-h7,
    .features--heading-large .u-h8 {
        font-size: 13px
    }
}

.js .features--show-page-transition .PageTransition {
    background: var(--background);
    height: 100%;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all .25s ease;
    visibility: visible;
    width: 100%;
    z-index: 1000
}

.text-h1 {
    font-size: 80px!important;
    letter-spacing: -2.8px!important;
    line-height: 100px!important
}

.text-h1,
.text-h2 {
    font-family: Nib Pro!important;
    font-weight: 400!important
}

.text-h2 {
    font-size: 44px!important;
    line-height: 54px!important
}

.text-h3 {
    font-size: 32px!important;
    line-height: 42px!important
}

.text-h3,
.text-h4 {
    font-family: Nib Pro!important;
    font-weight: 400!important
}

.text-h4 {
    font-size: 24px!important;
    line-height: 34px!important
}

.text-h5 {
    font-size: 20px!important;
    line-height: 26px!important
}

.text-h5,
.text-h6 {
    font-family: Nib Pro!important;
    font-weight: 400!important
}

.text-h6 {
    font-size: 14px!important;
    line-height: 20px!important
}

.text-large-body {
    font-family: var(--text-font-family);
    font-size: 20px!important;
    font-weight: 400!important;
    letter-spacing: .5px!important;
    line-height: 26px!important
}

.text-body {
    font-size: 14px!important
}

.text-body,
.text-small-body {
    font-family: var(--text-font-family);
    font-weight: 400!important;
    letter-spacing: .5px!important;
    line-height: 22px!important
}

.text-small-body {
    font-size: 12px!important
}

.text-caption-large {
    font-size: 20px!important;
    letter-spacing: 2px!important;
    line-height: 30px!important
}

.text-caption-large,
.text-caption-small {
    font-family: var(--text-font-family);
    font-weight: 400!important
}

.text-caption-small {
    font-size: 12px!important;
    letter-spacing: 1px!important;
    line-height: 20px!important
}

.text-button {
    font-size: 12px!important
}

.text-button,
.text-button-large {
    font-family: var(--text-font-family);
    font-style: normal!important;
    font-weight: 600!important;
    letter-spacing: .25px!important;
    line-height: 12px!important;
    text-transform: uppercase!important
}

.text-button-large {
    font-size: 14px!important
}

@media screen and (max-width:768px) {
    .text-h1 {
        font-size: 44px!important;
        letter-spacing: -2.8px!important;
        line-height: 54px!important
    }
    .text-h1,
    .text-h2 {
        font-family: Nib Pro!important;
        font-weight: 400!important
    }
    .text-h2 {
        font-size: 32px!important;
        line-height: 42px!important
    }
    .text-h3 {
        font-size: 24px!important;
        line-height: 34px!important
    }
    .text-h3,
    .text-h4 {
        font-family: Nib Pro!important;
        font-weight: 400!important
    }
    .text-h4 {
        font-size: 20px!important;
        line-height: 26px!important
    }
    .text-h5 {
        font-size: 14px!important;
        line-height: 20px!important
    }
    .text-h5,
    .text-h6 {
        font-family: Nib Pro!important;
        font-weight: 400!important
    }
    .text-h6 {
        font-size: 12px!important;
        line-height: 18px!important
    }
}

.font-header {
    font-family: Nib Pro!important
}

.font-body {
    font-family: var(--text-font-family);
}

.font-semibold {
    font-weight: 600!important
}

.font-bold {
    font-weight: 600!important
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-baseline {
    vertical-align: baseline
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.align-bottom {
    vertical-align: bottom
}

.align-text-top {
    vertical-align: text-top
}

.align-text-bottom {
    vertical-align: text-bottom
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.normal-case {
    text-transform: none
}

.underline {
    text-decoration: underline
}

.line-through {
    text-decoration: line-through
}

.no-underline {
    text-decoration: none
}

@media screen and (min-width:769px) {
    .desktop\:text-h1 {
        font-size: 80px!important;
        letter-spacing: -2.8px!important;
        line-height: 100px!important
    }
    .desktop\:text-h1,
    .desktop\:text-h2 {
        font-family: Nib Pro!important;
        font-weight: 400!important
    }
    .desktop\:text-h2 {
        font-size: 44px!important;
        line-height: 54px!important
    }
    .desktop\:text-h3 {
        font-size: 32px!important;
        line-height: 42px!important
    }
    .desktop\:text-h3,
    .desktop\:text-h4 {
        font-family: Nib Pro!important;
        font-weight: 400!important
    }
    .desktop\:text-h4 {
        font-size: 24px!important;
        line-height: 34px!important
    }
    .desktop\:text-h5 {
        font-size: 20px!important;
        line-height: 26px!important
    }
    .desktop\:desktop\:text-h6,
    .desktop\:text-h5 {
        font-family: Nib Pro!important;
        font-weight: 400!important
    }
    .desktop\:desktop\:text-h6 {
        font-size: 14px!important;
        line-height: 20px!important
    }
    .desktop\:text-large-body {
        font-family: var(--text-font-family);
        font-size: 20px!important;
        font-weight: 400!important;
        letter-spacing: .5px!important;
        line-height: 26px!important
    }
    .desktop\:text-body {
        font-size: 14px!important
    }
    .desktop\:text-body,
    .desktop\:text-small-body {
        font-family: var(--text-font-family);
        font-weight: 400!important;
        letter-spacing: .5px!important;
        line-height: 22px!important
    }
    .desktop\:text-small-body {
        font-size: 12px!important
    }
    .desktop\:text-caption-large {
        font-size: 20px!important;
        letter-spacing: 2px!important;
        line-height: 30px!important
    }
    .desktop\:text-caption-large,
    .desktop\:text-caption-small {
        font-family: var(--text-font-family);
        font-weight: 400!important
    }
    .desktop\:text-caption-small {
        font-size: 12px!important;
        letter-spacing: 1px!important;
        line-height: 20px!important
    }
    .desktop\:font-header {
        font-family: Nib Pro!important
    }
    .desktop\:font-body {
        font-family: var(--text-font-family);
    }
    .desktop\:font-semibold {
        font-weight: 600!important
    }
    .desktop\:font-bold {
        font-weight: 700!important
    }
    .desktop\:text-left {
        text-align: left
    }
    .desktop\:text-center {
        text-align: center
    }
    .desktop\:text-right {
        text-align: right
    }
    .desktop\:align-baseline {
        vertical-align: baseline
    }
    .desktop\:align-top {
        vertical-align: top
    }
    .desktop\:align-middle {
        vertical-align: middle
    }
    .desktop\:align-bottom {
        vertical-align: bottom
    }
    .desktop\:align-text-top {
        vertical-align: text-top
    }
    .desktop\:align-text-bottom {
        vertical-align: text-bottom
    }
    .desktop\:uppercase {
        text-transform: uppercase
    }
    .desktop\:lowercase {
        text-transform: lowercase
    }
    .desktop\:capitalize {
        text-transform: capitalize
    }
    .desktop\:normal-case {
        text-transform: none
    }
    .desktop\:underline {
        text-decoration: underline
    }
    .desktop\:line-through {
        text-decoration: line-through
    }
    .desktop\:no-underline {
        text-decoration: none
    }
}

.transform {
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform,
.transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.transform-gpu {
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform-none {
    transform: none
}

.rotate-0 {
    --tw-rotate: 0deg
}

.rotate-1 {
    --tw-rotate: 1deg
}

.rotate-2 {
    --tw-rotate: 2deg
}

.rotate-3 {
    --tw-rotate: 3deg
}

.rotate-6 {
    --tw-rotate: 6deg
}

.rotate-12 {
    --tw-rotate: 12deg
}

.rotate-45 {
    --tw-rotate: 45deg
}

.rotate-90 {
    --tw-rotate: 90deg
}

.rotate-180 {
    --tw-rotate: 180deg
}

.-rotate-180 {
    --tw-rotate: -180deg
}

.-rotate-90 {
    --tw-rotate: -90deg
}

.-rotate-45 {
    --tw-rotate: -45deg
}

.-rotate-12 {
    --tw-rotate: -12deg
}

.-rotate-6 {
    --tw-rotate: -6deg
}

.-rotate-3 {
    --tw-rotate: -3deg
}

.-rotate-2 {
    --tw-rotate: -2deg
}

.-rotate-1 {
    --tw-rotate: -1deg
}

.pt-0 {
    padding-top: 0!important
}

.pt-4 {
    padding-top: 4px!important
}

.pt-7 {
    padding-top: 7px!important
}

.pt-12 {
    padding-top: 12px!important
}

.pt-14 {
    padding-top: 14px!important
}

.pt-21 {
    padding-top: 21px!important
}

.pt-28 {
    padding-top: 28px!important
}

.pt-30 {
    padding-top: 30px!important
}

.pt-35 {
    padding-top: 35px!important
}

.pt-42 {
    padding-top: 42px!important
}

.pt-49 {
    padding-top: 49px!important
}

.pt-56 {
    padding-top: 56px!important
}

.pt-70 {
    padding-top: 70px!important
}

.pt-91 {
    padding-top: 91px!important
}

.pt-98 {
    padding-top: 98px!important
}

.pt-126 {
    padding-top: 126px!important
}

.pr-0 {
    padding-right: 0!important
}

.pr-4 {
    padding-right: 4px!important
}

.pr-7 {
    padding-right: 7px!important
}

.pr-12 {
    padding-right: 12px!important
}

.pr-14 {
    padding-right: 14px!important
}

.pr-21 {
    padding-right: 21px!important
}

.pr-28 {
    padding-right: 28px!important
}

.pr-30 {
    padding-right: 30px!important
}

.pr-35 {
    padding-right: 35px!important
}

.pr-42 {
    padding-right: 42px!important
}

.pr-49 {
    padding-right: 49px!important
}

.pr-56 {
    padding-right: 56px!important
}

.pr-70 {
    padding-right: 70px!important
}

.pr-91 {
    padding-right: 91px!important
}

.pr-98 {
    padding-right: 98px!important
}

.pr-126 {
    padding-right: 126px!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-4 {
    padding-bottom: 4px!important
}

.pb-7 {
    padding-bottom: 7px!important
}

.pb-12 {
    padding-bottom: 12px!important
}

.pb-14 {
    padding-bottom: 14px!important
}

.pb-21 {
    padding-bottom: 21px!important
}

.pb-28 {
    padding-bottom: 28px!important
}

.pb-30 {
    padding-bottom: 30px!important
}

.pb-35 {
    padding-bottom: 35px!important
}

.pb-42 {
    padding-bottom: 42px!important
}

.pb-49 {
    padding-bottom: 49px!important
}

.pb-56 {
    padding-bottom: 56px!important
}

.pb-70 {
    padding-bottom: 70px!important
}

.pb-91 {
    padding-bottom: 91px!important
}

.pb-98 {
    padding-bottom: 98px!important
}

.pb-126 {
    padding-bottom: 126px!important
}

.pl-0 {
    padding-left: 0!important
}

.pl-4 {
    padding-left: 4px!important
}

.pl-7 {
    padding-left: 7px!important
}

.pl-12 {
    padding-left: 12px!important
}

.pl-14 {
    padding-left: 14px!important
}

.pl-21 {
    padding-left: 21px!important
}

.pl-28 {
    padding-left: 28px!important
}

.pl-30 {
    padding-left: 30px!important
}

.pl-35 {
    padding-left: 35px!important
}

.pl-42 {
    padding-left: 42px!important
}

.pl-49 {
    padding-left: 49px!important
}

.pl-56 {
    padding-left: 56px!important
}

.pl-70 {
    padding-left: 70px!important
}

.pl-91 {
    padding-left: 91px!important
}

.pl-98 {
    padding-left: 98px!important
}

.pl-126px {
    padding-left: 126px!important
}

.py-0 {
    padding-bottom: 0!important;
    padding-top: 0!important
}

.py-4 {
    padding-bottom: 4px!important;
    padding-top: 4px!important
}

.py-7 {
    padding-bottom: 7px!important;
    padding-top: 7px!important
}

.py-12 {
    padding-bottom: 12px!important;
    padding-top: 12px!important
}

.py-14 {
    padding-bottom: 14px!important;
    padding-top: 14px!important
}

.py-21 {
    padding-bottom: 21px!important;
    padding-top: 21px!important
}

.py-28,
.py-30,
.py-35 {
    padding-bottom: 28px!important;
    padding-top: 28px!important
}

.py-42 {
    padding-bottom: 42px!important;
    padding-top: 42px!important
}

.py-49 {
    padding-bottom: 49px!important;
    padding-top: 49px!important
}

.py-56 {
    padding-bottom: 56px!important;
    padding-top: 56px!important
}

.py-70 {
    padding-bottom: 70px!important;
    padding-top: 70px!important
}

.py-84 {
    padding-bottom: 84px!important;
    padding-top: 84px!important
}

.py-91 {
    padding-bottom: 91px!important;
    padding-top: 91px!important
}

.py-98 {
    padding-bottom: 98px!important;
    padding-top: 98px!important
}

.py-126 {
    padding-bottom: 126px!important;
    padding-top: 126px!important
}

.px-0 {
    padding-left: 0!important;
    padding-right: 0!important
}

.px-4 {
    padding-left: 4px!important;
    padding-right: 4px!important
}

.px-7 {
    padding-left: 7px!important;
    padding-right: 7px!important
}

.px-12 {
    padding-left: 12px!important;
    padding-right: 12px!important
}

.px-14 {
    padding-left: 14px!important;
    padding-right: 14px!important
}

.px-21 {
    padding-left: 21px!important;
    padding-right: 21px!important
}

.px-28 {
    padding-left: 28px!important;
    padding-right: 28px!important
}

.px-30 {
    padding-left: 30px!important;
    padding-right: 30px!important
}

.px-35 {
    padding-left: 35px!important;
    padding-right: 35px!important
}

.px-42 {
    padding-left: 42px!important;
    padding-right: 42px!important
}

.px-49 {
    padding-left: 49px!important;
    padding-right: 49px!important
}

.px-56 {
    padding-left: 56px!important;
    padding-right: 56px!important
}

.px-70 {
    padding-left: 70px!important;
    padding-right: 70px!important
}

.px-91 {
    padding-left: 91px!important;
    padding-right: 91px!important
}

.px-98 {
    padding-left: 98px!important;
    padding-right: 98px!important
}

.px-126 {
    padding-left: 126px!important;
    padding-right: 126px!important
}

@media screen and (min-width:769px) {
    .desktop\:pt-0 {
        padding-top: 0!important
    }
    .desktop\:pt-7 {
        padding-top: 7px!important
    }
    .desktop\:pt-12 {
        padding-top: 12px!important
    }
    .desktop\:pt-14 {
        padding-top: 14px!important
    }
    .desktop\:pt-21 {
        padding-top: 21px!important
    }
    .desktop\:pt-28 {
        padding-top: 28px!important
    }
    .desktop\:pt-30 {
        padding-top: 30px!important
    }
    .desktop\:pt-35 {
        padding-top: 35px!important
    }
    .desktop\:pt-42 {
        padding-top: 42px!important
    }
    .desktop\:pt-49 {
        padding-top: 49px!important
    }
    .desktop\:pt-56 {
        padding-top: 56px!important
    }
    .desktop\:pt-70 {
        padding-top: 70px!important
    }
    .desktop\:pt-91 {
        padding-top: 91px!important
    }
    .desktop\:pt-98 {
        padding-top: 98px!important
    }
    .desktop\:pt-126 {
        padding-top: 126px!important
    }
    .desktop\:pr-0 {
        padding-right: 0!important
    }
    .desktop\:pr-7 {
        padding-right: 7px!important
    }
    .desktop\:pr-12 {
        padding-right: 12px!important
    }
    .desktop\:pr-14 {
        padding-right: 14px!important
    }
    .desktop\:pr-21 {
        padding-right: 21px!important
    }
    .desktop\:pr-28 {
        padding-right: 28px!important
    }
    .desktop\:pr-30 {
        padding-right: 30px!important
    }
    .desktop\:pr-35 {
        padding-right: 35px!important
    }
    .desktop\:pr-42 {
        padding-right: 42px!important
    }
    .desktop\:pr-49 {
        padding-right: 49px!important
    }
    .desktop\:pr-56 {
        padding-right: 56px!important
    }
    .desktop\:pr-70 {
        padding-right: 70px!important
    }
    .desktop\:pr-91 {
        padding-right: 91px!important
    }
    .desktop\:pr-98 {
        padding-right: 98px!important
    }
    .desktop\:pr-126 {
        padding-right: 126px!important
    }
    .desktop\:pb-0 {
        padding-bottom: 0!important
    }
    .desktop\:pb-7 {
        padding-bottom: 7px!important
    }
    .desktop\:pb-12 {
        padding-bottom: 12px!important
    }
    .desktop\:pb-14 {
        padding-bottom: 14px!important
    }
    .desktop\:pb-21 {
        padding-bottom: 21px!important
    }
    .desktop\:pb-28 {
        padding-bottom: 28px!important
    }
    .desktop\:pb-30 {
        padding-bottom: 30px!important
    }
    .desktop\:pb-35 {
        padding-bottom: 35px!important
    }
    .desktop\:pb-42 {
        padding-bottom: 42px!important
    }
    .desktop\:pb-49 {
        padding-bottom: 49px!important
    }
    .desktop\:pb-56 {
        padding-bottom: 56px!important
    }
    .desktop\:pb-70 {
        padding-bottom: 70px!important
    }
    .desktop\:pb-91 {
        padding-bottom: 91px!important
    }
    .desktop\:pb-98 {
        padding-bottom: 98px!important
    }
    .desktop\:pb-126 {
        padding-bottom: 126px!important
    }
    .desktop\:pl-0 {
        padding-left: 0!important
    }
    .desktop\:pl-7 {
        padding-left: 7px!important
    }
    .desktop\:pl-12 {
        padding-left: 12px!important
    }
    .desktop\:pl-14 {
        padding-left: 14px!important
    }
    .desktop\:pl-21 {
        padding-left: 21px!important
    }
    .desktop\:pl-28 {
        padding-left: 28px!important
    }
    .desktop\:pl-30 {
        padding-left: 30px!important
    }
    .desktop\:pl-35 {
        padding-left: 35px!important
    }
    .desktop\:pl-42 {
        padding-left: 42px!important
    }
    .desktop\:pl-49 {
        padding-left: 49px!important
    }
    .desktop\:pl-56 {
        padding-left: 56px!important
    }
    .desktop\:pl-70 {
        padding-left: 70px!important
    }
    .desktop\:pl-91 {
        padding-left: 91px!important
    }
    .desktop\:pl-98 {
        padding-left: 98px!important
    }
    .desktop\:pl-126 {
        padding-left: 126px!important
    }
    .desktop\:py-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }
    .desktop\:py-7 {
        padding-bottom: 7px!important;
        padding-top: 7px!important
    }
    .desktop\:py-12 {
        padding-bottom: 12px!important;
        padding-top: 12px!important
    }
    .desktop\:py-14 {
        padding-bottom: 14px!important;
        padding-top: 14px!important
    }
    .desktop\:py-21 {
        padding-bottom: 21px!important;
        padding-top: 21px!important
    }
    .desktop\:py-28,
    .desktop\:py-30,
    .desktop\:py-35 {
        padding-bottom: 28px!important;
        padding-top: 28px!important
    }
    .desktop\:py-42 {
        padding-bottom: 42px!important;
        padding-top: 42px!important
    }
    .desktop\:py-49 {
        padding-bottom: 49px!important;
        padding-top: 49px!important
    }
    .desktop\:py-56 {
        padding-bottom: 56px!important;
        padding-top: 56px!important
    }
    .desktop\:py-70 {
        padding-bottom: 70px!important;
        padding-top: 70px!important
    }
    .desktop\:py-84 {
        padding-bottom: 84px!important;
        padding-top: 84px!important
    }
    .desktop\:py-91 {
        padding-bottom: 91px!important;
        padding-top: 91px!important
    }
    .desktop\:py-98 {
        padding-bottom: 98px!important;
        padding-top: 98px!important
    }
    .desktop\:py-126 {
        padding-bottom: 126px!important;
        padding-top: 126px!important
    }
    .desktop\:px-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .desktop\:px-7 {
        padding-left: 7px!important;
        padding-right: 7px!important
    }
    .desktop\:px-14 {
        padding-left: 14px!important;
        padding-right: 14px!important
    }
    .desktop\:px-12 {
        padding-left: 12px!important;
        padding-right: 12px!important
    }
    .desktop\:px-21 {
        padding-left: 21px!important;
        padding-right: 21px!important
    }
    .desktop\:px-28 {
        padding-left: 28px!important;
        padding-right: 28px!important
    }
    .desktop\:px-30 {
        padding-left: 30px!important;
        padding-right: 30px!important
    }
    .desktop\:px-35 {
        padding-left: 35px!important;
        padding-right: 35px!important
    }
    .desktop\:px-42 {
        padding-left: 42px!important;
        padding-right: 42px!important
    }
    .desktop\:px-49 {
        padding-left: 49px!important;
        padding-right: 49px!important
    }
    .desktop\:px-56 {
        padding-left: 56px!important;
        padding-right: 56px!important
    }
    .desktop\:px-70 {
        padding-left: 70px!important;
        padding-right: 70px!important
    }
    .desktop\:px-91,
    .desktop\:px-98 {
        padding-left: 91px!important;
        padding-right: 91px!important
    }
    .desktop\:px-98 {
        padding-left: 126px!important;
        padding-right: 126px!important
    }
}

.-mt-1 {
    margin-top: -1px!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-7 {
    margin-top: 7px!important
}

.mt-12 {
    margin-top: 12px!important
}

.mt-14 {
    margin-top: 14px!important
}

.mt-21 {
    margin-top: 21px!important
}

.mt-28 {
    margin-top: 28px!important
}

.mt-30 {
    margin-top: 30px!important
}

.mt-35 {
    margin-top: 35px!important
}

.mt-42 {
    margin-top: 42px!important
}

.mt-49 {
    margin-top: 49px!important
}

.mt-56 {
    margin-top: 56px!important
}

.mt-70 {
    margin-top: 70px!important
}

.mt-91 {
    margin-top: 91px!important
}

.mt-98 {
    margin-top: 98px!important
}

.mt-126px {
    margin-top: 126px!important
}

.-mr-1 {
    margin-right: -1px!important
}

.mr-0 {
    margin-right: 0!important
}

.mr-7 {
    margin-right: 7px!important
}

.mr-12 {
    margin-right: 12px!important
}

.mr-14 {
    margin-right: 14px!important
}

.mr-21 {
    margin-right: 21px!important
}

.mr-28 {
    margin-right: 28px!important
}

.mr-30 {
    margin-right: 30px!important
}

.mr-35 {
    margin-right: 35px!important
}

.mr-42 {
    margin-right: 42px!important
}

.mr-49 {
    margin-right: 49px!important
}

.mr-56 {
    margin-right: 56px!important
}

.mr-70 {
    margin-right: 70px!important
}

.mr-91 {
    margin-right: 91px!important
}

.mr-98 {
    margin-right: 98px!important
}

.mr-126 {
    margin-right: 126px!important
}

.mb-auto {
    margin-bottom: auto !important;
}
.mt-auto {
    margin-top: auto !important;
}
.-mb-1 {
    margin-bottom: -1px!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-4 {
    margin-bottom: 4px!important
}

.mb-7 {
    margin-bottom: 7px!important
}

.mb-12 {
    margin-bottom: 12px!important
}

.mb-14 {
    margin-bottom: 14px!important
}

.mb-21 {
    margin-bottom: 21px!important
}

.mb-28 {
    margin-bottom: 28px!important
}

.mb-30 {
    margin-bottom: 30px!important
}

.mb-35 {
    margin-bottom: 35px!important
}

.mb-42 {
    margin-bottom: 42px!important
}

.mb-49 {
    margin-bottom: 49px!important
}

.mb-56 {
    margin-bottom: 56px!important
}

.mb-70 {
    margin-bottom: 70px!important
}

.mb-84 {
    margin-bottom: 84px!important
}

.mb-91 {
    margin-bottom: 91px!important
}

.mb-98 {
    margin-bottom: 98px!important
}

.mb-126 {
    margin-bottom: 126px!important
}

.-ml-1 {
    margin-left: -1px!important
}

.ml-0 {
    margin-left: 0!important
}

.ml-7 {
    margin-left: 7px!important
}

.ml-12 {
    margin-left: 12px!important
}

.ml-14 {
    margin-left: 14px!important
}

.ml-21 {
    margin-left: 21px!important
}

.ml-28 {
    margin-left: 28px!important
}

.ml-30 {
    margin-left: 30px!important
}

.ml-35 {
    margin-left: 35px!important
}

.ml-42 {
    margin-left: 42px!important
}

.ml-48 {
    margin-left: 48px!important
}

.ml-56 {
    margin-left: 56px!important
}

.ml-70 {
    margin-left: 70px!important
}

.ml-91 {
    margin-left: 91px!important
}

.ml-98 {
    margin-left: 98px!important
}

.ml-126 {
    margin-left: 126px!important
}

.-my-1 {
    margin-bottom: -1px!important;
    margin-top: -1px!important
}

.my-0 {
    margin-bottom: 0!important;
    margin-top: 0!important
}

.my-7 {
    margin-bottom: 7px!important;
    margin-top: 7px!important
}

.my-12 {
    margin-bottom: 12px!important;
    margin-top: 12px!important
}

.my-14 {
    margin-bottom: 14px!important;
    margin-top: 14px!important
}

.my-21 {
    margin-bottom: 21px!important;
    margin-top: 21px!important
}

.my-28,
.my-30,
.my-35 {
    margin-bottom: 28px!important;
    margin-top: 28px!important
}

.my-42 {
    margin-bottom: 42px!important;
    margin-top: 42px!important
}

.my-49 {
    margin-bottom: 49px!important;
    margin-top: 49px!important
}

.my-56 {
    margin-bottom: 56px!important;
    margin-top: 56px!important
}

.my-70 {
    margin-bottom: 70px!important;
    margin-top: 70px!important
}

.my-84 {
    margin-bottom: 84px!important;
    margin-top: 84px!important
}

.my-91 {
    margin-bottom: 91px!important;
    margin-top: 91px!important
}

.my-98 {
    margin-bottom: 98px!important;
    margin-top: 98px!important
}

.my-126 {
    margin-bottom: 126px!important;
    margin-top: 126px!important
}

.-mx-1 {
    margin-left: -1px!important;
    margin-right: -1px!important
}

.mx-0 {
    margin-left: 0!important;
    margin-right: 0!important
}

.mx-7 {
    margin-left: 7px!important;
    margin-right: 7px!important
}

.mx-12 {
    margin-left: 12px!important;
    margin-right: 12px!important
}

.mx-14 {
    margin-left: 14px!important;
    margin-right: 14px!important
}

.mx-21 {
    margin-left: 21px!important;
    margin-right: 21px!important
}

.mx-28,
.mx-30,
.mx-35 {
    margin-left: 28px!important;
    margin-right: 28px!important
}

.mx-42 {
    margin-left: 42px!important;
    margin-right: 42px!important
}

.mx-49 {
    margin-left: 49px!important;
    margin-right: 49px!important
}

.mx-56 {
    margin-left: 56px!important;
    margin-right: 56px!important
}

.mx-70 {
    margin-left: 70px!important;
    margin-right: 70px!important
}

.mx-91,
.mx-98 {
    margin-left: 91px!important;
    margin-right: 91px!important
}

.mx-126 {
    margin-left: 126px!important;
    margin-right: 126px!important
}

@media screen and (min-width:769px) {
    .desktop\:mt-0 {
        margin-top: 0!important
    }
    .desktop\:-mt-1 {
        margin-top: -1px!important
    }
    .desktop\:mt-7 {
        margin-top: 7px!important
    }
    .desktop\:mt-12 {
        margin-top: 12px!important
    }
    .desktop\:mt-14 {
        margin-top: 14px!important
    }
    .desktop\:mt-21 {
        margin-top: 21px!important
    }
    .desktop\:mt-28 {
        margin-top: 28px!important
    }
    .desktop\:mt-30 {
        margin-top: 30px!important
    }
    .desktop\:mt-35 {
        margin-top: 35px!important
    }
    .desktop\:mt-42 {
        margin-top: 42px!important
    }
    .desktop\:mt-49 {
        margin-top: 49px!important
    }
    .desktop\:mt-56 {
        margin-top: 56px!important
    }
    .desktop\:mt-70 {
        margin-top: 70px!important
    }
    .desktop\:mt-91 {
        margin-top: 91px!important
    }
    .desktop\:mt-98 {
        margin-top: 98px!important
    }
    .desktop\:mt-126 {
        margin-top: 126px!important
    }
    .desktop\:-mr-1 {
        margin-right: -1px!important
    }
    .desktop\:mr-0 {
        margin-right: 0!important
    }
    .desktop\:mr-7 {
        margin-right: 7px!important
    }
    .desktop\:mr-12 {
        margin-right: 12px!important
    }
    .desktop\:mr-14 {
        margin-right: 14px!important
    }
    .desktop\:mr-21 {
        margin-right: 21px!important
    }
    .desktop\:mr-28 {
        margin-right: 28px!important
    }
    .desktop\:mr-30 {
        margin-right: 30px!important
    }
    .desktop\:mr-35 {
        margin-right: 35px!important
    }
    .desktop\:mr-42 {
        margin-right: 42px!important
    }
    .desktop\:mr-49 {
        margin-right: 49px!important
    }
    .desktop\:mr-56 {
        margin-right: 56px!important
    }
    .desktop\:mr-70 {
        margin-right: 70px!important
    }
    .desktop\:mr-91 {
        margin-right: 91px!important
    }
    .desktop\:mr-98 {
        margin-right: 98px!important
    }
    .desktop\:mr-126 {
        margin-right: 126px!important
    }
    .desktop\:-mb-1 {
        margin-bottom: -1px!important
    }
    .desktop\:mb-0 {
        margin-bottom: 0!important
    }
    .desktop\:mb-7 {
        margin-bottom: 7px!important
    }
    .desktop\:mb-12 {
        margin-bottom: 12px!important
    }
    .desktop\:mb-14 {
        margin-bottom: 14px!important
    }
    .desktop\:mb-21 {
        margin-bottom: 21px!important
    }
    .desktop\:mb-28 {
        margin-bottom: 28px!important
    }
    .desktop\:mb-30 {
        margin-bottom: 30px!important
    }
    .desktop\:mb-35 {
        margin-bottom: 35px!important
    }
    .desktop\:mb-42 {
        margin-bottom: 42px!important
    }
    .desktop\:mb-49 {
        margin-bottom: 49px!important
    }
    .desktop\:mb-56 {
        margin-bottom: 56px!important
    }
    .desktop\:mb-70 {
        margin-bottom: 70px!important
    }
    .desktop\:mb-84 {
        margin-bottom: 84px!important
    }
    .desktop\:mb-91 {
        margin-bottom: 91px!important
    }
    .desktop\:mb-98 {
        margin-bottom: 98px!important
    }
    .desktop\:mb-126 {
        margin-bottom: 126px!important
    }
    .desktop\:-ml-1 {
        margin-left: -1px!important
    }
    .desktop\:ml-0 {
        margin-left: 0!important
    }
    .desktop\:ml-7 {
        margin-left: 7px!important
    }
    .desktop\:ml-12 {
        margin-left: 12px!important
    }
    .desktop\:ml-14 {
        margin-left: 14px!important
    }
    .desktop\:ml-21 {
        margin-left: 21px!important
    }
    .desktop\:ml-28 {
        margin-left: 28px!important
    }
    .desktop\:ml-30 {
        margin-left: 30px!important
    }
    .desktop\:ml-35 {
        margin-left: 35px!important
    }
    .desktop\:ml-42 {
        margin-left: 42px!important
    }
    .desktop\:ml-49 {
        margin-left: 49px!important
    }
    .desktop\:ml-56 {
        margin-left: 56px!important
    }
    .desktop\:ml-70 {
        margin-left: 70px!important
    }
    .desktop\:ml-91 {
        margin-left: 91px!important
    }
    .desktop\:ml-98 {
        margin-left: 98px!important
    }
    .desktop\:ml-126 {
        margin-left: 126px!important
    }
    .desktop\:-my-1 {
        margin-bottom: -1px!important;
        margin-top: -1px!important
    }
    .desktop\:my-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }
    .desktop\:my-7 {
        margin-bottom: 7px!important;
        margin-top: 7px!important
    }
    .desktop\:my-12 {
        margin-bottom: 12px!important;
        margin-top: 12px!important
    }
    .desktop\:my-14 {
        margin-bottom: 14px!important;
        margin-top: 14px!important
    }
    .desktop\:my-21 {
        margin-bottom: 21px!important;
        margin-top: 21px!important
    }
    .desktop\:my-28,
    .desktop\:my-30,
    .desktop\:my-35 {
        margin-bottom: 28px!important;
        margin-top: 28px!important
    }
    .desktop\:my-42 {
        margin-bottom: 42px!important;
        margin-top: 42px!important
    }
    .desktop\:my-49 {
        margin-bottom: 49px!important;
        margin-top: 49px!important
    }
    .desktop\:my-56 {
        margin-bottom: 56px!important;
        margin-top: 56px!important
    }
    .desktop\:my-70 {
        margin-bottom: 70px!important;
        margin-top: 70px!important
    }
    .desktop\:my-84 {
        margin-bottom: 84px!important;
        margin-top: 84px!important
    }
    .desktop\:my-91 {
        margin-bottom: 91px!important;
        margin-top: 91px!important
    }
    .desktop\:my-98 {
        margin-bottom: 98px!important;
        margin-top: 98px!important
    }
    .desktop\:my-126 {
        margin-bottom: 126px!important;
        margin-top: 126px!important
    }
    .desktop\:-mx-1 {
        margin-left: -1px!important;
        margin-right: -1px!important
    }
    .desktop\:mx-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }
    .desktop\:mx-7 {
        margin-left: 7px!important;
        margin-right: 7px!important
    }
    .desktop\:mx-12 {
        margin-left: 12px!important;
        margin-right: 12px!important
    }
    .desktop\:mx-14 {
        margin-left: 14px!important;
        margin-right: 14px!important
    }
    .desktop\:mx-21 {
        margin-left: 21px!important;
        margin-right: 21px!important
    }
    .desktop\:mx-28,
    .desktop\:mx-30,
    .desktop\:mx-35 {
        margin-left: 28px!important;
        margin-right: 28px!important
    }
    .desktop\:mx-42 {
        margin-left: 42px!important;
        margin-right: 42px!important
    }
    .desktop\:mx-49 {
        margin-left: 49px!important;
        margin-right: 49px!important
    }
    .desktop\:mx-56 {
        margin-left: 56px!important;
        margin-right: 56px!important
    }
    .desktop\:mx-70 {
        margin-left: 70px!important;
        margin-right: 70px!important
    }
    .desktop\:mx-91,
    .desktop\:mx-98 {
        margin-left: 91px!important;
        margin-right: 91px!important
    }
    .desktop\:mx-126 {
        margin-left: 126px!important;
        margin-right: 126px!important
    }
}

.h-auto {
    height: auto
}

.h-max {
    height: -moz-max-content;
    height: max-content
}

.h-min {
    height: -moz-min-content;
    height: min-content
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content
}

.h-full {
    height: 100%
}

.h-4 {
    height: 4px
}

.h-7 {
    height: 7px
}

.h-12 {
    height: 12px
}

.h-14 {
    height: 14px
}

.h-21 {
    height: 21px
}

.h-42 {
    height: 42px
}

.h-64 {
    height: 64px
}

.h-77 {
    height: 77px
}

.h-126 {
    height: 126px
}

.h-136 {
    height: 136px
}

.h-185 {
    height: 185px
}

.h-480 {
    height: 480px
}

@media screen and (min-width:769px) {
    .desktop\:h-auto {
        height: auto
    }
    .desktop\:h-max {
        height: -moz-max-content;
        height: max-content
    }
    .desktop\:h-min {
        height: -moz-min-content;
        height: min-content
    }
    .desktop\:h-fit {
        height: -moz-fit-content;
        height: fit-content
    }
    .desktop\:h-full {
        height: 100%
    }
    .desktop\:h-4 {
        height: 4px
    }
    .desktop\:h-7 {
        height: 7px
    }
    .desktop\:h-12 {
        height: 12px
    }
    .desktop\:h-14 {
        height: 14px
    }
    .desktop\:h-21 {
        height: 21px
    }
    .desktop\:h-42 {
        height: 42px
    }
    .desktop\:h-46 {
        height: 46px
    }
    .desktop\:h-64 {
        height: 64px
    }
    .desktop\:h-77 {
        height: 77px
    }
    .desktop\:h-126 {
        height: 126px
    }
    .desktop\:h-136 {
        height: 136px
    }
    .desktop\:h-185 {
        height: 185px
    }
    .desktop\:h-480 {
        height: 480px
    }
}

.w-auto {
    width: auto
}

.w-max {
    width: -moz-max-content;
    width: max-content
}

.w-min {
    width: -moz-min-content;
    width: min-content
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content
}

.w-1\/2 {
    width: 50%
}

.w-full {
    width: 100%
}

.w-4 {
    width: 4px
}

.w-7 {
    width: 7px
}

.w-12 {
    width: 12px
}

.w-14 {
    width: 14px
}

.w-21 {
    width: 21px
}

.w-42 {
    width: 42px
}

.w-46 {
    width: 46px
}

.w-64 {
    width: 64px
}

.w-77 {
    width: 77px
}

.w-126 {
    width: 126px
}

.w-136 {
    width: 136px
}

.w-185 {
    width: 185px
}

.w-480 {
    width: 480px
}

@media screen and (min-width:769px) {
    .desktop\:w-auto {
        width: auto
    }
    .desktop\:w-max {
        width: -moz-max-content;
        width: max-content
    }
    .desktop\:w-min {
        width: -moz-min-content;
        width: min-content
    }
    .desktop\:w-fit {
        width: -moz-fit-content;
        width: fit-content
    }
    .desktop\:w-1\/2 {
        width: 50%
    }
    .desktop\:w-full {
        width: 100%
    }
    .desktop\:w-4 {
        width: 4px
    }
    .desktop\:w-7 {
        width: 7px
    }
    .desktop\:w-12 {
        width: 12px
    }
    .desktop\:w-14 {
        width: 14px
    }
    .desktop\:w-21 {
        width: 21px
    }
    .desktop\:w-42 {
        width: 42px
    }
    .desktop\:w-46 {
        width: 46px
    }
    .desktop\:w-64 {
        width: 64px
    }
    .desktop\:w-77 {
        width: 77px
    }
    .desktop\:w-126 {
        width: 126px
    }
    .desktop\:w-136 {
        width: 136px
    }
    .desktop\:w-185 {
        width: 185px
    }
    .desktop\:w-480 {
        width: 480px
    }
}

.border-0 {
    border-style: none;
    border-width: 0
}

.border {
    border-style: solid;
    border-width: 1px
}

.border-t {
    border-top-style: solid;
    border-top-width: 1px
}

.border-r {
    border-right-style: solid;
    border-right-width: 1px
}

.border-b {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.border-l {
    border-left-style: solid;
    border-left-width: 1px
}

.min-h-screen {
    min-height: 100vh
}

@media screen and (min-width:769px) {
    .desktop\:border-0 {
        border-style: none;
        border-width: 0
    }
    .desktop\:border-t {
        border-top-style: solid;
        border-top-width: 1px
    }
    .desktop\:border-r {
        border-right-style: solid;
        border-right-width: 1px
    }
    .desktop\:border-b {
        border-bottom-style: solid;
        border-bottom-width: 1px
    }
    .desktop\:border-l {
        border-left-style: solid;
        border-left-width: 1px
    }
    .desktop\:min-h-screen {
        min-height: 100vh
    }
}

.transition-none {
    transition-property: none
}

.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition {
    transition-duration: .15s;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-colors {
    transition-duration: .15s;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-opacity {
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-shadow {
    transition-duration: .15s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-transform {
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@media screen and (min-width:769px) {
    .desktop\:transition-none {
        transition-property: none
    }
    .desktop\:transition-all {
        transition-duration: .15s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1)
    }
    .desktop\:transition {
        transition-duration: .15s;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1)
    }
    .desktop\:transition-colors {
        transition-duration: .15s;
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1)
    }
    .desktop\:transition-opacity {
        transition-duration: .15s;
        transition-property: opacity;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1)
    }
    .desktop\:transition-shadow {
        transition-duration: .15s;
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1)
    }
    .desktop\:transition-transform {
        transition-duration: .15s;
        transition-property: transform;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1)
    }
}

.Grid {
    display: block;
    font-size: 0;
    list-style: none;
    margin: 0 0 0 -24px;
    padding: 0
}

.Grid__Cell {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1rem;
    margin: 0;
    padding: 0 0 0 24px;
    vertical-align: top;
    width: 100%
}

.Grid--center {
    text-align: center
}

.Grid--center>.Grid__Cell {
    text-align: left
}

.Grid__Cell--center {
    display: block;
    margin: 0 auto
}

.Grid--right {
    text-align: right
}

.Grid--right>.Grid__Cell {
    text-align: left
}

.Grid--middle>.Grid__Cell {
    vertical-align: middle
}

.Grid--bottom>.Grid__Cell {
    vertical-align: bottom
}

.Grid--m {
    margin-left: -30px
}

.Grid--m>.Grid__Cell {
    padding-left: 30px
}

.Grid--l {
    margin-left: -50px
}

.Grid--l>.Grid__Cell {
    padding-left: 50px
}

.Grid--xl {
    margin-left: -50px
}

.Grid--xl>.Grid__Cell {
    padding-left: 50px
}

@media screen and (min-width:1140px) {
    .Grid--m {
        margin-left: -60px
    }
    .Grid--m>.Grid__Cell {
        padding-left: 60px
    }
    .Grid--l {
        margin-left: -80px
    }
    .Grid--l>.Grid__Cell {
        padding-left: 80px
    }
    .Grid--xl {
        margin-left: -100px
    }
    .Grid--xl>.Grid__Cell {
        padding-left: 100px
    }
}

.\31\/2,
.\32\/4,
.\36\/12 {
    width: 50%
}

.\31\/3,
.\34\/12 {
    width: 33.33333%
}

.\32\/3,
.\38\/12 {
    width: 66.66667%
}

.\31\/4,
.\33\/12 {
    width: 25%
}

.\33\/4,
.\39\/12 {
    width: 75%
}

.\31\/12 {
    width: 8.33333%
}

.\32\/12 {
    width: 16.66667%
}

.\35\/12 {
    width: 41.66667%
}

.\37\/12 {
    width: 58.33333%
}

.\31\30\/12 {
    width: 83.33333%
}

.\31\31\/12 {
    width: 91.66667%
}

@media screen and (max-width:640px) {
    .hidden-phone {
        display: none!important
    }
    .\31\/2--phone,
    .\32\/4--phone,
    .\36\/12--phone {
        width: 50%
    }
    .\31\/3--phone,
    .\34\/12--phone {
        width: 33.33333%
    }
    .\32\/3--phone,
    .\38\/12--phone {
        width: 66.66667%
    }
    .\31\/4--phone,
    .\33\/12--phone {
        width: 25%
    }
    .\33\/4--phone,
    .\39\/12--phone {
        width: 75%
    }
    .\31\/12--phone {
        width: 8.33333%
    }
    .\32\/12--phone {
        width: 16.66667%
    }
    .\35\/12--phone {
        width: 41.66667%
    }
    .\37\/12--phone {
        width: 58.33333%
    }
    .\31\30\/12--phone {
        width: 83.33333%
    }
    .\31\31\/12--phone {
        width: 91.66667%
    }
}

@media screen and (min-width:641px) and (max-width:1007px) {
    .hidden-tablet {
        display: none!important
    }
    .\31\/2--tablet,
    .\32\/4--tablet,
    .\36\/12--tablet {
        width: 50%
    }
    .\31\/3--tablet,
    .\34\/12--tablet {
        width: 33.33333%
    }
    .\32\/3--tablet,
    .\38\/12--tablet {
        width: 66.66667%
    }
    .\31\/4--tablet,
    .\33\/12--tablet {
        width: 25%
    }
    .\33\/4--tablet,
    .\39\/12--tablet {
        width: 75%
    }
    .\31\/12--tablet {
        width: 8.33333%
    }
    .\32\/12--tablet {
        width: 16.66667%
    }
    .\35\/12--tablet {
        width: 41.66667%
    }
    .\37\/12--tablet {
        width: 58.33333%
    }
    .\31\30\/12--tablet {
        width: 83.33333%
    }
    .\31\31\/12--tablet {
        width: 91.66667%
    }
}

@media screen and (min-width:641px) {
    .hidden-tablet-and-up {
        display: none!important
    }
    .\31\/2--tablet-and-up,
    .\32\/4--tablet-and-up,
    .\36\/12--tablet-and-up {
        width: 50%
    }
    .\31\/3--tablet-and-up,
    .\34\/12--tablet-and-up {
        width: 33.33333%
    }
    .\32\/3--tablet-and-up,
    .\38\/12--tablet-and-up {
        width: 66.66667%
    }
    .\31\/4--tablet-and-up,
    .\33\/12--tablet-and-up {
        width: 25%
    }
    .\33\/4--tablet-and-up,
    .\39\/12--tablet-and-up {
        width: 75%
    }
    .\31\/12--tablet-and-up {
        width: 8.33333%
    }
    .\32\/12--tablet-and-up {
        width: 16.66667%
    }
    .\35\/12--tablet-and-up {
        width: 41.66667%
    }
    .\37\/12--tablet-and-up {
        width: 58.33333%
    }
    .\31\30\/12--tablet-and-up {
        width: 83.33333%
    }
    .\31\31\/12--tablet-and-up {
        width: 91.66667%
    }
}

@media screen and (max-width:1007px) {
    .hidden-pocket {
        display: none!important
    }
    .\31\/2--pocket,
    .\32\/4--pocket,
    .\36\/12--pocket {
        width: 50%
    }
    .\31\/3--pocket,
    .\34\/12--pocket {
        width: 33.33333%
    }
    .\32\/3--pocket,
    .\38\/12--pocket {
        width: 66.66667%
    }
    .\31\/4--pocket,
    .\33\/12--pocket {
        width: 25%
    }
    .\33\/4--pocket,
    .\39\/12--pocket {
        width: 75%
    }
    .\31\/12--pocket {
        width: 8.33333%
    }
    .\32\/12--pocket {
        width: 16.66667%
    }
    .\35\/12--pocket {
        width: 41.66667%
    }
    .\37\/12--pocket {
        width: 58.33333%
    }
    .\31\30\/12--pocket {
        width: 83.33333%
    }
    .\31\31\/12--pocket {
        width: 91.66667%
    }
}

@media screen and (min-width:1008px) and (max-width:1139px) {
    .hidden-lap {
        display: none!important
    }
    .\31\/2--lap,
    .\32\/4--lap,
    .\36\/12--lap {
        width: 50%
    }
    .\31\/3--lap,
    .\34\/12--lap {
        width: 33.33333%
    }
    .\32\/3--lap,
    .\38\/12--lap {
        width: 66.66667%
    }
    .\31\/4--lap,
    .\33\/12--lap {
        width: 25%
    }
    .\33\/4--lap,
    .\39\/12--lap {
        width: 75%
    }
    .\31\/12--lap {
        width: 8.33333%
    }
    .\32\/12--lap {
        width: 16.66667%
    }
    .\35\/12--lap {
        width: 41.66667%
    }
    .\37\/12--lap {
        width: 58.33333%
    }
    .\31\30\/12--lap {
        width: 83.33333%
    }
    .\31\31\/12--lap {
        width: 91.66667%
    }
}

@media screen and (min-width:1008px) {
    .hidden-lap-and-up {
        display: none!important
    }
    .\31\/2--lap-and-up,
    .\32\/4--lap-and-up,
    .\36\/12--lap-and-up {
        width: 50%
    }
    .\31\/3--lap-and-up,
    .\34\/12--lap-and-up {
        width: 33.33333%
    }
    .\32\/3--lap-and-up,
    .\38\/12--lap-and-up {
        width: 66.66667%
    }
    .\31\/4--lap-and-up,
    .\33\/12--lap-and-up {
        width: 25%
    }
    .\33\/4--lap-and-up,
    .\39\/12--lap-and-up {
        width: 75%
    }
    .\31\/12--lap-and-up {
        width: 8.33333%
    }
    .\32\/12--lap-and-up {
        width: 16.66667%
    }
    .\35\/12--lap-and-up {
        width: 41.66667%
    }
    .\37\/12--lap-and-up {
        width: 58.33333%
    }
    .\31\30\/12--lap-and-up {
        width: 83.33333%
    }
    .\31\31\/12--lap-and-up {
        width: 91.66667%
    }
}

@media screen and (min-width:1140px) {
    .hidden-desk {
        display: none!important
    }
    .\31\/2--desk,
    .\32\/4--desk,
    .\36\/12--desk {
        width: 50%
    }
    .\31\/3--desk,
    .\34\/12--desk {
        width: 33.33333%
    }
    .\32\/3--desk,
    .\38\/12--desk {
        width: 66.66667%
    }
    .\31\/4--desk,
    .\33\/12--desk {
        width: 25%
    }
    .\33\/4--desk,
    .\39\/12--desk {
        width: 75%
    }
    .\31\/12--desk {
        width: 8.33333%
    }
    .\32\/12--desk {
        width: 16.66667%
    }
    .\35\/12--desk {
        width: 41.66667%
    }
    .\37\/12--desk {
        width: 58.33333%
    }
    .\31\30\/12--desk {
        width: 83.33333%
    }
    .\31\31\/12--desk {
        width: 91.66667%
    }
}

@media screen and (min-width:1500px) {
    .hidden-widescreen {
        display: none!important
    }
    .\31\/2--widescreen,
    .\32\/4--widescreen,
    .\36\/12--widescreen {
        width: 50%
    }
    .\31\/3--widescreen,
    .\34\/12--widescreen {
        width: 33.33333%
    }
    .\32\/3--widescreen,
    .\38\/12--widescreen {
        width: 66.66667%
    }
    .\31\/4--widescreen,
    .\33\/12--widescreen {
        width: 25%
    }
    .\33\/4--widescreen,
    .\39\/12--widescreen {
        width: 75%
    }
    .\31\/12--widescreen {
        width: 8.33333%
    }
    .\32\/12--widescreen {
        width: 16.66667%
    }
    .\35\/12--widescreen {
        width: 41.66667%
    }
    .\37\/12--widescreen {
        width: 58.33333%
    }
    .\31\30\/12--widescreen {
        width: 83.33333%
    }
    .\31\31\/12--widescreen {
        width: 91.66667%
    }
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    touch-action: none;
    width: 100%;
    z-index: 1500
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    transition: opacity .5s cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: var(--cursor-zoom-in-svg) 18 18, zoom-in;
    cursor: -webkit-image-set(var(--cursor-zoom-in-svg) 1x, var(--cursor-zoom-in-2x-svg) 2x) 18 18, zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: grabbing
}

.pswp__bg {
    -webkit-backface-visibility: hidden;
    background: var(--background);
    opacity: 0;
    transform: translateZ(0)
}

.pswp__bg,
.pswp__scroll-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    touch-action: none
}

.pswp__container,
.pswp__img {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pswp__container {
    transition: transform .7s cubic-bezier(.645, .045, .355, 1)
}

.pswp__zoom-wrap {
    position: absolute;
    transform-origin: left top;
    transition: transform .5s cubic-bezier(.4, 0, .22, 1);
    width: 100%
}

.pswp__bg {
    transition: opacity .5s cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    bottom: 0;
    overflow: hidden;
    right: 0
}

.pswp__img,
.pswp__item {
    left: 0;
    position: absolute;
    top: 0
}

.pswp__img {
    height: auto;
    width: auto
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: var(--background)
}

.pswp--ie .pswp__img {
    height: auto!important;
    left: 0;
    top: 0;
    width: 100%!important
}

.pswp__ui {
    bottom: 50px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transform: translateY(35px);
    transition: all .15s ease-in-out;
    visibility: hidden;
    width: 100%
}

.pswp__button[disabled] {
    opacity: 0;
    pointer-events: none
}

.pswp--animated-in .pswp__ui {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.pswp--animated-in .pswp__ui--hidden {
    opacity: 0;
    visibility: hidden
}

.pswp__button--close {
    margin: 0 18px
}

.pswp__button svg {
    pointer-events: none
}

.pswp__error-msg {
    background: #e6554d;
    color: #fff;
    margin: 0 15px;
    padding: 8px 15px;
    position: absolute;
    text-align: center;
    top: 40%
}

.Container {
    margin: 0 auto;
    padding: 0 24px
}

.Container--narrow {
    max-width: 1420px
}

.Container--extraNarrow {
    max-width: 800px
}

@media screen and (min-width:641px) {
    .Container {
        padding: 0 50px
    }
}

@media screen and (min-width:1140px) {
    .Container {
        padding: 0 80px
    }
}

.Button,
.shopify-payment-button__button--unbranded,
.spr-button-primary:not(input),
.spr-pagination-next>a,
.spr-pagination-prev>a,
.spr-summary-actions-newreview,
input.spr-button-primary {
    -webkit-tap-highlight-color: initial;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    display: inline-block;
    font-family: var(--heading-font-family);
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 12px);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    letter-spacing: .2em;
    line-height: normal;
    padding: 14px 28px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1
}

.Button:before,
.shopify-payment-button__button--unbranded:before,
.spr-button-primary:not(input):before,
.spr-pagination-next>a:before,
.spr-pagination-prev>a:before,
.spr-summary-actions-newreview.spr-summary-actions-newreview:before,
input.spr-button-primary:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1);
    transform-origin: left center;
    width: 100%;
    z-index: -1
}

@media (-moz-touch-enabled:0),
(hover:hover) {
    .features--show-button-transition .Button:not([disabled]):before,
    .features--show-button-transition .shopify-payment-button__button--unbranded:not([disabled]):before,
    .features--show-button-transition .spr-button-primary:not(input):not([disabled]):before,
    .features--show-button-transition .spr-pagination-next>a:not([disabled]):before,
    .features--show-button-transition .spr-pagination-prev>a:not([disabled]):before,
    .features--show-button-transition .spr-summary-actions-newreview:not([disabled]):before,
    .features--show-button-transition input.spr-button-primary:not([disabled]):before {
        transition: transform .45s cubic-bezier(.785, .135, .15, .86)
    }
    .features--show-button-transition .Button:not([disabled]):hover:before,
    .features--show-button-transition .shopify-payment-button__button--unbranded:not([disabled]):hover:before,
    .features--show-button-transition .spr-button-primary:not(input):not([disabled]):hover:before,
    .features--show-button-transition .spr-pagination-next>a:not([disabled]):hover:before,
    .features--show-button-transition .spr-pagination-prev>a:not([disabled]):hover:before,
    .features--show-button-transition .spr-summary-actions-newreview:not([disabled]):hover:before,
    .features--show-button-transition input.spr-button-primary:not([disabled]):hover:before {
        transform: scaleX(0);
        transform-origin: right center
    }
}

.Button[disabled],
.shopify-payment-button__button--unbranded[disabled],
.spr-button-primary:not(input)[disabled],
.spr-pagination-next>a[disabled],
.spr-pagination-prev>a[disabled],
.spr-summary-actions-newreview[disabled],
input.spr-button-primary[disabled] {
    cursor: not-allowed
}

.Button--primary,
.shopify-payment-button__button--unbranded,
.spr-button-primary:not(input),
.spr-summary-actions-newreview {
    border-color: var(--button-background);
    color: var(--button-text-color)
}

.Button--primary:before,
.shopify-payment-button__button--unbranded:before,
.spr-button-primary:not(input):before,
.spr-summary-actions-newreview:before {
    background-color: var(--button-background)
}

@media (-moz-touch-enabled:0),
(hover:hover) {
    .features--show-button-transition .Button--primary:not([disabled]):hover,
    .features--show-button-transition .shopify-payment-button__button--unbranded:not([disabled]):hover,
    .features--show-button-transition .spr-button-primary:not(input):not([disabled]):hover,
    .features--show-button-transition .spr-summary-actions-newreview:not([disabled]):hover {
        background-color: transparent;
        color: var(--button-background)
    }
}

.Button--secondary,
.spr-pagination-next>a,
.spr-pagination-prev>a {
    border: 1px solid rgba(var(--text-color-light-rgb), .2);
    color: var(--text-color-light)
}

.Button--secondary:before,
.spr-pagination-next>a:before,
.spr-pagination-prev>a:before {
    background-color: var(--button-background);
    transform: scaleX(0);
    transform-origin: right center
}

@media (-moz-touch-enabled:0),
(hover:hover) {
    .features--show-button-transition .Button--secondary:not([disabled]):hover,
    .features--show-button-transition .spr-pagination-next>a:not([disabled]):hover,
    .features--show-button-transition .spr-pagination-prev>a:not([disabled]):hover {
        border-color: var(--button-background);
        color: var(--button-text-color)
    }
    .features--show-button-transition .Button--secondary:not([disabled]):hover:before,
    .features--show-button-transition .spr-pagination-next>a:not([disabled]):hover:before,
    .features--show-button-transition .spr-pagination-prev>a:not([disabled]):hover:before {
        transform: scale(1);
        transform-origin: left center
    }
}

.Button--full {
    width: 100%
}

.Button--stretched {
    padding-left: 40px;
    padding-right: 40px
}

.Button--small {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 10px);
    padding: 12px 24px
}

.Button__SeparatorDot {
    background: currentColor;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 3px;
    margin: 0 18px;
    width: 3px
}

.ButtonWrapper {
    text-align: center
}

.Button__PrimaryState,
.Button__SecondaryState {
    display: block;
    transition: transform .4s cubic-bezier(.75, 0, .125, 1), opacity .4s cubic-bezier(.75, 0, .125, 1)
}

.Button__SecondaryState {
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, 100%);
    width: 100%
}

.Button--secondaryState .Button__PrimaryState {
    opacity: 0;
    transform: translateY(-100%)
}

.Button--secondaryState .Button__SecondaryState {
    opacity: 1;
    transform: translate(-50%, -50%)
}

.ButtonGroup {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transform: translateY(0%) !important;
    margin-bottom: 20px;
    width: 100%;
    gap: 10px;
}

.ButtonGroup__Item {
    margin: 12px
}

.ButtonGroup__Item--expand {
    flex: 1 1 0
}

.ButtonGroup--spacingSmall {
    margin: -8px
}

.ButtonGroup--spacingSmall .ButtonGroup__Item {
    margin: 8px
}

.ButtonGroup--sameSize .ButtonGroup__Item {
    flex: 0 1 auto;
    max-width: 245px;
    white-space: nowrap
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .ButtonGroup--sameSize .ButtonGroup__Item {
        flex: 1 1 0
    }
}

@media screen and (min-width:641px) {
    @supports (display: inline-grid) {
        .ButtonGroup--sameSize {
            display: inline-grid;
            grid-template-columns: 1fr 1fr
        }
        .ButtonGroup--sameSize .ButtonGroup__Item {
            max-width: none
        }
    }
}

.RoundButton,
.flickity-prev-next-button {
    background: var(--button-text-color);
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(54, 54, 54, .15);
    color: var(--button-background);
    cursor: pointer;
    height: 45px;
    line-height: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    transform: scale(1.001);
    transition: background .15s ease-in-out, opacity .15s ease-in-out, transform .2s ease-in-out, color .2s ease-in-out;
    vertical-align: middle;
    width: 45px;
    z-index: 1
}

.RoundButton.is-active,
.flickity-prev-next-button.is-active {
    background: var(--button-background);
    color: var(--button-text-color);
    outline: none
}

.RoundButton svg,
.flickity-prev-next-button svg {
    fill: currentColor;
    height: 15px;
    width: 15px
}

.RoundButton--small {
    height: 35px;
    width: 35px
}

.RoundButton--small svg {
    height: 14px;
    width: 14px
}

.RoundButton--medium {
    height: 50px;
    width: 50px
}

.RoundButton--medium svg {
    height: 18px;
    width: 18px
}

.RoundButton--large {
    height: 55px;
    width: 55px
}

.RoundButton--large svg {
    height: 15px;
    width: 15px
}

.RoundButton--flat {
    box-shadow: 0 1px 5px rgba(54, 54, 54, .15);
    color: rgba(var(--button-background-rgb), .5)
}

.RoundButton__PrimaryState,
.RoundButton__SecondaryState {
    display: block;
    transition: transform .4s cubic-bezier(.75, 0, .125, 1), opacity .4s cubic-bezier(.75, 0, .125, 1)
}

.RoundButton__SecondaryState {
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, 100%);
    width: 100%
}

.RoundButton--secondaryState .RoundButton__PrimaryState {
    opacity: 0;
    transform: translateY(-100%)
}

.RoundButton--secondaryState .RoundButton__SecondaryState {
    opacity: 1;
    transform: translate(-50%, -50%)
}

@keyframes buttonFromLeftToRight {
    0% {
        transform: translateX(0)
    }
    25% {
        opacity: 0;
        transform: translateX(100%)
    }
    50% {
        opacity: 0;
        transform: translateX(-100%)
    }
    75% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes buttonFromRightToLeft {
    0% {
        transform: translateX(0)
    }
    25% {
        opacity: 0;
        transform: translateX(-100%)
    }
    50% {
        opacity: 0;
        transform: translateX(100%)
    }
    75% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes buttonFromTopToBottom {
    0% {
        transform: translateY(0)
    }
    25% {
        opacity: 0;
        transform: translateY(100%)
    }
    50% {
        opacity: 0;
        transform: translateY(-100%)
    }
    75% {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (-moz-touch-enabled:0),
(hover:hover) {
    .RoundButton:hover {
        transform: scale(1.1)
    }
    .RoundButton--small:hover {
        transform: scale(1.15)
    }
    .RoundButton:not([aria-expanded=true]):hover {
        color: var(--button-background)
    }
    .RoundButton[data-animate-left]:hover svg,
    .flickity-prev-next-button.previous:hover svg {
        animation: buttonFromRightToLeft .5s ease-in-out forwards
    }
    .RoundButton[data-animate-right]:hover svg,
    .flickity-prev-next-button.next:hover svg {
        animation: buttonFromLeftToRight .5s ease-in-out forwards
    }
    .RoundButton[data-animate-bottom]:hover svg {
        animation: buttonFromTopToBottom .5s ease-in-out forwards
    }
}

.flickity-enabled {
    position: relative
}

body:not(.is-tabbing) .flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    height: auto;
    overflow: hidden;
    position: relative
}

.flickity-slider {
    height: 100%;
    position: absolute;
    width: 100%
}

.flickity-enabled {
    -webkit-tap-highlight-color: transparent
}

.flickity-enabled.is-draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute
}

.flickity-prev-next-button[disabled] {
    opacity: 0
}

.flickity-prev-next-button svg {
    stroke-width: 1.5px;
    stroke: currentColor;
    height: 18px;
    width: auto
}

.flickity-page-dots {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
    text-align: center;
    width: 100%
}

.flickity-page-dots .dot {
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 9px;
    margin: 0 6px;
    position: relative;
    transition: color .2s ease-in-out, background .2s ease-in-out;
    width: 9px
}

.flickity-page-dots .dot:before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px
}

.flickity-page-dots .dot.is-selected {
    background: currentColor;
    border-color: currentColor
}

@media screen and (min-width:641px) {
    .flickity-page-dots .dot {
        border-width: 2px;
        height: 10px;
        margin: 0 7px;
        width: 10px
    }
}

.Carousel {
    position: relative
}

.Carousel--fixed,
.Carousel--fixed .Carousel__Cell,
.Carousel--fixed .flickity-viewport {
    height: 100%
}

.Carousel:not(.flickity-enabled) .Carousel__Cell:not(.is-selected) {
    display: none
}

.Carousel__Cell {
    display: block;
    width: 100%
}

.js .Carousel--fadeIn .flickity-slider {
    transform: none!important
}

.js .Carousel--fadeIn .Carousel__Cell {
    left: 0!important;
    opacity: 0;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    visibility: hidden
}

.js .Carousel--fadeIn .Carousel__Cell.is-selected {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible
}

.Carousel--insideDots .flickity-page-dots {
    bottom: 20px;
    left: 20px;
    margin: 0;
    position: absolute;
    width: auto
}

.Carousel--insideDots .flickity-page-dots .dot {
    border-color: currentColor
}

.Carousel--insideDots .flickity-page-dots .dot.is-selected {
    background: currentColor
}

.Carousel--insideDots .flickity-prev-next-button {
    bottom: -25px;
    z-index: 1
}

.Carousel--insideDots .flickity-prev-next-button.next {
    right: 25px
}

.Carousel--insideDots .flickity-prev-next-button.previous {
    margin-right: 15px;
    right: 75px
}

@media screen and (min-width:1008px) {
    .Carousel--insideDots .flickity-page-dots {
        bottom: 28px;
        left: auto;
        right: 24px
    }
}

.Collapsible {
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
    overflow: hidden
}

.Collapsible+.Collapsible {
    border-top: none
}

.Collapsible--padded {
    padding-left: 24px;
    padding-right: 24px
}

.Collapsible__Button {
    cursor: pointer;
    display: block;
    padding: 20px 0;
    position: relative;
    text-align: left;
    width: 100%
}

.Collapsible__Plus {
    height: 11px;
    position: absolute;
    right: 0;
    top: calc(50% - 5.5px);
    width: 11px
}

.Collapsible__Plus:after,
.Collapsible__Plus:before {
    background-color: currentColor;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: transform .4s ease-in-out, opacity .4s ease-in-out
}

.Collapsible__Plus:before {
    height: 1px;
    opacity: 1;
    width: 11px
}

.Collapsible__Plus:after {
    height: 11px;
    width: 1px
}

.Collapsible__Button[aria-expanded=true] .Collapsible__Plus:after,
.Collapsible__Button[aria-expanded=true] .Collapsible__Plus:before {
    transform: translate(-50%, -50%) rotate(90deg)
}

.Collapsible__Button[aria-expanded=true] .Collapsible__Plus:before {
    opacity: 0
}

.Collapsible .Collapsible {
    border: none;
    margin-left: 16px
}

.Collapsible .Collapsible .Collapsible__Button {
    padding: 13px 0
}

.Collapsible__Inner {
    display: block;
    height: 0;
    overflow: hidden;
    transition: height .35s ease-in-out, visibility 0s ease-in-out .35s;
    visibility: hidden
}

.Collapsible__Button[aria-expanded=true]+.Collapsible__Inner {
    transition: height .35s ease-in-out;
    visibility: visible
}

.Collapsible__Content {
    padding-bottom: 18px
}

.Collapsible .Linklist {
    margin-bottom: 4px
}

.Collapsible .Linklist--bordered {
    margin-bottom: 4px;
    margin-top: 16px
}

@media screen and (min-width:641px) {
    .Collapsible--autoExpand {
        border: none;
        overflow: visible
    }
    .Collapsible--autoExpand .Collapsible__Button {
        cursor: default;
        margin-bottom: 16px;
        padding-bottom: 0;
        padding-top: 0
    }
    .Collapsible--autoExpand .Collapsible__Plus {
        display: none
    }
    .Collapsible--autoExpand .Collapsible__Inner {
        height: auto;
        overflow: visible;
        visibility: visible
    }
    .Collapsible--autoExpand .Collapsible__Content {
        padding-bottom: 0
    }
    .Collapsible--autoExpand .Linklist {
        margin-bottom: 0
    }
    .Collapsible--autoExpand {
        margin-bottom: 32px
    }
}

@media screen and (min-width:1008px) {
    .Collapsible--padded {
        padding-left: 30px;
        padding-right: 30px
    }
    .Collapsible--large .Collapsible__Button {
        padding: 34px 0
    }
    .Collapsible--large .Collapsible__Content {
        padding-bottom: 45px
    }
}

.Drawer {
    background-color: #fff;
    box-shadow: none;
    height: 100vh;
    left: 0;
    max-height: none;
    position: fixed;
    top: 0;
    touch-action: manipulation;
    transition: transform .5s var(--drawer-transition-timing), visibility .5s var(--drawer-transition-timing);
    visibility: hidden;
    width: calc(100vw - 65px);
    z-index: 20
}

.Drawer:focus {
    outline: none
}

.Drawer:before {
    box-shadow: 2px 0 10px rgba(54, 54, 54, .2), -2px 0 10px rgba(54, 54, 54, .2);
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity .5s var(--drawer-transition-timing);
    width: 100%
}

.Drawer--secondary {
    background: var(--light-background)
}

.Drawer--fromLeft {
    transform: translateX(calc(-100vw + 65px))
}

.Drawer--fromRight {
    left: auto;
    right: 0;
    transform: translateX(calc(100vw - 65px))
}

.Drawer[aria-hidden=false] {
    transform: translateX(0);
    visibility: visible
}

.Drawer[aria-hidden=false]:before {
    opacity: 1
}

.Drawer__Container {
    width: 100%
}

.Drawer--fromLeft .Drawer__Container {
    padding-left: 18px;
    padding-right: 24px
}

.Drawer--fromRight .Drawer__Container {
    padding-left: 24px;
    padding-right: 18px
}

.Drawer__Header {
    align-items: center;
    background: inherit;
    display: flex;
    height: 56px;
    max-height: 56px;
    position: relative;
    text-align: center;
    z-index: 1
}

.Drawer__Header--flexible {
    height: auto!important;
    max-height: none!important;
    min-height: 0!important;
    padding-bottom: 21px;
    padding-top: 21px
}

.Drawer__Header--flexible .Drawer__Close {
    top: 25px
}

@supports (--css:variables) {
    .Drawer__Header {
        height: var(--header-height)
    }
}

.Drawer__Header--center {
    justify-content: center
}

.Drawer__Close svg {
    stroke-width: 1.25px;
    height: 15px;
    width: 15px
}

.Drawer__Header--bordered {
    box-shadow: 0 -1px var(--border-color) inset
}

.Drawer--secondary .Drawer__Header--bordered {
    box-shadow: 0 -1px rgba(var(--border-color-rgb), .6) inset
}

.Drawer--secondary .Collapsible {
    border-bottom-color: rgba(var(--border-color-rgb), .6)
}

.Drawer__Content {
    display: flex;
    flex-direction: column;
    height: calc(100% - 60px);
    max-height: calc(100% - 50px);
    overflow: hidden;
    position: relative
}

@supports (--css:variables) {
    .Drawer__Content {
        height: calc(100% - var(--header-height));
        max-height: calc(100% - var(--header-height))
    }
}

@supports (width:calc(max(100%))) {
    .Drawer__Content {
        height: max(calc(100% - var(--header-height)), calc(100% - 60px));
        max-height: max(calc(100% - var(--header-height)), calc(100% - 60px))
    }
}

.Drawer__Main {
    flex: 1 1 auto
}

.Drawer__Footer {
    box-shadow: 0 -1px var(--border-color);
    flex: none
}

.Drawer--secondary .Drawer__Footer {
    box-shadow: 0 -1px rgba(var(--border-color-rgb), .6)
}

.Drawer__Footer--padded {
    padding: 24px
}

@supports (padding:max(0px)) {
    .Drawer__Footer--padded {
        padding-bottom: max(24px, env(safe-area-inset-bottom, 0px) + 24px)
    }
}

@media screen and (min-width:641px) {
    .Drawer {
        transform: translateX(-100%);
        width: 400px
    }
    .Drawer--small {
        width: 340px
    }
    .Drawer--fromRight {
        transform: translateX(100%)
    }
    .Drawer__Header {
        max-height: 84px;
        min-height: 56px
    }
    @supports (width:calc(max(100%))) {
        .Drawer__Content {
            height: max(calc(100% - var(--header-height)), calc(100% - 80px));
            max-height: max(calc(100% - var(--header-height)), calc(100% - 80px))
        }
    }
    .Drawer--fromLeft .Drawer__Container,
    .Drawer--fromRight .Drawer__Container {
        padding-left: 30px;
        padding-right: 30px
    }
    .Drawer__Close svg {
        stroke-width: 1.5px
    }
    .Drawer__Footer--padded {
        padding: 24px 30px
    }
}

[data-drawer-animated-left],
[data-drawer-animated-right] {
    opacity: 0;
    transition: opacity .5s ease .25s, transform .5s ease .25s
}

.Drawer[aria-hidden=false] [data-drawer-animated-left],
.Drawer[aria-hidden=false] [data-drawer-animated-right] {
    opacity: 1;
    transform: translateX(0)
}

[data-drawer-animated-left] {
    transform: translateX(-65px)
}

[data-drawer-animated-right] {
    transform: translateX(65px)
}

[data-drawer-animated-bottom] {
    opacity: 0;
    transform: translateY(45px);
    transition: opacity .35s cubic-bezier(.25, .46, .45, .94), transform .35s cubic-bezier(.25, .46, .45, .94)
}

.Drawer[aria-hidden=false] [data-drawer-animated-bottom] {
    opacity: 1;
    transform: translateY(-40px);
    transition: opacity .25s cubic-bezier(.25, .46, .45, .94) .45s, transform .25s cubic-bezier(.25, .46, .45, .94) .45s;
    z-index: 5;
}

.Form {
    width: 100%
}

.Form__Item {
    margin-bottom: 15px;
    position: relative
}

.Form__Input,
.Form__Textarea,
.spr-form-input-email,
.spr-form-input-text,
.spr-form-input-textarea {
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: 0;
    display: block;
    line-height: normal;
    padding: 12px 14px;
    resize: none;
    transition: border-color .1s ease-in-out;
    width: 100%
}

.Form__Input:focus,
.Form__Textarea:focus,
.spr-form-input-email:focus,
.spr-form-input-text:focus,
.spr-form-input-textarea:focus {
    border-color: rgba(var(--text-color-rgb), .8);
    outline: none
}

.Form__Input::-moz-placeholder,
.Form__Textarea::-moz-placeholder,
.spr-form-input-email::-moz-placeholder,
.spr-form-input-text::-moz-placeholder,
.spr-form-input-textarea::-moz-placeholder {
    color: var(--text-color-light)
}

.Form__Input::placeholder,
.Form__Textarea::placeholder,
.spr-form-input-email::placeholder,
.spr-form-input-text::placeholder,
.spr-form-input-textarea::placeholder {
    color: var(--text-color-light)
}

.Form__FloatingLabel {
    background: rgba(var(--background-rgb), 0);
    bottom: calc(100% - 8px);
    color: var(--text-color-light);
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 12px);
    left: 10px;
    line-height: normal;
    opacity: 0;
    padding: 0 5px;
    pointer-events: none;
    position: absolute;
    transform: translateY(3px);
    transition: all .3s ease-in-out
}

.Form__Input:not(:-moz-placeholder-shown)~.Form__FloatingLabel,
.Form__Textarea:not(:-moz-placeholder-shown)~.Form__FloatingLabel {
    background: var(--background);
    opacity: 1;
    transform: translateY(0)
}

.Form__Input:not(:placeholder-shown)~.Form__FloatingLabel,
.Form__Textarea:not(:placeholder-shown)~.Form__FloatingLabel {
    background: var(--background);
    opacity: 1;
    transform: translateY(0)
}

.Form__Checkbox {
    opacity: 0;
    position: absolute
}

.Form__Checkbox~label:before {
    border: 1px solid var(--border-color);
    content: "";
    display: inline-block;
    height: 1em;
    margin-right: 10px;
    vertical-align: -2px;
    width: 1em
}

.Form__Checkbox~svg {
    height: 12px;
    left: 1px;
    position: absolute;
    top: 5px;
    transform: scale(0);
    transition: transform .2s ease-in-out;
    width: 12px;
    will-change: transform
}

.Form__Checkbox:checked~label:before {
    border-color: var(--text-color)
}

.Form__Checkbox:checked~svg {
    transform: scale(1)
}

.Form__Alert,
.spr-form-message {
    margin-bottom: 20px
}

.Form__Submit {
    display: block;
    margin-top: 20px
}

.Form__Label,
.spr-form-label {
    display: block;
    font-family: var(--heading-font-family);
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 11px);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    letter-spacing: .2em;
    line-height: normal;
    padding-bottom: 8px;
    text-transform: uppercase
}

.Form--small .Form__Input,
.Form--small .Form__Textarea {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 13px);
    padding-bottom: 10px;
    padding-top: 10px
}

.Form--spacingTight .Form__Item {
    margin-bottom: 15px
}

.Form--spacingTight .Form__Alert {
    margin-bottom: 20px
}

@media screen and (min-width:641px) {
    .Form__Alert,
    .Form__Item {
        margin-bottom: 30px
    }
    .Form__Group {
        display: flex
    }
    .Form__Group>.Form__Item {
        flex: 1
    }
    .Form__Group>:nth-child(2) {
        margin-left: 30px
    }
    .Form--spacingTight .Form__Group>:nth-child(2) {
        margin-left: 15px
    }
}

.Form__Header {
    margin-bottom: 24px;
    text-align: center
}

.Form__Hint {
    margin: 24px 0 0
}

.Form__Hint:not(:last-child) {
    margin-bottom: 32px
}

.Form__Hint--center {
    text-align: center
}

.Form__ItemHelp {
    color: var(--text-color-light);
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 12px);
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%)
}

select::-ms-expand {
    display: none
}

.Select {
    color: currentColor;
    line-height: 1;
    position: relative;
    vertical-align: middle
}

.Select svg {
    fill: currentColor;
    line-height: normal;
    pointer-events: none;
    position: absolute;
    vertical-align: baseline
}

.Select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    line-height: normal
}

.Select select:focus::-ms-value {
    background: var(--background);
    color: var(--text-color)
}

.Select option {
    background: #fff;
    color: #000
}

.Select--primary:after {
    background: linear-gradient(to right, rgba(var(--background-rgb), 0), rgba(var(--background-rgb), .7) 20%, var(--background) 40%);
    content: "";
    height: calc(100% - 2px);
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 55px
}

.Select--primary select {
    background: var(--background);
    border: 1px solid var(--border-color);
    height: 45px;
    padding-left: 14px;
    padding-right: 28px;
    width: 100%
}

.Select--primary select:active,
.Select--primary select:focus {
    border-color: var(--text-color);
    outline: none
}

.Select--primary svg {
    height: 10px;
    right: 15px;
    top: calc(50% - 5px);
    width: 10px;
    z-index: 1
}

.Select--transparent select {
    background: transparent;
    border: none;
    font-family: var(--heading-font-family);
    font-size: inherit;
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    padding-right: 15px;
    text-transform: uppercase
}

.features--heading-uppercase .Select--transparent select {
    letter-spacing: .2em
}

.Select--transparent svg {
    height: 6px;
    right: 0;
    top: calc(50% - 3px)
}

.SelectButton {
    background: transparent;
    border: none;
    color: currentColor;
    font-family: var(--heading-font-family);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    padding: 2px 18px 2px 0;
    position: relative;
    text-transform: uppercase
}

.features--heading-uppercase .SelectButton {
    letter-spacing: .2em
}

.SelectButton svg {
    height: 6px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

.input-prefix {
    align-items: center;
    border: 1px solid var(--border-color);
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    padding: 7px 10px
}

.input-prefix__field {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
    background: transparent;
    border: none;
    min-width: 0;
    padding: 0;
    text-align: end;
    width: 100%
}

.input-prefix__field::-webkit-inner-spin-button,
.input-prefix__field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.input-prefix__field::-moz-placeholder {
    color: var(--text-color-light)
}

.input-prefix__field::placeholder {
    color: var(--text-color-light)
}

.range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    width: 100%
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: var(--text-color);
    border: none;
    border-radius: 100%;
    cursor: pointer;
    height: 10px;
    margin-top: -4px;
    position: relative;
    width: 10px;
    z-index: 1
}

.range::-webkit-slider-runnable-track {
    background: var(--border-color);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 2px;
    width: 100%
}

.range::-moz-range-thumb {
    background: var(--text-color);
    border: none;
    border-radius: 100%;
    cursor: pointer;
    height: 10px;
    width: 10px
}

.range::-moz-range-progress,
.range::-moz-range-track {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 2px;
    width: 100%
}

.range::-moz-range-progress {
    background-color: rgba(var(--text-color-rgb), .7)
}

.range::-moz-range-track {
    background-color: var(--border-color)
}

@media not screen and (any-hover:hover) {
    .range::-webkit-slider-thumb {
        height: 18px;
        margin-top: -8px;
        width: 18px
    }
    .range::-moz-range-thumb {
        height: 20px;
        width: 20px
    }
}

.range-group {
    background: linear-gradient(to right, var(--border-color) var(--range-min), rgba(var(--text-color-rgb), .7) var(--range-min), rgba(var(--text-color-rgb), .7) var(--range-max), var(--border-color) var(--range-max));
    border-radius: 4px;
    height: 2px
}

.range-group .range {
    height: 2px;
    pointer-events: none;
    vertical-align: top
}

.range-group .range::-webkit-slider-runnable-track {
    background: none
}

.range-group .range::-webkit-slider-thumb {
    pointer-events: auto
}

.range-group .range::-moz-range-progress,
.range-group .range::-moz-range-track {
    background: none
}

.range-group .range::-moz-range-thumb {
    pointer-events: auto
}

.range-group .range:last-child {
    inset-block-start: 0;
    inset-inline-start: 0;
    position: absolute
}

.switch-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--border-color);
    border-radius: 16px;
    cursor: pointer;
    height: 16px;
    position: relative;
    transition: background .1s ease-in;
    width: 36px
}

.switch-checkbox:before {
    background: var(--background);
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    content: "";
    display: block;
    height: 10px;
    inset-block-start: 3px;
    inset-inline-start: 3px;
    position: absolute;
    transition: transform .1s ease-in;
    width: 10px
}

.switch-checkbox:checked {
    background: var(--text-color)
}

.switch-checkbox:checked:before {
    transform: translateX(calc(100% + 10px))
}

.HorizontalList {
    list-style: none;
    margin: -7px -14px
}

.HorizontalList__Item {
    align-items: center;
    display: inline-flex;
    height: 70px
}

.HorizontalList__Item>.Link {
    display: inline-block
}

.HorizontalList--spacingTight {
    margin-left: -8px;
    margin-right: -8px
}

.HorizontalList--spacingTight .HorizontalList__Item {
    margin-left: 8px;
    margin-right: 8px
}

.HorizontalList--spacingLoose {
    margin-left: -14px;
    margin-right: -14px
}

.HorizontalList--spacingLoose .HorizontalList__Item {
    margin-left: 14px;
    margin-right: 14px
}

.HorizontalList--spacingExtraLoose {
    margin-left: -17px;
    margin-right: -17px
}

.HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin-left: 17px;
    margin-right: 17px
}

.HorizontalList--spacingFill {
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly
}

.HorizontalList--spacingFill .HorizontalList__Item {
    margin-left: 0;
    margin-right: 0
}

@media screen and (min-width:1140px) {
    .HorizontalList--spacingExtraLoose {
        margin-left: -21px;
        margin-right: -21px
    }
    .header-nav-list .HorizontalList__Item {
        padding-left: 21px;
        padding-right: 21px
    }
}

.Image--contrast {
    position: relative
}

.Image--contrast:after {
    background-image: linear-gradient(180deg, rgba(4, 4, 4, .55), rgba(54, 54, 54, .1));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;

    @media screen and (min-width: 768px) {
        opacity: 0;
    }
}

.Image--contrast>* {
    z-index: 1
}

@keyframes lazyLoader {
    0%,
    to {
        transform: translateX(-50%)
    }
    50% {
        transform: translateX(100%)
    }
}

.Image--fadeIn {
    opacity: 0;
    transition: opacity .3s ease
}

.Image--lazyLoaded.Image--fadeIn {
    opacity: 1
}

.features--show-image-zooming .Image--zoomOut {
    opacity: 0;
    transform: scale(1.1);
    transition: transform .8s cubic-bezier(.215, .61, .355, 1), opacity .8s cubic-bezier(.215, .61, .355, 1)
}

.features--show-image-zooming .Image--lazyLoaded.Image--zoomOut {
    opacity: 1;
    transform: none
}

body:not(.features--show-image-zooming) .Image--zoomOut {
    opacity: 0;
    transition: opacity .3s ease
}

body:not(.features--show-image-zooming) .Image--lazyLoaded.Image--zoomOut {
    opacity: 1
}

.Image--slideLeft,
.Image--slideRight {
    opacity: 0;
    transform: translateX(25px);
    transition: transform .8s cubic-bezier(.215, .61, .355, 1), opacity .8s cubic-bezier(.215, .61, .355, 1)
}

.Image--slideLeft {
    transform: translateX(-25px)
}

.Image--lazyLoaded.Image--slideLeft,
.Image--lazyLoaded.Image--slideRight {
    opacity: 1;
    transform: translateX(0)
}

.Image__Loader {
    background-color: var(--border-color);
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: all .2s ease-in-out;
    visibility: hidden;
    width: 50px;
    z-index: -1
}

.Image__Loader,
.Image__Loader:after {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Image__Loader:after {
    background-color: var(--heading-color);
    content: "";
    height: 100%;
    width: 200%
}

.Image--lazyLoading+.Image__Loader {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.Image--lazyLoading+.Image__Loader:after {
    animation: lazyLoader 3s infinite;
    animation-timing-function: cubic-bezier(.43, .43, .25, .99)
}

.Image--lazyLoad[data-sizes=auto] {
    width: 100%
}

.AspectRatio {
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.AspectRatio:before {
    content: "";
    display: block
}

.AspectRatio>img {
    max-height: 100%;
    max-width: 100%
}

.AspectRatio--withFallback>img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.no-js .AspectRatio>img {
    display: none!important
}

@supports (--css:variables) {
    .AspectRatio--withFallback {
        padding-bottom: 0!important
    }
    .AspectRatio:before {
        padding-bottom: calc(100%/(var(--aspect-ratio)))
    }
    .AspectRatio>img,
    .no-js .AspectRatio>noscript img {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.AspectRatio--square:before {
    padding-bottom: 100%
}

.AspectRatio--short:before {
    padding-bottom: 75%
}

.AspectRatio--tall:before {
    padding-bottom: 150%
}

.AspectRatio--short>img,
.AspectRatio--square>img,
.AspectRatio--tall>img {
    backface-visibility: hidden;
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

@supports ((-o-object-fit:contain) or (object-fit:contain)) {
    .AspectRatio--short>img,
    .AspectRatio--square>img,
    .AspectRatio--tall>img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%
    }
}

.AspectRatio .PlaceholderBackground {
    fill: var(--text-color);
    background: var(--background-color);
    z-index: 0
}

.Linklist {
    list-style: none;
    padding: 0
}

.Linklist__Item {
    display: block;
    line-height: 1.5;
    margin-bottom: 12px;
    position: relative;
    text-align: left;
    transition: all .2s ease-in-out;
    width: 100%
}

.Linklist__Item:last-child {
    margin-bottom: 0!important
}

.Linklist__Checkbox+.Link:before,
.Linklist__Item:before {
    background: var(--text-color);
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 6px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: calc(50% - 3px);
    transition: opacity .1s ease-in-out;
    width: 6px
}

.Linklist__Item label {
    cursor: pointer
}

.Linklist__Item>.Link {
    display: block;
    text-align: inherit;
    width: 100%
}

.Linklist--spacingLoose .Linklist__Item {
    margin-bottom: 18px
}

.Linklist__Item.is-selected {
    padding-left: 18px
}

.Linklist__Checkbox:checked+.Link:before,
.Linklist__Item.is-selected:before {
    opacity: 1;
    transition-delay: .1s
}

.Linklist__Checkbox+.Link {
    transition: padding .2s ease-in-out, opacity .2s ease-in-out
}

.Linklist__Checkbox:checked+.Link {
    color: var(--text-color);
    padding-left: 18px
}

.Linklist--bordered {
    border-left: 1px solid var(--border-color);
    margin-left: 8px;
    padding: 0 20px 0 25px
}

.Linklist--bordered li:first-child .Linklist__Item {
    margin-top: 2px
}

.Linklist--bordered li:last-child .Linklist__Item {
    margin-bottom: 2px
}

.plyr.plyr--full-ui.plyr--video {
    background-color: transparent;
    color: var(--text-color)
}

.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
    background-color: transparent
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster,
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster,
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster,
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid,
.plyr.plyr--full-ui.plyr--video .plyr__controls {
    background-color: var(--light-background);
    border-color: rgba(var(--text-color-rgb), .05)
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus,
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
    color: rgba(var(--text-color-rgb), .55)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
    box-shadow: 2px 0 0 0 var(--light-background)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
    box-shadow: 2px 0 0 0 var(--light-background)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
    box-shadow: 2px 0 0 0 var(--light-background)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, currentColor 0, rgba(var(--text-color-rgb), .6) 0);
    background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--text-color-rgb), .6) var(--value, 0))
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
    background-color: rgba(var(--text-color-rgb), .6)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
    background-color: rgba(var(--text-color-rgb), .6)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px rgba(var(--text-color-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px rgba(var(--text-color-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px rgba(var(--text-color-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 0 0 3px rgba(var(--text-color-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
    box-shadow: 0 0 0 3px rgba(var(--text-color-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(var(--text-color-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
    background-color: var(--text-color);
    color: var(--light-background)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip:before {
    border-top-color: var(--text-color)
}

.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
    background-image: linear-gradient(-45deg, rgba(var(--text-color-rgb), .6) 25%, transparent 25%, transparent 50%, rgba(var(--text-color-rgb), .6) 50%, rgba(var(--text-color-rgb), .6) 75%, transparent 75%, transparent)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
    color: var(--light-background)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
    box-shadow: 2px 0 0 0 var(--text-color)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
    box-shadow: 2px 0 0 0 var(--text-color)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
    box-shadow: 2px 0 0 0 var(--text-color)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, currentColor 0, rgba(var(--light-background-rgb), .6) 0);
    background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--light-background-rgb), .6) var(--value, 0))
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track,
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
    background-color: rgba(var(--light-background-rgb), .6)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px rgba(var(--light-background-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px rgba(var(--light-background-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px rgba(var(--light-background-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 0 0 3px rgba(var(--light-background-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
    box-shadow: 0 0 0 3px rgba(var(--light-background-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(var(--light-background-rgb), .25)
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
    background: var(--light-background);
    border-color: rgba(var(--text-color-rgb), .05)
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
    color: var(--text-color)
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
    color: rgba(var(--text-color-rgb), .55)
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus,
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active {
    background: rgba(var(--text-color-rgb), .05);
    color: rgba(var(--text-color-rgb), .55)
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
    border-color: rgba(var(--text-color-rgb), .05)
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
    background: var(--light-background);
    border-color: rgba(var(--text-color-rgb), .05)
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus,
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover {
    color: rgba(var(--text-color-rgb), .55)
}

.VideoWrapper {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.VideoWrapper embed,
.VideoWrapper iframe,
.VideoWrapper object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.VideoWrapper--native:after {
    display: none
}

.VideoWrapper--native .plyr,
.VideoWrapper--native video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.VideoWrapper--native .plyr__video-wrapper,
.VideoWrapper--native video {
    height: 100%
}

.Anchor {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden
}

@supports (--css:variables) {
    .Anchor {
        top: calc((var(--header-height))*-1)
    }
}

.LoadingBar {
    background: var(--heading-color);
    height: 2px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: width .25s ease-in-out;
    width: 0;
    z-index: 50
}

.LoadingBar.is-visible {
    opacity: 1
}

@media screen and (min-width:641px) {
    .LoadingBar {
        height: 3px
    }
}

.PlaceholderSvg {
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%
}

.PlaceholderSvg--dark {
    fill: #a1a1a1;
    background: dimgray
}

.PlaceholderBackground {
    height: 100%;
    left: 0;
    opacity: .7;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.PlaceholderBackground__Svg {
    height: 100%!important;
    min-width: 100%;
    width: auto!important
}

.QuantitySelector {
    align-items: center;
    border: 1px solid var(--border-color);
    display: inline-flex;
    white-space: nowrap
}

.QuantitySelector svg {
    stroke-width: 1.5px;
    height: 10px;
    vertical-align: -1px;
    width: 10px
}

.QuantitySelector__Button {
    cursor: pointer;
    display: inline-block;
    padding: 5px 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.QuantitySelector__CurrentQuantity {
    background: transparent;
    border: none;
    display: inline-block;
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 10px);
    letter-spacing: normal;
    padding: 0;
    text-align: center;
    width: 20px
}

.QuantitySelector--large .QuantitySelector__CurrentQuantity {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 14px);
    width: 35px
}

.QuantitySelector--large .QuantitySelector__Button {
    padding: 10px 20px
}

.QuantitySelector--large svg {
    height: 11px;
    width: 11px
}

@media screen and (min-width:641px) {
    .QuantitySelector__Button {
        padding: 7px 14px 8px
    }
    .QuantitySelector__CurrentQuantity {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 12px)
    }
}

.Price {
    display: inline-block
}

.Price--highlight {
    color: var(--product-sale-price-color)
}

.Price--compareAt {
    margin-left: 10px;
    position: relative
}

.Price--compareAt:before {
    background: currentColor;
    content: "";
    height: 1px;
    left: -.4em;
    position: absolute;
    top: 50%;
    width: calc(100% + .8em)
}

.ColorSwatch {
    background-size: cover;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: top;
    width: 30px
}

.ColorSwatch:after {
    content: "";
    height: calc(100% + 6px);
    left: -3px;
    position: absolute;
    top: -3px;
    width: calc(100% + 6px)
}

.ColorSwatch:hover:after {
    border: 1px solid var(--border-color)
}

.ColorSwatch--small {
    height: 16px;
    width: 16px
}

.ColorSwatch--large {
    height: 36px;
    width: 36px
}

.ColorSwatch--white {
    outline: 1px solid var(--border-color);
    outline-offset: -1px
}

.ColorSwatch.is-active:after,
.ColorSwatch__Radio:checked+.ColorSwatch:after {
    border: 1px solid!important
}

.ColorSwatch__Radio {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.ColorSwatchList .HorizontalList__Item {
    position: relative
}

.Collapsible .ColorSwatchList {
    padding-bottom: 10px;
    padding-top: 4px
}

.Collapsible--autoExpand .ColorSwatchList {
    padding-bottom: 12px;
    padding-top: 8px
}

.SizeSwatch {
    border: 1px solid var(--border-color);
    color: var(--text-color-light);
    cursor: pointer;
    display: inline-block;
    min-width: 36px;
    padding: 6px 10px;
    text-align: center
}

.SizeSwatch__Radio {
    display: none
}

.SizeSwatch.is-active:after,
.SizeSwatch__Radio:checked+.SizeSwatch {
    border-color: var(--text-color);
    color: var(--text-color)
}

.Alert,
.spr-form-message {
    display: block;
    font-size: 1rem;
    padding: 10px 20px;
    text-shadow: none;
    white-space: normal;
    word-break: break-all;
    word-break: break-word
}

.Alert--large {
    padding: 18px 20px
}

.Alert--error,
.spr-form-message-error {
    background: #e4c4c4;
    color: #cb2b2b
}

.Alert--success,
.spr-form-message-success {
    background: #d2e4c4;
    color: #307a07
}

.Alert__ErrorList {
    list-style: none
}

@media screen and (min-width:641px) {
    .Alert--large {
        padding: 18px 30px
    }
}

.Segment+.Segment {
    margin-top: 50px
}

.Segment__Title {
    border-bottom: 1px solid var(--border-color);
    color: var(--text-color-light);
    margin-bottom: 24px;
    padding-bottom: 10px
}

.Segment__Title--flexed {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.Segment__ActionList {
    margin-top: 16px
}

.Segment__ActionItem {
    line-height: 1.4
}

.Segment__ActionItem+.Segment__ActionItem {
    margin-left: 20px
}

.Segment__ButtonWrapper {
    margin-top: 32px
}

@media screen and (min-width:641px) {
    .Segment__Title {
        margin-bottom: 34px
    }
    .Segment__ActionList {
        margin-top: 24px
    }
}

@media screen and (min-width:1140px) {
    .Segment+.Segment {
        margin-top: 65px
    }
}

.EmptyState {
    margin: 140px 0;
    text-align: center
}

.EmptyState__Action {
    display: inline-block;
    margin-top: 20px
}

@media screen and (min-width:641px) {
    .EmptyState {
        margin: 200px 0
    }
}

@media screen and (min-width:1140px) {
    .EmptyState {
        margin: 250px 0
    }
}

@keyframes bouncingSpinnerAnimation {
    0%,
    80%,
    to {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

.BouncingSpinner {
    display: block;
    text-align: center
}

.BouncingSpinner>span {
    animation: bouncingSpinnerAnimation 1.4s ease-in-out infinite both;
    background-color: currentColor;
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    width: 10px
}

.BouncingSpinner>span:first-child {
    animation-delay: -.32s
}

.BouncingSpinner>span:nth-child(2) {
    animation-delay: -.16s
}

.Video__PlayButton {
    cursor: pointer;
    display: inline-block;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .2));
    height: 80px;
    transition: transform .2s ease-in-out;
    width: 80px
}

@media (-moz-touch-enabled:0),
(hover:hover) {
    .Video__PlayButton:hover {
        transform: scale(1.1)
    }
}

.Video__PlayButton svg {
    height: 80px;
    pointer-events: none;
    width: 80px
}

.AnnouncementBar {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 10px);
    position: relative;
    text-align: center;
    z-index: 1
}

.AnnouncementBar__Wrapper {
    padding: 14px 21px
}

.AnnouncementBar__Content {
    color: inherit;
    margin: 0
}

@media screen and (min-width:641px) {
    .AnnouncementBar {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 11px)
    }
}

.ShareButtons {
    border-collapse: collapse;
    display: table;
    table-layout: fixed;
    width: 100%
}

.ShareButtons__Item {
    background: var(--background);
    border: 1px solid var(--border-color);
    color: var(--text-color-light);
    display: table-cell;
    height: 45px;
    min-height: 45px;
    outline: 1px solid transparent;
    outline-offset: -1px;
    text-align: center;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    width: 60px
}

.ShareButtons__Item svg {
    height: 18px;
    vertical-align: text-bottom;
    width: 18px
}

.ShareButtons__Item--facebook:hover,
.no-supports-hover .ShareButtons__Item--facebook {
    background: #4469af;
    border-color: #4469af;
    color: #fff;
    outline: 1.5px solid #4469af
}

.ShareButtons__Item--pinterest:hover,
.no-supports-hover .ShareButtons__Item--pinterest {
    background: #c8232c;
    border-color: #c8232c;
    color: #fff;
    outline: 1.5px solid #c8232c
}

.ShareButtons__Item--twitter:hover,
.no-supports-hover .ShareButtons__Item--twitter {
    background: #00aced;
    border-color: #00aced;
    color: #fff;
    outline: 1.5px solid #00aced
}

@media screen and (min-width:641px) {
    .ShareButtons {
        width: auto
    }
}

.FeaturedQuote {
    background: var(--secondary-elements-background);
    color: var(--secondary-elements-text-color);
    display: flex;
    flex-direction: column;
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 18px);
    justify-content: center;
    padding: 120px 40px
}

.FeaturedQuote__Author {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 14px);
    margin-top: 14px;
    opacity: .5
}

.FeaturedQuote__Content a {
    text-decoration: underline;
    text-underline-position: under
}

@media screen and (min-width:1008px) {
    .FeaturedQuote {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

.shopify-challenge__container {
    margin-bottom: 80px;
    margin-top: 80px;
    text-align: center
}

.shopify-challenge__container .shopify-challenge__button {
    background: var(--button-background);
    border: 1px solid transparent;
    border-radius: 0;
    color: var(--button-text-color);
    display: inline-block;
    font-family: var(--heading-font-family);
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 12px);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    letter-spacing: .2em;
    line-height: normal;
    padding: 14px 28px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.ImageHero--newsletter .SectionHeader.SectionHeader {
    margin-bottom: 30px
}

.Newsletter .Form__Input::-moz-placeholder {
    color: inherit
}

.Newsletter .Form__Input::placeholder {
    color: inherit
}

.Newsletter .Form__Input:focus {
    border-color: currentColor
}

.Newsletter .Form__Submit {
    width: 100%
}

@media screen and (max-width:640px) {
    .ImageHero--newsletter {
        min-height: 450px!important
    }
    .ImageHero--newsletter .ImageHero__ContentOverlay {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media screen and (min-width:641px) {
    .Newsletter__Inner {
        display: flex
    }
    .Newsletter .Form__Input {
        min-width: 395px;
        width: 395px
    }
    .Newsletter .Form__Submit {
        margin: 0 0 0 20px
    }
}

.price-range {
    display: block;
    padding-block-start: 5px
}

.price-range__input-group {
    align-items: center;
    display: flex
}

.price-range__input {
    flex: 1 0 0;
    min-width: 0
}

.price-range__delimiter {
    margin-inline: 15px
}

.price-range__range-group {
    margin-block-end: 20px;
    position: relative
}

.no-js .price-range__range-group {
    display: none!important
}

@media not screen and (any-hover:hover) {
    .price-range {
        padding-block-start: 7px
    }
}

.rating {
    align-items: center;
    display: inline-flex;
    vertical-align: middle
}

.rating__stars {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px;
    display: grid;
    grid-auto-flow: column
}

.rating__star {
    color: var(--product-star-rating);
    height: 12px;
    width: 12px
}

.rating__star--empty {
    color: var(--text-color-light) l
}

.rating__caption {
    margin-inline-start: 8px
}

@media (-moz-touch-enabled:0),
(hover:hover) {
    [data-tooltip] {
        position: relative
    }
    [data-tooltip]:before {
        background: var(--light-background);
        border: 1px solid var(--border-color);
        bottom: 70%;
        color: var(--text-color-light);
        content: attr(data-tooltip);
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 13px);
        left: 70%;
        opacity: 0;
        padding: 4px 11px 3px;
        pointer-events: none;
        position: absolute;
        transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
        visibility: hidden;
        white-space: nowrap;
        z-index: 1
    }
    [data-tooltip]:hover:before {
        opacity: 1;
        visibility: visible
    }
}

.Modal {
    -webkit-overflow-scrolling: touch;
    background: var(--background);
    display: flex;
    flex-direction: column;
    left: 50%;
    max-height: calc(100vh - 40px);
    max-width: calc(100vw - 40px);
    opacity: 0;
    overflow: auto;
    padding: 15px 20px 20px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    visibility: hidden;
    width: 480px;
    z-index: 20
}

@supports (--css:variables) {
    .Modal {
        max-height: calc(var(--window-height) - 40px)
    }
}

.Modal[aria-hidden=false] {
    opacity: 1;
    visibility: visible
}

.Modal--dark {
    background: var(--secondary-elements-background)
}

.Modal--dark,
.Modal--dark .Rte h1,
.Modal--dark .Rte h2,
.Modal--dark .Rte h3,
.Modal--dark .Rte h4,
.Modal--dark .Rte h5,
.Modal--dark .Rte h6 {
    color: var(--secondary-elements-text-color)
}

.Modal--fullScreen {
    bottom: 0;
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    right: 0;
    top: 0;
    transform: none;
    width: 100%
}

.Modal--pageContent {
    padding: 60px 0 50px
}

.Modal--videoContent {
    background: #000;
    color: #fff;
    justify-content: center
}

.Modal .Heading:not(.Link) {
    color: inherit
}

.Modal__Header {
    margin-bottom: 30px;
    text-align: center
}

.Modal__Close {
    display: block;
    flex-shrink: 0;
    margin: 25px auto 0
}

.Modal__Close--outside {
    line-height: 0;
    margin-top: 0;
    opacity: .5;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: opacity .2s ease-in-out
}

.Modal__Close--outside:hover {
    opacity: 1
}

.Modal__Close--outside svg {
    stroke-width: 1.25px;
    height: 16px;
    width: 16px
}

.Modal--fullScreen .Modal__Close--outside {
    right: 40px;
    top: 40px
}

.Modal__Content iframe {
    display: none
}

.Modal[aria-hidden=false] .Modal__Content iframe {
    display: block
}

.Modal__Content td,
.Modal__Content th {
    border-color: var(--secondary-elements-border-color)!important
}

.Modal__Content tbody th,
.Modal__Content thead th:empty {
    background: var(--secondary-elements-background)!important
}

@media screen and (min-width:641px) {
    .Modal:not(.Modal--pageContent) {
        padding: 35px 40px 40px
    }
}

@media screen and (min-width:1008px) {
    .Modal {
        flex-direction: column
    }
    .Modal--pageContent {
        padding: 100px 0 80px
    }
    .Modal--pageContent .Modal__Content {
        flex: 1 0 0
    }
    .Modal__Close:not(.Modal__Close--outside) {
        flex-shrink: 0;
        margin-top: 40px
    }
}

.PageSkipLink:focus {
    clip: auto;
    background-color: var(--background);
    color: var(--text-color);
    height: auto;
    margin: 0;
    padding: 10px;
    transition: none;
    width: auto;
    z-index: 10000
}

.PageOverlay {
    background: #363636;
    height: 100vh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    visibility: hidden;
    width: 100vw;
    z-index: 10
}

.PageOverlay.is-visible {
    opacity: .5;
    pointer-events: all;
    visibility: visible
}

.PageHeader {
    margin: 35px 0;
    position: relative
}

.PageHeader--withBackground {
    align-items: center;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    min-height: 450px;
    overflow: hidden;
    width: 100%
}

.PageHeader--withBackground .Heading,
.PageHeader--withBackground .Rte a:not(.Button) {
    color: #fff;
    text-decoration-color: #fff
}

.PageHeader__ImageWrapper {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@supports (--css:variables) {
    .PageHeader__ImageWrapper {
        height: 100%;
        height: calc(100% + var(--announcement-bar-height, 0px) + var(--header-height, 0px)*var(--use-unsticky-header, 0));
        top: 0;
        top: calc(var(--announcement-bar-height, 0px)*-1 - var(--header-height, 0px)*var(--use-unsticky-header, 0))
    }
}

.PageHeader .SectionHeader__Description,
.PageHeader .SectionHeader__Heading {
    margin-top: 0!important
}

.PageHeader .Alert {
    margin-top: 22px
}

.PageHeader__Back {
    display: inline-block;
    margin-bottom: 25px
}

.PageHeader__Back svg {
    height: 9px;
    margin-right: 12px;
    vertical-align: baseline;
    vertical-align: initial
}

.PageHeader--withBackground .SectionHeader.SectionHeader {
    padding: 60px 0 80px;
    position: relative
}

@supports (--css:variables) {
    .PageHeader--withBackground .SectionHeader.SectionHeader {
        margin-top: calc(var(--header-height)*var(--header-is-transparent, 0))
    }
}

@media screen and (max-width:640px) {
    .PageHeader .SectionHeader__Heading {
        margin-bottom: 10px
    }
}

@media screen and (min-width:641px) {
    .PageHeader {
        margin: 50px 0
    }
    .PageHeader--withBackground {
        margin-bottom: 0;
        margin-top: 0;
        min-height: 450px
    }
    @supports (--css:variables) {
        .PageHeader--withBackground {
            min-height: calc(380px + var(--header-height)*0);
            min-height: calc(380px + var(--header-height)*var(--header-is-transparent, 0))
        }
    }
    .PageHeader--small.PageHeader--withBackground {
        min-height: 420px
    }
    @supports (--css:variables) {
        .PageHeader--small.PageHeader--withBackground {
            min-height: calc(350px + var(--header-height)*0);
            min-height: calc(350px + var(--header-height)*var(--header-is-transparent, 0))
        }
    }
    .PageHeader--large.PageHeader--withBackground {
        min-height: 480px
    }
    @supports (--css:variables) {
        .PageHeader--large.PageHeader--withBackground {
            min-height: calc(410px + var(--header-height)*0);
            min-height: calc(410px + var(--header-height)*var(--header-is-transparent, 0))
        }
    }
    .PageHeader--withBackground .SectionHeader.SectionHeader {
        margin-top: 50px;
        padding: 40px 0
    }
    @supports (--css:variables) {
        .PageHeader--withBackground .SectionHeader.SectionHeader {
            margin-top: calc(var(--header-height)*var(--header-is-transparent, 0))
        }
    }
}

@media screen and (min-width:1140px) {
    .PageHeader--withBackground {
        min-height: 550px
    }
    @supports (--css:variables) {
        .PageHeader--withBackground {
            min-height: calc(450px + var(--header-height)*0);
            min-height: calc(450px + var(--header-height)*var(--header-is-transparent, 0))
        }
    }
    .PageHeader--small.PageHeader--withBackground {
        min-height: 500px
    }
    @supports (--css:variables) {
        .PageHeader--small.PageHeader--withBackground {
            min-height: calc(400px + var(--header-height)*0);
            min-height: calc(400px + var(--header-height)*var(--header-is-transparent, 0))
        }
    }
    .PageHeader--large.PageHeader--withBackground {
        min-height: 620px
    }
    @supports (--css:variables) {
        .PageHeader--large.PageHeader--withBackground {
            min-height: calc(520px + var(--header-height)*0);
            min-height: calc(520px + var(--header-height)*var(--header-is-transparent, 0))
        }
    }
}

@media screen and (min-width:1800px) {
    .PageHeader--withBackground {
        min-height: 650px
    }
    @supports (--css:variables) {
        .PageHeader--withBackground {
            min-height: calc(600px + var(--header-height)*0);
            min-height: calc(600px + var(--header-height)*var(--header-is-transparent, 0))
        }
    }
    .PageHeader--small.PageHeader--withBackground {
        min-height: 600px
    }
    @supports (--css:variables) {
        .PageHeader--small.PageHeader--withBackground {
            min-height: calc(550px + var(--header-height)*0);
            min-height: calc(550px + var(--header-height)*var(--header-is-transparent, 0))
        }
    }
    .PageHeader--large.PageHeader--withBackground {
        min-height: 700px
    }
    @supports (--css:variables) {
        .PageHeader--large.PageHeader--withBackground {
            min-height: calc(650px + var(--header-height)*0);
            min-height: calc(650px + var(--header-height)*var(--header-is-transparent, 0))
        }
    }
}

.PageLayout__Section:first-child {
    margin-bottom: 60px
}

.PageLayout__Section--sticky {
    align-self: flex-start;
    position: sticky;
    top: 75px
}

.PageLayout:not(:only-child) {
    margin-bottom: 35px;
    margin-top: 35px
}

@supports (--css:variables) {
    .PageLayout__Section--sticky {
        top: calc(var(--header-height) + 20px)
    }
}

@media screen and (min-width:641px) {
    .PageLayout {
        display: flex;
        flex-wrap: nowrap
    }
    .PageLayout:not(:only-child) {
        margin-bottom: 50px;
        margin-top: 50px
    }
    .PageLayout__Section {
        flex: 1 0 0
    }
    .PageLayout__Section:first-child {
        margin-bottom: 0
    }
    .PageLayout__Section--secondary {
        flex: 1 1 200px;
        max-width: 200px
    }
    .PageLayout__Section+.PageLayout__Section {
        margin-left: 50px
    }
}

@media screen and (min-width:641px) and (max-width:1007px) {
    .PageLayout--breakLap {
        display: block
    }
    .PageLayout--breakLap .PageLayout__Section:first-child {
        margin-bottom: 60px
    }
    .PageLayout--breakLap .PageLayout__Section+.PageLayout__Section {
        margin-left: 0;
        width: 100%
    }
}

@media screen and (min-width:1008px) {
    .PageLayout__Section--secondary {
        flex-basis: 235px;
        max-width: 235px
    }
}

@media screen and (min-width:1140px) {
    .PageLayout__Section+.PageLayout__Section {
        margin-left: 80px
    }
    .PageLayout__Section--secondary {
        flex-basis: 290px;
        max-width: 290px
    }
}

.PageSpacingWrapper {
    margin-bottom: 60px
}

.PageContent {
    margin: 35px auto;
    max-width: 1000px
}

.PageContent--fitScreen {
    align-items: center;
    display: flex;
    min-height: calc(100vh - 120px)
}

@supports (--css:variables) {
    .PageContent--fitScreen {
        min-height: calc(var(--window-height) - var(--header-height) - 120px);
        min-height: calc(var(--window-height) - var(--header-height) - var(--announcement-bar-height, 0px) - 120px)
    }
}

.PageContent--narrow {
    max-width: 680px
}

.PageContent--extraNarrow {
    max-width: 400px
}

.PageHeader+.PageContent {
    margin-top: 0
}

@media screen and (min-width:641px) {
    .PageContent {
        margin-bottom: 80px;
        margin-top: 80px
    }
    .PageContent--fitScreen {
        min-height: calc(100vh - 160px)
    }
    @supports (--css:variables) {
        .PageContent--fitScreen {
            min-height: calc(var(--window-height) - var(--header-height) - 160px);
            min-height: calc(var(--window-height) - var(--header-height) - var(--announcement-bar-height, 0px) - 160px)
        }
    }
}

.Pagination {
    font-family: var(--heading-font-family);
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 12px);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    line-height: 1;
    margin: 60px 0;
    text-align: center
}

.Pagination--tight {
    margin: 60px 0!important
}

.Pagination__Nav {
    display: inline-block;
    list-style: none
}

.Pagination__NavItem {
    border-bottom: 1px solid var(--border-color);
    display: inline-block;
    padding: 16px 20px
}

.Pagination__NavItem svg {
    height: 10px;
    vertical-align: -1px;
    width: 6px
}

.Pagination__NavItem.is-active {
    border-bottom-color: var(--text-color);
    box-shadow: 0 -2px var(--text-color) inset;
    color: var(--text-color)
}

@media screen and (min-width:641px) {
    .Pagination {
        margin: 80px 0
    }
    .Pagination__NavItem {
        padding-left: 28px;
        padding-right: 28px
    }
}

@media screen and (min-width:1140px) {
    .Pagination {
        margin: 120px 0
    }
}

.Panel {
    border: 1px solid var(--border-color);
    padding: 60px 24px;
    position: relative
}

.Panel--withArrows {
    margin: 0 15px
}

.Panel--flush {
    padding-left: 0!important;
    padding-right: 0!important
}

.Panel__Title {
    background: var(--background);
    left: 50%;
    margin: 0;
    padding: 0 14px 0 18px;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    white-space: nowrap
}

.Panel .flickity-prev-next-button {
    top: calc(50% - 22.5px)
}

.Panel .flickity-prev-next-button.next {
    right: -22.5px
}

.Panel .flickity-prev-next-button.previous {
    left: -22.5px
}

@media screen and (min-width:641px) {
    .Panel {
        padding-left: 50px;
        padding-right: 50px
    }
    .Panel--withArrows {
        margin-left: 0;
        margin-right: 0
    }
}

.Popover {
    background: var(--light-background);
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(54, 54, 54, .2);
    left: 0;
    position: fixed;
    touch-action: manipulation;
    transform: translateY(100%);
    transition: all .4s cubic-bezier(.645, .045, .355, 1);
    visibility: hidden;
    width: 100%;
    z-index: 10
}

.Popover--secondary {
    background: var(--background)
}

.Popover[aria-hidden=false] {
    transform: translateY(0);
    visibility: visible
}

.Popover__Header {
    border-bottom: 1px solid rgba(var(--border-color-rgb), .4);
    padding: 13px 20px;
    position: relative;
    text-align: center
}

.Popover__Close {
    left: 20px;
    line-height: 0;
    position: absolute;
    top: calc(50% - 7px)
}

.Popover__Close svg {
    stroke-width: 1.1px
}

.Popover__ValueList {
    -webkit-overflow-scrolling: touch;
    list-style: none;
    max-height: 385px;
    overflow: auto;
    padding: 18px 0
}

.Popover__Value {
    color: var(--text-color-light);
    cursor: pointer;
    display: block;
    padding: 12px 20px;
    text-align: center;
    transition: color .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.Popover__Value:focus {
    background: var(--background);
    outline: none
}

.Popover__Value.is-selected {
    color: var(--text-color)
}

.Popover__FooterHelp {
    border-top: 1px solid rgba(var(--border-color-rgb), .4);
    padding: 18px 20px;
    text-align: center;
    width: 100%
}

@supports (padding:max(0px)) {
    .Popover__ValueList {
        max-height: calc(385px + env(safe-area-inset-bottom, 0px));
        padding-bottom: max(18px, env(safe-area-inset-bottom, 0px) + 18px)
    }
}

@media screen and (min-width:1008px) {
    .Popover {
        bottom: auto;
        left: auto;
        opacity: 0;
        transform: none;
        transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
        width: auto
    }
    .Popover:before {
        border-style: solid;
        content: "";
        height: 10px;
        position: absolute;
        right: 40px;
        width: 10px
    }
    .Popover--noWrap {
        white-space: nowrap
    }
    .Popover--withMinWidth {
        min-width: 375px
    }
    .Popover--positionBottom:before {
        border-color: transparent transparent var(--light-background) transparent;
        border-width: 0 10px 10px;
        bottom: 100%;
        filter: drop-shadow(0 -2px 2px rgba(54, 54, 54, .2))
    }
    .Popover--positionTop:before {
        border-color: var(--light-background) transparent transparent transparent;
        border-width: 10px 10px 0;
        filter: drop-shadow(0 2px 2px rgba(54, 54, 54, .2));
        top: 100%
    }
    .Popover--positionLeft:before {
        border-color: transparent transparent transparent var(--light-background);
        border-width: 10px 0 10px 10px;
        filter: drop-shadow(2px 0 2px rgba(54, 54, 54, .2));
        left: 100%
    }
    .Popover--positionBottom.Popover--alignCenter:before,
    .Popover--positionTop.Popover--alignCenter:before {
        left: calc(50% - 10px)
    }
    .Popover--positionLeft.Popover--alignCenter:before {
        top: calc(50% - 10px)
    }
    .Popover--positionLeft.Popover--alignBottom:before {
        top: 15px
    }
    .Popover--positionLeft.Popover--alignTop:before {
        bottom: 10px
    }
    .Popover[aria-hidden=false] {
        opacity: 1;
        transform: none
    }
    .Popover__Header {
        display: none
    }
    .Popover__Value {
        padding-left: 50px;
        padding-right: 50px;
        text-align: right
    }
    .Popover--withMinWidth .Popover__Value,
    .Popover__ValueList--center .Popover__Value {
        text-align: center
    }
    .Popover--small.Popover--positionTop:before {
        border-width: 8px 8px 0
    }
    .Popover--small.Popover--positionBottom:before {
        border-width: 0 8px 8px
    }
    .Popover--small .Popover__Value {
        padding: 5px 32px
    }
    .features--heading-small .Popover--small .Popover__Value {
        font-size: 10px
    }
    .features--heading-normal .Popover--small .Popover__Value {
        font-size: 12px
    }
    .features--heading-large .Popover--small .Popover__Value {
        font-size: 13px
    }
}

.Rte {
    word-break: break-word
}

.Rte:after {
    clear: both;
    content: "";
    display: block
}

.Rte iframe {
    max-width: 100%
}

.Rte img {
    display: block;
    margin: 0 auto
}

.Rte a:not(.Button) {
    color: var(--link-color);
    text-decoration: underline;
    text-decoration-color: rgba(var(--link-color-rgb), .6);
    text-underline-position: under;
    transition: color .2s ease-in-out, text-decoration-color .2s ease-in-out
}

.Rte a:not(.Button):hover {
    color: var(--text-color);
    text-decoration-color: rgba(var(--text-color-rgb), .6)
}

.Rte ol:not(:last-child),
.Rte p:not(:last-child),
.Rte ul:not(:last-child) {
    margin-bottom: 1.6em
}

.Rte .Form,
.Rte .VideoWrapper,
.Rte blockquote,
.Rte img {
    margin-bottom: 2.4em;
    margin-top: 2.4em
}

.Rte ol,
.Rte ul {
    list-style-position: outside;
    margin-left: 30px;
    padding-left: 0
}

.Rte li {
    padding: 5px 0
}

.Rte h1,
.Rte h2,
.Rte h3,
.Rte h4,
.Rte h5,
.Rte h6 {
    color: var(--heading-color);
    font-family: var(--heading-font-family);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    transition: color .2s ease-in-out
}

.features--heading-uppercase .Rte h1,
.features--heading-uppercase .Rte h2,
.features--heading-uppercase .Rte h3,
.features--heading-uppercase .Rte h4,
.features--heading-uppercase .Rte h5,
.features--heading-uppercase .Rte h6 {
    letter-spacing: .2em;
    text-transform: uppercase
}

.Rte h1 {
    margin: 2.2em 0 .8em
}

.Rte h2 {
    margin: 2.2em 0 .9em
}

.Rte h3 {
    margin: 2.2em 0 1.2em
}

.Rte h4 {
    margin: 2.2em 0 1.4em
}

.Rte h5 {
    margin: 2.2em 0 1.6em
}

.Rte h6 {
    margin: 2.2em 0 1.8em
}

.Rte blockquote {
    border-left: 3px solid rgba(var(--border-color-rgb), .6);
    font-size: 1.15em;
    line-height: 1.75;
    margin-left: 0;
    padding: 6px 0 6px 40px
}

.Rte blockquote:last-child,
.Rte h1:last-child,
.Rte h2:last-child,
.Rte h3:last-child,
.Rte h4:last-child,
.Rte h5:last-child,
.Rte h6:last-child,
.Rte ol:last-child,
.Rte p:last-child,
.Rte ul:last-child {
    margin-bottom: 0
}

.shopify-policy__container {
    margin-bottom: 50px;
    margin-top: 50px;
    max-width: 680px
}

@media screen and (min-width:1008px) {
    .Rte .Form,
    .Rte .VideoWrapper,
    .Rte img {
        margin-bottom: 3em;
        margin-top: 3em
    }
    .Rte blockquote {
        margin-left: 40px
    }
}

.shopify-section--hidden {
    display: none
}

.shopify-section--bordered+.shopify-section--bordered {
    border-top: 1px solid var(--border-color)
}

.Section--spacingNormal {
    margin: 50px 0
}

.Section--spacingExtraLarge,
.Section--spacingLarge {
    margin: 90px 0
}

.shopify-section--bordered>.Section--spacingNormal {
    margin-bottom: 0;
    margin-top: 0;
    padding: 50px 0
}

.shopify-section--bordered>.Section--spacingExtraLarge,
.shopify-section--bordered>.Section--spacingLarge {
    margin-bottom: 0;
    margin-top: 0;
    padding: 90px 0
}

.SectionHeader:not(:only-child) {
    margin-bottom: 40px
}

.SectionHeader--center {
    text-align: center
}

.SectionHeader__Description,
.SectionHeader__SubHeading+.SectionHeader__Heading,
.SectionHeader__SubHeading+.SectionHeader__TabList {
    margin-top: 16px
}

.SectionHeader__Description {
    max-width: 530px
}

.SectionHeader__Description a {
    text-decoration: underline;
    text-decoration-color: currentColor;
    text-underline-position: under
}

.SectionHeader--center .SectionHeader__Description {
    margin-left: auto;
    margin-right: auto
}

.SectionHeader__ButtonWrapper {
    margin-top: 20px
}

.SectionHeader__IconHolder {
    margin-top: 30px
}

.SectionFooter {
    margin-top: 50px;
    text-align: center
}

@media screen and (min-width:641px) {
    .SectionHeader__Heading--emphasize {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 22px)!important
    }
}

@media screen and (min-width:1008px) {
    .Section--spacingNormal {
        margin: 80px 0
    }
    .Section--spacingLarge {
        margin: 120px 0
    }
    .Section--spacingExtraLarge {
        margin: 145px 0
    }
    .shopify-section--bordered>.Section--spacingNormal {
        padding: 80px 0
    }
    .shopify-section--bordered>.Section--spacingLarge {
        padding: 120px 0
    }
    .shopify-section--bordered>.Section--spacingExtraLarge {
        padding: 145px 0
    }
    .SectionHeader:not(:only-child) {
        margin-bottom: 70px
    }
    .SectionHeader__Description {
        margin-top: 24px
    }
    .SectionHeader__ButtonWrapper {
        margin-top: 30px
    }
    .SectionFooter {
        margin-top: 80px
    }
}

.TableWrapper {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.Rte table,
.Table {
    border-collapse: separate;
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 12px);
    white-space: nowrap;
    width: 100%
}

.Rte table td,
.Rte table th,
.Table td,
.Table th {
    border-bottom: 1px solid var(--border-color);
    padding: 18px 10px;
    text-align: left
}

.Rte table td:first-child,
.Rte table tfoot td:empty+td,
.Rte table th:first-child,
.Table td:first-child,
.Table tfoot td:empty+td,
.Table th:first-child {
    padding-left: 0
}

.Rte table td:last-child,
.Rte table th:last-child,
.Table td:last-child,
.Table th:last-child {
    padding-right: 0
}

.Rte table th,
.Table th {
    font-family: var(--heading-font-family);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    letter-spacing: .2em;
    text-transform: uppercase
}

.Rte table tbody th:first-child,
.Rte table thead th:first-child:empty,
.Table tbody th:first-child,
.Table thead th:first-child:empty {
    background: var(--background);
    left: 0;
    max-width: 100px;
    min-width: 40px;
    position: sticky;
    white-space: normal;
    z-index: 1
}

.Rte table tbody th:first-child,
.Table tbody th:first-child {
    border-right: 1px solid var(--border-color)
}

.Rte table tfoot td:empty,
.Table tfoot td:empty {
    border-bottom: none
}

.Table--large td {
    padding-bottom: 25px;
    padding-top: 25px
}

.Table--noBorder tbody tr:not(:last-child) td {
    border-bottom: none
}

@media screen and (min-width:1140px) {
    .Rte table,
    .Table {
        white-space: normal
    }
    .Table--large td {
        padding-bottom: 35px;
        padding-top: 35px
    }
}

.TabList {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap
}

.TabList__Item {
    position: relative
}

.TabList__Item:after {
    background: var(--heading-color);
    bottom: 1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: relative;
    transition: width .25s ease-in-out;
    width: 0
}

.TabList__Item+.TabList__Item {
    margin-left: 28px
}

.TabList__Item.is-active:after {
    width: 100%
}

.features--heading-uppercase .TabList__Item.is-active:after {
    width: calc(100% - .2em)
}

.TabPanel {
    display: none
}

.TabPanel[aria-hidden=false] {
    display: block
}

@media screen and (min-width:641px) {
    .TabList__Item+.TabList__Item {
        margin-left: 45px
    }
}

.template-customers .OrderAddresses .Grid__Cell+.Grid__Cell {
    margin-top: 50px
}

@media screen and (min-width:641px) and (max-width:1007px) {
    .template-customers .OrderAddresses .Grid__Cell+.Grid__Cell {
        margin-top: 0
    }
}

@media screen and (min-width:1140px) {
    .template-customers .OrderAddresses .Grid__Cell+.Grid__Cell {
        margin-top: 65px
    }
}

.AddressList .Grid__Cell {
    margin-bottom: 40px
}

.AccountAddress span {
    display: inline-block;
    margin-bottom: 12px
}

@media screen and (max-width:640px) {
    .Modal--address {
        height: 100%;
        max-height: none;
        max-width: none;
        width: 100%
    }
    .Modal--address .Modal__Header {
        margin-top: 35px
    }
}

@media screen and (min-width:641px) and (max-width:1007px) {
    .OrderAddresses {
        max-width: none;
        width: 100%
    }
}

@media screen and (min-width:641px) {
    .AddressList .Grid__Cell {
        margin-bottom: 60px
    }
}

.AccountTable th {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 11px);
    padding-bottom: 10px;
    padding-top: 0
}

.AccountTable tfoot {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 14px)
}

.AccountTable tfoot span+span {
    padding-left: 18px
}

.AccountTable .CartItem__PriceList {
    margin-bottom: 0
}

@media screen and (max-width:640px) {
    .AccountTable .CartItem__ImageWrapper {
        min-width: 70px;
        width: 70px
    }
}

.Article__ImageWrapper {
    height: 215px;
    overflow: hidden
}

.Article__Image {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%
}

@supports (--css:variables) {
    .Article__Image {
        height: 100%;
        height: calc(100% + var(--announcement-bar-height, 0px));
        top: 0;
        top: calc(var(--announcement-bar-height, 0px)*-1)
    }
}

.Article__Wrapper {
    background: var(--background);
    margin: 0 auto 90px;
    max-width: 620px;
    padding: 24px 24px 0;
    position: relative
}

.Article__Header {
    margin-bottom: 35px
}

.Article__Meta {
    margin-bottom: 18px
}

.Article__MetaItem+.Article__MetaItem:before {
    background: currentColor;
    border-radius: 100%;
    content: "";
    display: inline-block;
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 10px);
    height: 4px;
    margin: 0 15px;
    position: relative;
    vertical-align: middle;
    width: 4px
}

.Article__Footer {
    margin-top: 45px
}

.Article__ShareButtons {
    margin-top: 42px
}

@media screen and (min-width:641px) {
    .Article__Wrapper {
        margin-bottom: 120px;
        padding: 40px 50px 0
    }
    .Article__ImageWrapper {
        height: 335px
    }
    .Article__ImageWrapper+.Article__Wrapper {
        margin-top: -45px
    }
    .Article__Header {
        margin-bottom: 45px
    }
    .Article__Footer {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: 65px
    }
    .Article__ShareButtons {
        margin-top: 0
    }
}

@media screen and (min-width:1008px) {
    .Article__Wrapper {
        max-width: 780px
    }
    .Article__ImageWrapper {
        height: 450px
    }
    .Article__ImageWrapper+.Article__Wrapper {
        margin-top: -70px
    }
}

@media screen and (min-width:1140px) {
    .Article__ImageWrapper {
        height: 600px
    }
}

.Article__CommentForm {
    margin-top: 40px
}

.Article__CommentFormWrapper,
.Article__Comments {
    margin: 80px 0
}

.Article__Comments .Pagination {
    margin-top: 40px
}

.ArticleComment {
    margin-top: 35px
}

.ArticleComment+.ArticleComment {
    border-top: 1px solid var(--border-color);
    padding-top: 35px
}

.ArticleComment__Body {
    margin-bottom: 18px
}

.ArticleComment__Date {
    margin-left: 15px
}

@media screen and (min-width:641px) {
    .Article__CommentFormWrapper,
    .Article__Comments {
        margin: 105px 0
    }
    .Article__Comments .Pagination {
        margin-top: 80px
    }
}

.ArticleToolbar {
    align-items: center;
    background: var(--secondary-elements-background);
    color: var(--secondary-elements-text-color);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    padding: 15px 30px 16px;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    width: 100%;
    will-change: transform, opacity;
    z-index: 2
}

@supports (--css:variables) {
    .ArticleToolbar {
        top: calc(var(--header-height)*0);
        top: calc(var(--use-sticky-header, 0)*var(--header-height))
    }
}

.ArticleToolbar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.ArticleToolbar .Link:hover {
    color: var(--secondary-elements-text-color)
}

.ArticleToolbar .Text--subdued {
    color: var(--secondary-elements-text-color-light)
}

.ArticleToolbar__ArticleTitle {
    color: var(--secondary-elements-text-color);
    display: inline-flex;
    max-width: 285px;
    overflow: hidden;
    position: relative;
    text-overflow: clip;
    white-space: nowrap;
    width: 285px
}

.ArticleToolbar__ShareList {
    display: inline-block
}

.ArticleToolbar__ShareList .HorizontalList {
    display: inline-block;
    margin-left: 20px
}

.ArticleToolbar__Nav {
    display: inline-block;
    margin-left: 50px
}

.ArticleToolbar__Nav svg {
    color: var(--secondary-elements-text-color)
}

.ArticleToolbar__NavItemSeparator {
    background: rgba(var(--secondary-elements-text-color-rgb), .8);
    content: "";
    display: inline-block;
    height: 12px;
    margin: 0 18px;
    position: relative;
    vertical-align: middle;
    width: 1px
}

.ArticleToolbar__NavItem svg {
    vertical-align: -1px
}

.ArticleToolbar__NavItem--prev svg {
    margin-right: 6px
}

.ArticleToolbar__NavItem--next svg {
    margin-left: 6px
}

@media screen and (min-width:1008px) {
    .ArticleToolbar__ArticleTitle {
        max-width: 400px;
        width: 400px
    }
}

@media screen and (min-width:1140px) {
    .ArticleToolbar {
        padding-left: 50px;
        padding-right: 50px
    }
    .ArticleToolbar__ArticleTitle {
        max-width: 550px;
        width: 550px
    }
    .ArticleToolbar__Nav {
        margin-left: 100px
    }
}

.ArticleNav {
    background: var(--secondary-elements-background);
    color: var(--secondary-elements-text-color);
    padding: 75px 0
}

.ArticleNav .Heading {
    color: inherit
}

.ArticleNav__Item {
    display: block
}

.ArticleNav__Image {
    background-position: 50%;
    background-size: cover;
    height: 350px
}

@media screen and (max-width:640px) {
    .ArticleNav .Grid__Cell+.Grid__Cell {
        margin-top: 50px
    }
}

@media screen and (min-width:641px) {
    .ArticleNav {
        padding: 140px 0
    }
}

.ArticleListWrapper {
    margin: 0 auto 60px;
    max-width: 1260px
}

.ArticleList {
    margin-bottom: -60px
}

.ArticleList .Grid__Cell {
    margin-bottom: 60px
}

.js .features--show-element-staggering .ArticleItem {
    visibility: hidden
}

.ArticleItem__ImageWrapper {
    background-size: cover;
    display: block;
    margin-bottom: 22px;
    overflow: hidden
}

.ArticleItem__Image {
    display: block;
    font-family: "object-fit: cover; object-position: center;";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.features--show-image-zooming .ArticleItem__Image {
    transform: scale(1);
    transition: opacity .3s ease, transform 8s cubic-bezier(.25, .46, .45, .94)
}

.features--show-image-zooming .ArticleList .ImageHero__ImageWrapper {
    transition: transform 8s cubic-bezier(.25, .46, .45, .94)
}

@media (-moz-touch-enabled:0),
(hover:hover) {
    .features--show-image-zooming .ArticleItem:hover .ArticleItem__Image,
    .features--show-image-zooming .ArticleList .ImageHero:hover .ImageHero__ImageWrapper {
        transform: scale(1.2)
    }
}

.ArticleItem__Content {
    margin: 0 8px
}

.ArticleItem__Category {
    display: block;
    margin-bottom: 16px
}

.ArticleItem__Excerpt {
    margin-bottom: 20px
}

@media screen and (min-width:641px) {
    .ArticleList--withFeatured .Grid__Cell:first-child {
        margin-bottom: 40px
    }
    .ArticleItem__Content {
        margin: 0 18px
    }
}

@media screen and (min-width:1008px) {
    .ArticleListWrapper {
        margin-bottom: 100px
    }
    .ArticleList {
        margin-bottom: -100px
    }
    .ArticleList .Grid__Cell {
        margin-bottom: 100px
    }
    .ArticleList--withFeatured .Grid__Cell:first-child {
        margin-bottom: 60px
    }
}

.Blog__RssLink {
    margin-left: 14px;
    vertical-align: baseline
}

.Blog__RssLink svg {
    height: 10px;
    width: 10px
}

.Blog__TagList {
    padding-top: 8px
}

.Blog__TagList .Link.is-active:after {
    background: currentColor;
    content: "";
    display: block;
    height: 1px;
    width: calc(100% - .15em)
}

@media screen and (max-width:640px) {
    .Blog__TagList .HorizontalList__Item {
        margin: 5px 10px
    }
}

@media screen and (min-width:641px) {
    .ArticleList+.Pagination {
        margin-top: 80px
    }
}

@keyframes cartEmptyOpening {
    0% {
        opacity: 0;
        transform: translate(-50%, calc(-50% + 35px))
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%)
    }
}

.Cart__ShippingNotice {
    background: var(--background);
    border-bottom: 1px solid var(--border-color);
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 11px);
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 9px;
    padding-top: 9px;
    position: sticky;
    top: 0;
    z-index: 1
}

@media screen and (min-width:641px) {
    .Cart__ShippingNotice {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 13px)
    }
}

.CartItemWrapper {
    overflow: hidden
}

.CartItem {
    display: table;
    table-layout: fixed;
    width: 100%
}

.CartItem__ImageWrapper,
.CartItem__Info {
    display: table-cell;
    vertical-align: middle
}

.CartItem__ImageWrapper {
    min-width: 90px;
    text-align: center;
    width: 90px
}

.CartItem__Info {
    padding-left: 25px
}

.CartItem__Title {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 11px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.CartItem__DiscountList,
.CartItem__LinePriceList,
.CartItem__Meta {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 9px)
}

.CartItem__PropertyList {
    font-style: italic;
    list-style: none
}

.CartItem__DiscountList {
    list-style: none
}

.CartItem__Discount {
    background: rgba(var(--product-sale-price-color-rgb), .1);
    color: var(--product-sale-price-color);
    display: inline-block;
    margin-top: 6px;
    padding: 4px 8px
}

.CartItem__Discount svg {
    margin-right: 4px;
    vertical-align: text-bottom
}

.CartItem__Discount+.CartItem__Discount,
.CartItem__UnitPriceMeasurement {
    margin-top: 4px
}

.CartItem__Actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px
}

.CartItem__Info .caps {
    margin-bottom: 4px
}

.CartItem__Remove {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 8px)
}

.CartItem__Remove:before {
    background: var(--text-color-light)
}

@media screen and (min-width:641px) {
    .CartItem__ImageWrapper {
        width: 120px
    }
    .CartItem__Title {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 12px)
    }
    .CartItem__LinePriceList,
    .CartItem__Meta {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 11px)
    }
    .CartItem__Remove {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 9px)
    }
    .CartItem__Actions {
        margin-top: 20px
    }
}

.Cart .Drawer__Footer,
.Cart__OffscreenNoteContainer {
    padding: 14px 24px 24px
}

.Cart__OffscreenNoteContainer {
    background: var(--background);
    border-top: 1px solid var(--border-color);
    bottom: 0;
    left: 0;
    position: absolute;
    transform: translateY(100%);
    transition: transform .25s ease-in-out;
    width: 100%;
    z-index: 1
}

.Cart__OffscreenNoteContainer[aria-hidden=false] {
    box-shadow: 1px 0 6px rgba(54, 54, 54, .2);
    transform: translateY(0)
}

.Cart__Note {
    margin-top: 10px
}

.has-note-open[aria-hidden=false] .Drawer__Header,
.has-note-open[aria-hidden=false] .Drawer__Main {
    opacity: .4;
    pointer-events: none;
    transition: opacity .5s ease
}

@supports (padding:max(0px)) {
    .Cart .Drawer__Footer,
    .Cart__OffscreenNoteContainer {
        padding-bottom: max(24px, env(safe-area-inset-bottom, 0px) + 24px)
    }
}

@media screen and (min-width:641px) {
    .Cart .Drawer__Footer,
    .Cart__OffscreenNoteContainer {
        padding: 20px 30px 30px
    }
    .Cart__NoteButton+.Cart__Taxes {
        margin-top: 4px
    }
    @supports (padding:max(0px)) {
        .Cart .Drawer__Footer,
        .Cart__OffscreenNoteContainer {
            padding-bottom: max(30px, env(safe-area-inset-bottom, 0px) + 30px)
        }
    }
}

.Cart--expanded .Cart__Footer {
    border-top: 1px solid var(--border-color);
    padding-top: 25px
}

.Cart--expanded .Cart__Recap {
    text-align: right
}

.Cart--expanded .Cart__Recap,
.Cart--expanded .Cart__Recap .Cart__Checkout {
    margin-top: 16px
}

.Cart--expanded .Cart__Checkout {
    margin-left: auto
}

@media screen and (max-width:640px) {
    .CartItem__Info~.CartItem__Actions,
    .CartItem__Info~.CartItem__LinePriceList {
        display: none
    }
}

@media screen and (min-width:641px) {
    .Cart--expanded .Cart__ItemList {
        border-spacing: 0 30px;
        display: table;
        table-layout: auto;
        width: 100%
    }
    .Cart--expanded .Cart__Head {
        display: table-header-group
    }
    .Cart--expanded .Cart__HeadItem {
        border-bottom: 1px solid var(--border-color);
        display: table-cell;
        padding-bottom: 10px
    }
    .Cart--expanded .CartItem {
        display: table-row
    }
    .Cart--expanded .CartItem__Info {
        max-width: 300px;
        width: 300px
    }
    .Cart--expanded .CartItem__Info>.CartItem__Actions {
        display: none
    }
    .Cart--expanded .CartItem__Info~.CartItem__Actions,
    .Cart--expanded .CartItem__Info~.CartItem__LinePriceList {
        display: table-cell;
        vertical-align: middle
    }
    .Cart--expanded .CartItem__QuantitySelector {
        margin-bottom: 6px
    }
    .Cart--expanded .Cart__Footer {
        display: table;
        table-layout: fixed;
        width: 100%
    }
    .Cart--expanded .Cart__NoteContainer,
    .Cart--expanded .Cart__Recap {
        display: table-cell
    }
    .Cart--expanded .Cart__NoteContainer {
        width: 340px
    }
    .Cart--expanded .Cart__Checkout {
        width: auto
    }
}

@media screen and (min-width:1140px) {
    .Cart--expanded .CartItem__Info {
        max-width: 425px;
        width: 425px
    }
}

/* SEPA Authorization Checkbox Styles */
.sepa-authorization-wrapper--minicart {
    margin-bottom: 10px;
    margin-top: 20px;
}

.sepa-authorization-wrapper--cart {
    margin-top: 10px;
    margin-bottom: 20px;
}

.sepa-authorization-wrapper.highlighted {
    color: red;
}
.sepa-authorization-wrapper.highlighted .sepa-checkbox-icon {
    border-color: red;
}

.sepa-authorization-wrapper label {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    cursor: pointer;
}

.sepa-authorization-wrapper span:not(.sepa-checkbox-icon) {
    font-size: inherit;
    text-align: left;
    line-height: 1.5;
}

.sepa-authorization-wrapper .sepa-checkbox-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    border-radius: 3px;
    border: 1px solid var(--text-color);
    color: var(--text-color);
    margin-top: 4px;
    position: relative;
}

.sepa-authorization-wrapper .sepa-checkbox-icon svg {
    height: 10px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.sepa-authorization-wrapper .sepa-checkbox-icon.active svg {
    display: block;
}

.juo-sepa-authorization-wrapper {
    position: relative;
}

.juo-sepa-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.juo-sepa-overlay.disabled {
    display: none;
    pointer-events: none;
}

/* Disabled checkout button styles */
.sepa-checkout-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.Shipping {
    flex-direction: row;
    font-weight: 600;
    justify-content: space-between;
    margin-bottom: 4px
}

.ShippingEstimator__Results {
    height: 0;
    overflow: hidden;
    transition: height .25s ease-in-out
}

.ShippingEstimator__Error,
.ShippingEstimator__ResultsInner {
    margin-top: 32px
}

.ShippingEstimator__Results p {
    margin-bottom: .5em
}

@media screen and (max-width:640px) {
    .ShippingEstimator__Submit {
        width: 100%
    }
    .ShippingEstimator__Country,
    .ShippingEstimator__Province,
    .ShippingEstimator__Zip {
        margin-bottom: 20px
    }
}

@media screen and (min-width:641px) {
    .ShippingEstimator__Form {
        display: flex
    }
    .ShippingEstimator__Form>:not(:first-child) {
        margin-left: 20px
    }
    .ShippingEstimator__Country,
    .ShippingEstimator__Province {
        margin-bottom: 0
    }
    .ShippingEstimator__Zip {
        margin-bottom: 0;
        max-width: 130px
    }
}

.CollectionList:after {
    content: "flickity";
    display: none
}

.CollectionItem {
    display: block
}

.CollectionItem__Wrapper {
    background-position: 50%;
    background-size: cover;
    height: 500px;
    overflow: hidden;
    position: relative
}

.CollectionItem__Wrapper--small {
    height: 450px
}

.CollectionItem__Wrapper--large {
    height: 550px
}

.CollectionItem__ImageWrapper {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%
}

.features--show-image-zooming .CollectionItem__ImageWrapper {
    transform: scale(1);
    transition: transform 8s cubic-bezier(.25, .46, .45, .94)
}

.CollectionItem__Image {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.CollectionItem__Content {
    left: 50%;
    margin-bottom: 0!important;
    padding: 0 24px;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.CollectionItem__Content--bottomCenter,
.CollectionItem__Content--middleCenter {
    text-align: center
}

.CollectionItem__Content--bottomRight,
.CollectionItem__Content--middleRight {
    text-align: right
}

.CollectionItem__Content--bottomCenter,
.CollectionItem__Content--bottomLeft,
.CollectionItem__Content--bottomRight {
    bottom: 24px;
    left: 0;
    top: auto;
    transform: none
}

@media (-moz-touch-enabled:0),
(hover:hover) {
    .features--show-image-zooming .CollectionItem:hover .CollectionItem__ImageWrapper {
        transform: scale(1.2)
    }
}

@media screen and (max-width:640px) {
    .CollectionList--grid {
        margin: 12px
    }
    .CollectionList--grid .CollectionItem {
        padding: 12px
    }
    .CollectionList:not(.CollectionList--grid) .CollectionItem__Content--bottomCenter,
    .CollectionList:not(.CollectionList--grid) .CollectionItem__Content--bottomLeft,
    .CollectionList:not(.CollectionList--grid) .CollectionItem__Content--bottomRight {
        bottom: 70px
    }
}

@media screen and (min-width:641px) {
    .CollectionList {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0
    }
    .CollectionList:after {
        content: ""
    }
    .CollectionList--spaced {
        margin: 15px
    }
    .CollectionList--spaced .CollectionItem {
        padding: 15px
    }
    .CollectionItem {
        display: block!important;
        flex: 0 1 0;
        min-width: 50%
    }
    .CollectionItem--expand {
        flex-grow: 1
    }
    .CollectionItem__Content {
        padding: 0 40px
    }
    .CollectionItem__Content--bottomCenter,
    .CollectionItem__Content--bottomLeft,
    .CollectionItem__Content--bottomRight {
        bottom: 40px
    }
}

@media screen and (min-width:1140px) {
    .CollectionItem {
        min-width: 33.33333%
    }
    .CollectionItem__Wrapper {
        height: 600px
    }
    .CollectionItem__Wrapper--small {
        height: 500px
    }
    .CollectionItem__Wrapper--large {
        height: 700px
    }
    .CollectionItem__Content {
        padding: 0 50px
    }
    .CollectionItem__Content--bottomCenter,
    .CollectionItem__Content--bottomLeft,
    .CollectionItem__Content--bottomRight {
        bottom: 50px
    }
}

.CollectionToolbar {
    background: var(--background);
    box-shadow: 1px 1px var(--border-color), -1px -1px var(--border-color);
    display: flex;
    justify-content: space-between;
    position: sticky;
    width: 100%;
    z-index: 2
}

.CollectionToolbar--top {
    top: var(--header-base-height)
}

@supports (--css:variables) {
    .CollectionToolbar--top {
        top: calc(var(--header-height)*0);
        top: calc(var(--header-height)*var(--use-sticky-header, 0))
    }
}

.supports-sticky .CollectionToolbar--bottom {
    bottom: 0
}

.CollectionToolbar__Group {
    display: flex;
    flex: 1 0 auto
}

.CollectionToolbar__Item {
    border-left: 1px solid var(--border-color);
    cursor: pointer;
    flex: 1 0 auto;
    padding: 13px 0;
    text-align: center;
    transition: background .2s ease-in-out;
    vertical-align: middle
}

.CollectionToolbar__Item--sort .Icon--select-arrow {
    height: 6px;
    margin-left: 2px;
    pointer-events: none
}

.CollectionToolbar__Item--layout {
    cursor: auto;
    flex: none;
    line-height: 1;
    width: 95px
}

.CollectionToolbar__LayoutType {
    margin: 0 6px;
    opacity: .2;
    transition: opacity .25s ease-in-out
}

.CollectionToolbar__LayoutType svg {
    height: 18px;
    width: 18px
}

.CollectionToolbar__LayoutType.is-active {
    opacity: 1
}

@media screen and (max-width:640px) {
    .CollectionToolbar__Item:first-child {
        border-left: none
    }
}

@media screen and (min-width:641px) {
    .CollectionToolbar--reverse,
    .CollectionToolbar__Group {
        flex-direction: row-reverse
    }
    .CollectionToolbar__Group {
        flex: none
    }
    .CollectionToolbar__Item {
        padding: 18px 0
    }
    .CollectionToolbar__Group .CollectionToolbar__Item {
        padding-left: 45px;
        padding-right: 45px
    }
    .CollectionToolbar__Item--layout {
        border-left: none;
        border-right: 1px solid var(--border-color);
        white-space: nowrap;
        width: 115px
    }
}

.CollectionFilters .Collapsible:first-child {
    border-top: none
}

.CollectionFilters__ClearButton {
    margin-top: 24px
}

.BooleanFilter {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media screen and (min-width:641px) {
    .CollectionFilters .Drawer__Main {
        padding-top: 35px
    }
}

.ProductItem {
    text-align: center;
    white-space: normal
}

.js .features--show-element-staggering .ProductList--grid .ProductItem {
    visibility: hidden
}

.ProductItem__Wrapper {
    position: relative
}

.ProductItem__ImageWrapper {
    display: block
}

.ProductItem__Image--alternate {
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0!important;
    position: absolute;
    top: 0
}

.ProductItem__LabelList {
    left: 10px;
    position: absolute;
    text-align: left;
    top: 6px
}

.ProductItem__Label {
    background: var(--background);
    display: block;
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 9px);
    margin: 4px 0;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 2px 6px
}

.ProductItem__Info {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 12px);
    margin-top: 20px
}

.features--heading-uppercase .ProductItem__Info {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 11px)
}

.ProductItem__Info--left {
    text-align: left
}

.ProductItem__Info--right {
    text-align: right
}

.ProductItem__Rating {
    margin-bottom: 4px;
    margin-top: 4px
}

.ProductItem__Title,
.ProductItem__Vendor {
    display: block;
    margin-bottom: 4px
}

.ProductItem__ColorSwatchList {
    margin-top: 15px
}

.ProductItem__ColorSwatchItem {
    display: inline-block;
    margin: 0 5px
}

.ProductItem__ColorSwatchList+.ProductItem__PriceList {
    margin-top: 12px
}

.ProductItem__UnitPriceMeasurement {
    margin-top: 4px
}

@media (-moz-touch-enabled:0),
(hover:hover) {
    .features--show-price-on-hover .ProductItem__PriceList--showOnHover {
        opacity: 0;
        transform: translateY(10px);
        transition: all .35s ease-in-out
    }
    .features--show-price-on-hover .ProductItem:hover .ProductItem__PriceList--showOnHover {
        opacity: 1;
        transform: translateY(0)
    }
    .ProductItem__ImageWrapper--withAlternateImage:hover .ProductItem__Image {
        opacity: 0!important
    }
    .ProductItem__ImageWrapper--withAlternateImage:hover .ProductItem__Image--alternate {
        opacity: 1!important
    }
}

@media (-moz-touch-enabled:1),
(hover:none) {
    .ProductItem__Image--alternate {
        display: none
    }
}

@media screen and (max-width:640px) {
    .ProductItem__Rating .rating__star {
        height: 10px;
        width: 10px
    }
    .ProductItem__Rating .rating__caption {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 9px)
    }
}

@media screen and (min-width:641px) {
    .ProductItem__Label {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 11px)
    }
    .ProductItem__Info {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 13px)
    }
    .features--heading-uppercase .ProductItem__Info {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 12px)
    }
}

@media screen and (min-width:1008px) {
    .ProductItem--horizontal {
        justify-content: space-between
    }
    .ProductItem--horizontal,
    .ProductItem--horizontal .ProductItem__Wrapper {
        align-items: center;
        display: flex
    }
    .ProductItem--horizontal .ProductItem__ImageWrapper {
        min-width: 100px
    }
    .ProductItem--horizontal .ProductItem__Info {
        margin: 0 30px 0 40px;
        text-align: left
    }
    .ProductItem--horizontal .ProductItem__ViewButton {
        flex-shrink: 0
    }
}

.CollectionInner {
    margin-top: 24px
}

.ProductList--grid {
    padding: 0 12px
}

@media screen and (max-width:640px) {
    .ProductList--grid {
        margin-left: -10px
    }
    .ProductList--removeMargin {
        margin-bottom: -35px!important
    }
    .ProductList--grid>.Grid__Cell {
        margin-bottom: 35px;
        padding-left: 10px
    }
}

@media screen and (min-width:641px) {
    .CollectionInner {
        margin-top: 50px
    }
    .ProductList--grid {
        margin-left: -24px;
        padding: 0 24px
    }
    .ProductList--removeMargin {
        margin-bottom: -50px!important
    }
    .ProductList--grid>.Grid__Cell {
        margin-bottom: 50px;
        padding-left: 24px
    }
}

@media screen and (min-width:1008px) {
    .CollectionInner {
        display: flex
    }
    .CollectionInner__Sidebar {
        align-self: flex-start;
        flex: none;
        margin: 0 16px 0 24px;
        padding-bottom: 50px;
        position: sticky;
        top: 200px;
        width: 240px
    }
    @supports (--css:variables) {
        .CollectionInner__Sidebar {
            top: calc(var(--header-height) + 50px)
        }
        .CollectionInner__Sidebar--withTopToolbar {
            top: calc(var(--header-height)*0 + 105px);
            top: calc(var(--header-height)*var(--use-sticky-header, 0) + 105px)
        }
    }
    .CollectionInner__Products {
        flex: 1 0 0
    }
    .CollectionInner__Sidebar .Collapsible {
        padding: 0
    }
}

@media screen and (min-width:1140px) {
    .CollectionInner__Sidebar {
        margin-left: 50px;
        margin-right: 10px
    }
    .CollectionInner .Pagination {
        margin-bottom: 80px
    }
    .ProductList--grid {
        padding: 0 50px
    }
    .ProductList--grid[data-desktop-count="2"] {
        margin-left: calc(var(--horizontal-spacing-two-products-per-row)*-1)
    }
    .ProductList--grid[data-desktop-count="2"]>.Grid__Cell {
        margin-bottom: var(--vertical-spacing-two-products-per-row);
        padding-left: var(--horizontal-spacing-two-products-per-row)
    }
    .ProductList--removeMargin[data-desktop-count="2"] {
        margin-bottom: calc(var(--vertical-spacing-two-products-per-row)*-1)!important
    }
    .ProductList--grid[data-desktop-count="3"],
    .ProductList--grid[data-desktop-count="4"] {
        margin-left: calc(var(--horizontal-spacing-four-products-per-row)*-1)
    }
    .ProductList--grid[data-desktop-count="3"]>.Grid__Cell,
    .ProductList--grid[data-desktop-count="4"]>.Grid__Cell {
        margin-bottom: var(--vertical-spacing-four-products-per-row);
        padding-left: var(--horizontal-spacing-four-products-per-row)
    }
    .ProductList--removeMargin[data-desktop-count="3"],
    .ProductList--removeMargin[data-desktop-count="4"] {
        margin-bottom: calc(var(--vertical-spacing-four-products-per-row)*-1)!important
    }
}

.ProductList--carousel .Carousel__Cell {
    padding: 0 12px;
    vertical-align: top;
    width: 62%
}

@media screen and (max-width:640px) {
    .template-collection .ProductList--grid,
    .template-search .ProductList--grid {
        margin-bottom: 20px
    }
}

@media screen and (max-width:1007px) {
    .ProductListWrapper {
        overflow: hidden
    }
    .ProductList--carousel {
        -webkit-overflow-scrolling: touch;
        margin-bottom: -30px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 30px;
        white-space: nowrap
    }
    .ProductList--carousel .Carousel__Cell {
        display: inline-block!important
    }
    .ProductList--carousel .Carousel__Cell:first-child {
        margin-left: 19%
    }
    .ProductList--carousel .Carousel__Cell:last-child {
        margin-right: 19%
    }
}

@media screen and (min-width:641px) and (max-width:1007px) {
    .ProductList--carousel .Carousel__Cell {
        padding: 0 15px;
        width: 48%
    }
    .ProductList--carousel .Carousel__Cell:first-child {
        margin-left: 26%
    }
    .ProductList--carousel .Carousel__Cell:last-child {
        margin-right: 26%
    }
}

@media screen and (min-width:1008px) {
    .ProductList--carousel {
        margin: 0 90px
    }
    .ProductList--carousel:after {
        content: "flickity";
        display: none
    }
    .ProductList--carousel .Carousel__Cell {
        left: 0;
        margin-left: 0;
        padding: 0 calc(var(--horizontal-spacing-four-products-per-row)/2);
        width: 33.3333%
    }
    .ProductList--carousel .flickity-prev-next-button {
        stroke-width: 1px;
        height: 45px;
        top: calc(50% - 45px);
        width: 45px
    }
    .ProductList--carousel .flickity-prev-next-button.next {
        right: -50px
    }
    .ProductList--carousel .flickity-prev-next-button.previous {
        left: -50px
    }
}

@media screen and (min-width:1140px) {
    .ProductList--carousel .Carousel__Cell {
        width: 25%
    }
}

.ProductList--shopNow {
    position: static
}

.ProductList--shopNow .Carousel__Cell {
    padding: 0 60px
}

@media screen and (max-width:640px) {
    .ShopNowGrid .FeaturedQuote {
        margin: 50px -24px -90px
    }
}

@media screen and (min-width:641px) and (max-width:1007px) {
    .ShopNowGrid .FeaturedQuote {
        margin: 60px -50px -90px
    }
}

@media screen and (min-width:641px) {
    .ProductList--shopNow {
        overflow: hidden;
        padding: 0 50px
    }
    .ProductList--shopNow .flickity-viewport {
        overflow: visible
    }
    .ProductList--shopNow .Carousel__Cell {
        padding: 0 50px;
        width: 50%
    }
}

@media screen and (min-width:1008px) {
    .ProductList--shopNow[data-desktop-count="3"] .Carousel__Cell {
        width: 33.333333%
    }
    .ShopNowGrid {
        display: flex
    }
    .ShopNowGrid .FeaturedQuote {
        height: 100%
    }
}

.Product {
    margin: 0 auto 50px;
    max-width: 1330px;
    position: relative
}

.Product--fill {
    max-width: none
}

@media screen and (min-width:641px) {
    .Product {
        margin-bottom: 80px
    }
}

@media screen and (min-width:1008px) {
    .Product__Wrapper {
        margin-left: 0;
        max-width: calc(100% - 525px)
    }
}

@media screen and (min-width:1140px) {
    .Product__Wrapper {
        max-width: calc(100% - 550px)
    }
    .Product--small .Product__Slideshow {
        max-width: 400px
    }
    .Product--medium .Product__Slideshow {
        max-width: 550px
    }
}

@media screen and (min-width:1500px) {
    .Product__Wrapper {
        max-width: calc(100% - 500px)
    }
}

.Product__Gallery {
    margin-bottom: 28px;
    position: relative
}

.Product__ViewInSpace {
    background: rgba(var(--text-color-rgb), .08)
}

.Product__ViewInSpace[data-shopify-xr-hidden] {
    visibility: hidden
}

@media screen and (min-width:1008px) {
    .Product__ViewInSpace[data-shopify-xr] {
        display: none
    }
}

.Product__ViewInSpace svg {
    height: 16px;
    margin: -1px 12px 0 0;
    vertical-align: middle;
    width: 16px
}

.Product__Slideshow:after {
    content: "flickity";
    display: none
}

.Product__SlideItem {
    position: relative
}

.Product__SlideItem--hidden,
.Product__Slideshow.flickity-enabled .Product__SlideItem:not(.is-selected) .plyr__control {
    visibility: hidden
}

.Product__Video {
    background: #000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.Product__SlideshowNav {
    display: none
}

.Product__SlideshowNavBadge {
    pointer-events: none;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 1
}

.Product__SlideshowNavBadge svg {
    display: block;
    height: 20px;
    width: 20px
}

.Product__SlideshowMobileNav {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 20px 24px 0
}

.Product__SlideshowMobileNav .flickity-page-dots {
    display: inline-block;
    margin-top: 0;
    width: auto
}

.Product__SlideshowMobileNav .dot {
    vertical-align: middle
}

.Product__SlideshowNavArrow {
    position: relative
}

.Product__SlideshowNavArrow:before {
    bottom: -18px;
    content: "";
    left: -18px;
    position: absolute;
    right: -18px;
    top: -18px;
    transform: translateZ(0)
}

.Product__SlideshowNavArrow svg {
    display: block;
    height: 9px;
    width: 6px
}

.Product__SlideshowNavArrow--previous {
    margin-right: 24px
}

.Product__SlideshowNavArrow--next {
    margin-left: 24px
}

@media screen and (min-width:641px) {
    .Product__Gallery {
        margin-bottom: 65px
    }
}

@media screen and (min-width:1008px) {
    .Product__Gallery {
        margin-left: 50px;
        margin-top: 50px
    }
    .Product__SlideshowNav--dots {
        display: block
    }
    .Product__SlideItem {
        display: block!important
    }
    .Product__Slideshow--zoomable .Product__SlideItem--image {
        cursor: var(--cursor-zoom-in-svg) 18 18, zoom-in;
        cursor: -webkit-image-set(var(--cursor-zoom-in-svg) 1x, var(--cursor-zoom-in-2x-svg) 2x), zoom-in
    }
    .Product__SlideshowNav--dots .Product__SlideshowNavScroller {
        position: sticky;
        top: 50%;
        transform: translateY(-50%)
    }
    @supports (--css:variables) {
        .Product__SlideshowNav--dots .Product__SlideshowNavScroller {
            top: calc(50% + var(--header-height)/2)
        }
    }
    .Product__SlideshowNavDot {
        background: transparent;
        border: 2px solid var(--border-color);
        border-radius: 100%;
        display: block;
        height: 10px;
        transition: all .2s ease-in-out;
        width: 10px
    }
    .Product__SlideshowNavDot:not(:last-child) {
        margin-bottom: 12px
    }
    .Product__SlideshowNavDot.is-selected {
        background: var(--heading-color);
        border-color: var(--heading-color)
    }
    .Product__SlideshowNavImage {
        border: 1px solid transparent;
        cursor: pointer;
        display: block;
        position: relative;
        transition: all .2s ease-in-out
    }
    .Product__SlideshowNavImage:not(:last-child) {
        margin-bottom: 18px
    }
    .Product__SlideshowNavImage.is-selected {
        border-color: var(--heading-color)
    }
    .Product__SlideshowNavPlay {
        color: #fff;
        filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .2));
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%)
    }
    .Product__SlideshowNavPlay svg {
        height: 30px;
        transition: transform .2s ease-in-out;
        width: 30px
    }
    .Product__Gallery--stack .Product__SlideshowNav {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1
    }
    .Product__Gallery--stack .Product__SlideshowNav--dots {
        left: -30px
    }
    .Product__Gallery--stack .Product__Slideshow:after {
        content: ""
    }
    .Product__Gallery--stack .Product__Slideshow .Image--fadeIn {
        opacity: 0;
        transform: translateY(50px);
        transition: transform 1.2s cubic-bezier(.25, .46, .45, .94), opacity 1.2s cubic-bezier(.25, .46, .45, .94)
    }
    .Product__Gallery--stack .Product__Slideshow .Image--lazyLoaded.Image--fadeIn {
        opacity: 1;
        transform: translateY(0)
    }
    .Product__Gallery--stack .Product__SlideItem {
        margin-bottom: 30px;
        opacity: 1!important;
        visibility: visible!important
    }
    .Product__Gallery--stack .Product__SlideItem:last-child {
        margin-bottom: 0
    }
    .Product__Gallery--stack .Product__SlideshowNav--thumbnails {
        margin-bottom: -50px;
        padding: 0 0 50px;
        position: sticky;
        top: var(--header-base-height);
        width: 70px
    }
    @supports (--css:variables) {
        .Product__Gallery--stack .Product__SlideshowNav--thumbnails {
            top: calc(var(--header-height) + 25px)
        }
    }
}

@media screen and (min-width:1140px) {
    .Product__Gallery {
        margin-bottom: 80px
    }
    .Product__Slideshow {
        margin-left: auto;
        margin-right: auto
    }
    .Product__Gallery--withThumbnails .Product__SlideshowNav--dots {
        display: none
    }
    .Product__Gallery--withThumbnails .Product__SlideshowNav--thumbnails {
        display: block
    }
    .Product__Gallery--stack.Product__Gallery--withThumbnails {
        display: flex
    }
    .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__Slideshow,
    .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__SlideshowNav {
        flex: 1 0 auto
    }
    .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__SlideshowNav {
        flex-grow: 0
    }
    .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__Slideshow {
        padding-left: 50px
    }
    .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNav {
        margin: 10px -10px -10px;
        text-align: center
    }
    .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage {
        display: inline-block;
        margin: 10px;
        vertical-align: top;
        width: 70px
    }
    .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .flickity-page-dots {
        display: none
    }
}

.Product__Aside,
.Product__Info {
    margin: 0 auto;
    max-width: 500px
}

.Product__Info--noGallery {
    padding-top: 24px
}

@media screen and (min-width:641px) {
    .Product__Info .Container {
        padding-left: 0;
        padding-right: 0
    }
    .Product__Aside .Section {
        margin: 0 auto;
        max-width: 630px
    }
}

@media screen and (min-width:1008px) {
    .Product__InfoWrapper {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0
    }
    .Product__Info {
        margin: 0 100px -40px 50px;
        padding-bottom: 40px;
        padding-top: 0;
        position: sticky;
        right: 0;
        top: var(--header-base-height);
        width: 375px
    }
    @supports (--css:variables) {
        .Product__Info {
            top: calc(var(--header-height) + 25px)
        }
    }
    .Product__Aside {
        max-width: 820px;
        padding-left: 50px
    }
    .Product__Aside .SectionHeader {
        margin-bottom: 30px
    }
}

@media screen and (min-width:1140px) {
    .Product__Info {
        width: 400px
    }
}

@media screen and (min-width:1500px) {
    .Product__Info {
        margin-right: 50px
    }
}

@keyframes shareItemAnimation {
    0% {
        transform: translateY(0)
    }
    25% {
        opacity: 0;
        transform: translateY(100%)
    }
    50% {
        opacity: 0;
        transform: translateY(-100%)
    }
    75% {
        opacity: 1;
        transform: translateY(0)
    }
}

.Product__ActionList {
    opacity: 1;
    position: absolute;
    right: 25px;
    top: 30px;
    transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
    visibility: visible;
    z-index: 1
}

.Product__ActionList.is-hidden {
    opacity: 0;
    visibility: hidden
}

.Product__ActionItem {
    display: block;
    position: relative
}

.Product__ActionItem+.Product__ActionItem {
    margin-top: 15px
}

.Product__ShareList {
    color: var(--text-color);
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden
}

.Product__ActionItem .Icon--share {
    margin-left: -1px
}

.Product__ShareItem {
    background: var(--light-background);
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(54, 54, 54, .15);
    display: block;
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 13px);
    margin: 15px 0 15px auto;
    opacity: 0;
    padding: 7px 15px 7px 17px;
    transition: all .45s cubic-bezier(.645, .045, .355, 1) .2s;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content
}

.Product__ShareItem:active,
.Product__ShareItem:focus {
    background: var(--text-color);
    color: var(--light-background);
    outline: none
}

.Product__ShareItem:nth-child(2) {
    transition-delay: .1s
}

.Product__ShareItem:nth-child(3) {
    transition-delay: 0s
}

.Product__ShareItem svg {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 14px);
    margin-right: 12px;
    transform: translateZ(0);
    vertical-align: sub
}

.Product__ShareItem:hover svg {
    animation: shareItemAnimation .5s ease-in-out forwards
}

.Product__ShareList[aria-hidden=false] {
    visibility: visible
}

.Product__ShareList[aria-hidden=false] .Product__ShareItem {
    opacity: 1;
    transition-delay: 0s
}

.Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(2) {
    transition-delay: .1s
}

.Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(3) {
    transition-delay: .2s
}

@media screen and (min-width:1008px) {
    .Product__ShareList {
        bottom: 100%;
        top: auto
    }
    .Product__ShareItem {
        transition-delay: 0s
    }
    .Product__ShareItem:nth-child(3),
    .Product__ShareList[aria-hidden=false] .Product__ShareItem {
        transition-delay: .2s
    }
    .Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(3) {
        transition-delay: 0s
    }
}

.ProductMeta {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 24px;
    padding-bottom: 24px;
    text-align: center
}

.ProductMeta__ImageWrapper {
    display: block;
    margin-bottom: 32px
}

.ProductMeta__Vendor {
    margin-bottom: 20px
}

.ProductMeta__Title {
    margin-bottom: 0
}

.ProductMeta__PriceList {
    margin-top: 15px
}

.ProductMeta__Price.Price--compareAt {
    margin-left: 30px
}

.ProductMeta__UnitPriceMeasurement {
    margin-top: 5px
}

shopify-payment-terms {
    display: block;
    margin-top: 12px;
    text-align: left
}

.ProductMeta__TaxNotice {
    margin-top: 5px
}

.ProductMeta__Description,
.ProductMeta__Text {
    margin: 24px 0;
    text-align: left
}

.ProductMeta__Rating {
    margin-top: 4px
}

.ProductMeta__ShareButtons {
    align-items: center;
    display: flex;
    margin: 24px 0
}

.ProductMeta__ShareTitle {
    margin-right: 6px
}

.ProductMeta__ShareList {
    font-size: 0
}

.ProductMeta__ShareItem {
    display: inline-block;
    margin: 0 7px
}

.ProductMeta__ShareItem svg {
    display: block;
    height: 12px;
    opacity: .6;
    transition: opacity .2s ease-in-out;
    width: 12px
}

.ProductMeta__ShareItem:hover svg {
    opacity: 1
}

.ProductForm~.ProductMeta__Description {
    border-top: none;
    padding-top: 0
}

.ProductForm~.ProductMeta__Description .ProductMeta__ShareButtons {
    margin-bottom: 2px
}

.Product__QuickNav {
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
    margin-top: 40px;
    position: relative
}

.Product__QuickNav a {
    backface-visibility: hidden;
    display: block;
    padding: 11px 16px;
    transform: rotateX(0deg)
}

.Product__QuickNav a:last-child {
    left: 0;
    position: absolute;
    top: 0;
    transform: rotateX(180deg);
    width: 100%
}

.Product__QuickNav svg {
    height: 10px;
    position: absolute;
    right: 18px;
    top: calc(50% - 5px);
    width: 8px
}

.Product__QuickNavWrapper {
    transform-style: preserve-3d;
    transition: .6s
}

.Product__QuickNav.is-flipped .Product__QuickNavWrapper {
    transform: rotateX(180deg)
}

@media screen and (min-width:1008px) {
    .ProductMeta {
        text-align: left
    }
}

.ProductForm__Variants {
    margin-bottom: 24px;
    margin-top: 24px
}

.ProductForm__Option {
    margin-bottom: 10px;
    position: relative
}

.ProductForm__Option--labelled {
    margin-bottom: 20px
}

.no-js .ProductForm__Option:not(.no-js) {
    display: none
}

.ProductForm__Item {
    border: 1px solid var(--border-color);
    cursor: pointer;
    padding: 10px 28px 10px 14px;
    position: relative;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.ProductForm__Item .Icon--select-arrow {
    height: 10px;
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    width: 10px
}

.ProductForm__Label {
    display: block;
    margin-bottom: 8px
}

.ProductForm__LabelLink {
    float: right;
    text-decoration: underline;
    text-underline-position: under
}

.ProductForm__SelectedValue {
    display: inline-block;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap
}

.ProductForm__OptionCount {
    float: right;
    margin-right: 14px
}

.ProductForm__Inventory {
    font-style: italic
}

.ProductForm__Inventory,
.ProductForm__QuantitySelector {
    margin-bottom: 24px;
    margin-top: 24px
}

.ProductForm__Error {
    margin-top: 10px;
    text-align: center
}

.ProductForm__AddToCart {
    align-items: center;
    display: flex;
    justify-content: center
}

.Product__FeatureImageWrapper {
    background-size: cover;
    overflow: hidden
}

.Product__FeatureImage {
    background-position: 50%;
    background-size: cover;
    height: 415px
}

@media screen and (min-width:641px) {
    .Product__FeatureImage {
        height: 500px
    }
}

@media screen and (min-width:1140px) {
    .Product__FeatureImage {
        height: 600px
    }
    .Product__FeatureImage--small {
        height: 500px
    }
    .Product__FeatureImage--large {
        height: 700px
    }
}

.Product__Tabs {
    margin: 50px 0
}

@media screen and (max-width:640px) {
    .Product__Tabs .Collapsible__Content {
        padding-bottom: 28px;
        padding-top: 6px
    }
}

@media screen and (max-width:1007px) {
    .Product__Tabs .Collapsible {
        padding: 0 24px
    }
}

@media screen and (min-width:1008px) {
    .Product__Tabs {
        margin: 80px 0
    }
    .Product__Tabs .Collapsible__Content {
        padding-right: 80px
    }
}

@keyframes variantSelectorInfoOpeningAnimation {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }
    50% {
        opacity: 0;
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes variantSelectorInfoClosingAnimation {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(-10px)
    }
}

.VariantSelector {
    background: var(--background);
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(54, 54, 54, .2);
    left: 0;
    padding: 24px 0;
    position: fixed;
    transform: translateY(100%);
    transition: transform .4s cubic-bezier(.645, .045, .355, 1), visibility .4s cubic-bezier(.645, .045, .355, 1);
    visibility: hidden;
    width: 100%;
    z-index: 10
}

.VariantSelector[aria-hidden=false] {
    transform: translateY(0);
    visibility: visible
}

.VariantSelector__Item {
    padding: 0 10px;
    width: 60%
}

.VariantSelector__Info {
    margin: 48px 24px 0;
    position: relative
}

.VariantSelector__ImageWrapper[aria-hidden=true] {
    display: none
}

.VariantSelector__ChoiceList {
    margin-bottom: 34px
}

.VariantSelector__Choice {
    animation: variantSelectorInfoClosingAnimation .15s ease-in-out forwards;
    display: table;
    table-layout: fixed;
    width: 100%
}

.VariantSelector__Choice.is-selected {
    animation: variantSelectorInfoOpeningAnimation .3s ease-in-out forwards
}

.VariantSelector__Choice:not(:first-child) {
    left: 0;
    position: absolute;
    top: 0
}

.VariantSelector__ChoiceColor,
.VariantSelector__ChoicePrice {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50%
}

.VariantSelector__ChoiceColor {
    border-right: 1px solid var(--border-color)
}

.VariantSelector__ColorSwatch {
    background-size: cover;
    display: inline-block;
    height: 16px;
    margin-right: 15px;
    vertical-align: sub;
    width: 16px
}

.VariantSelector__ColorSwatch--white {
    outline: 1px solid var(--border-color)
}

.VariantSelector__ChoicePrice {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 11px)
}

@media screen and (max-width:640px) {
    .VariantSelector .flickity-prev-next-button {
        display: none
    }
}

@media screen and (min-width:641px) {
    .VariantSelector {
        bottom: auto;
        left: 50%;
        max-height: 100%;
        max-width: 800px;
        opacity: 0;
        overflow: auto;
        padding-bottom: 34px;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all .3s ease-in-out;
        width: 80%
    }
    .VariantSelector[aria-hidden=false] {
        opacity: 1;
        transform: translate(-50%, -50%)
    }
    .VariantSelector__Item {
        padding: 0 25px;
        width: 46%
    }
    .VariantSelector .flickity-prev-next-button.next {
        right: 20px;
        top: calc(50% - 45px)
    }
    .VariantSelector .flickity-prev-next-button.previous {
        left: 20px;
        top: calc(50% - 45px)
    }
    .VariantSelector__Info {
        margin-left: auto;
        margin-right: auto;
        max-width: 350px
    }
    .VariantSelector__ChoicePrice {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 13px)
    }
}

@media (min-width:800px) and (max-height:950px) {
    .VariantSelector__ImageWrapper {
        max-width: 290px!important
    }
}

.Faq__Section {
    margin-bottom: 20px
}

.Faq__Section~.Faq__Section {
    margin-top: 34px
}

.Faq__Item {
    margin: 14px 0;
    position: relative
}

.Faq__Icon {
    color: var(--text-color-light);
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-in-out
}

.Faq__Icon svg {
    height: 10px;
    vertical-align: baseline;
    width: 8px
}

.Faq__Item[aria-expanded=true] .Faq__Icon {
    color: var(--heading-color);
    transform: rotate(90deg)
}

.Faq__ItemWrapper {
    padding-left: 26px
}

.Faq__Question {
    display: block;
    margin-bottom: 0;
    text-align: left;
    width: 100%
}

.Faq__AnswerWrapper {
    height: 0;
    overflow: hidden;
    transition: height .25s ease-in-out, visibility 0s ease-in-out .25s;
    visibility: hidden
}

.Faq__Item[aria-expanded=true] .Faq__AnswerWrapper {
    transition: height .25s ease-in-out;
    visibility: visible
}

.Faq__Answer {
    padding: 16px 0 22px
}

.Faq__Item--lastOfSection .Faq__Answer {
    padding-bottom: 0
}

.FaqSummary {
    list-style: none;
    margin: 0;
    padding: 0
}

.FaqSummary__Item {
    margin-bottom: 12px
}

.FaqSummary__Item.is-active:after {
    width: 100%
}

.FaqSummary__Link {
    display: block
}

.FaqSummary__LinkLabel {
    display: inline-block;
    position: relative
}

.FaqSummary__LinkLabel:after {
    background: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .2s linear;
    width: 100%
}

.FaqSummary__Item.is-active .FaqSummary__LinkLabel:after {
    transform: scale(1)
}

@media screen and (min-width:641px) {
    .Faq__Section {
        margin-bottom: 34px
    }
    .Faq__Section~.Faq__Section {
        margin-top: 60px
    }
}

.FeatureText {
    text-align: center
}

.FeatureText__ContentWrapper {
    padding-left: 24px;
    padding-right: 24px
}

.FeatureText__ImageWrapper {
    overflow: hidden
}

.FeatureText--withImage .FeatureText__ContentWrapper {
    padding-bottom: 20px;
    padding-top: 50px
}

.FeatureText .SectionHeader__Description {
    margin-bottom: 20px;
    margin-top: 25px
}

@media screen and (max-width:640px) {
    .FeatureText--imageLeft {
        display: flex;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:641px) {
    .FeatureText__Content {
        margin: 0 auto;
        max-width: 430px
    }
    .FeatureText--withImage {
        display: table;
        table-layout: fixed;
        text-align: left;
        width: 100%
    }
    .FeatureText--withImage .FeatureText__ContentWrapper,
    .FeatureText--withImage .FeatureText__ImageWrapper {
        display: table-cell;
        vertical-align: middle;
        width: 50%
    }
    .FeatureText--withImage .FeatureText__ContentWrapper {
        padding: 50px
    }
    .FeatureText--imageRight .FeatureText__ContentWrapper {
        padding-right: 40px
    }
    .FeatureText--imageRight .AspectRatio,
    .FeatureText--imageRight .FeatureText__Content {
        margin-right: 0
    }
    .FeatureText--imageRight .AspectRatio {
        text-align: right
    }
    .FeatureText--imageLeft .FeatureText__ContentWrapper {
        padding-left: 40px
    }
    .FeatureText--imageLeft .AspectRatio,
    .FeatureText--imageLeft .FeatureText__Content {
        margin-left: 0
    }
    .FeatureText--imageLeft .AspectRatio {
        text-align: left
    }
}

@media screen and (min-width:1140px) {
    .FeatureText--imageRight .FeatureText__ContentWrapper {
        padding-right: 100px
    }
    .FeatureText--imageLeft .FeatureText__ContentWrapper {
        padding-left: 100px
    }
}

.shopify-section--bordered+.shopify-section--footer {
    border-top: 1px solid var(--footer-border-color)
}

.Footer {
    background: var(--footer-background);
    color: var(--footer-text-color);
    padding: 34px 0
}

.Footer .Link--primary:hover,
.Footer__Title {
    color: var(--footer-heading-color)
}

.Footer .Form__Input::-moz-placeholder {
    color: var(--footer-text-color)
}

.Footer .Form__Input::placeholder,
.Footer .Link--secondary:hover {
    color: var(--footer-text-color)
}

.Footer__Block {
    margin-top: 48px
}

.Footer__Block:first-child {
    margin-top: 0
}

.Footer__Title {
    margin-bottom: 20px
}

.Footer__Social {
    margin-top: 5px
}

.Footer__Content+.Footer__Newsletter {
    margin-top: 18px
}

.Footer__Aside {
    text-align: center
}

.Footer__Inner+.Footer__Aside {
    margin-top: 65px
}

.Footer__LocalizationForm {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.Footer__LocalizationItem+.Footer__LocalizationItem {
    margin-left: 30px
}

.Footer__ThemeAuthor {
    margin-top: 4px
}

.Footer__PaymentList {
    border-top: 1px solid var(--footer-border-color);
    margin: 54px -24px 0;
    padding-top: 28px
}

@media screen and (max-width:768px) {
    footer .Footer__PaymentList {
        margin: 28px -24px 0
    }
}

.Footer__PaymentList svg {
    height: 24px;
    opacity: .8;
    width: 38px
}

.Footer__StoreName {
    color: var(--footer-text-color)
}

@media screen and (min-width:641px) {
    .Footer {
        padding: 75px 0 42px
    }
    .Footer__Inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: -40px;
        margin-right: -40px
    }
    .Footer__Block {
        flex: 1 1 50%;
        margin-bottom: 50px;
        margin-top: 0;
        padding-left: 25px;
        padding-right: 25px
    }
    .Footer__Social {
        margin-top: 14px
    }
    .Footer__Aside {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: left
    }
    .Footer__Inner+.Footer__Aside {
        margin-top: 40px
    }
    .Footer__Localization {
        width: 100%
    }
    .Footer__LocalizationForm {
        justify-content: flex-start
    }
    .Footer__StoreName {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 11px)
    }
    .Footer__PaymentList {
        border: none;
        margin: 0 -8px;
        padding: 0
    }
}

@media screen and (min-width:1140px) {
    .Footer__Inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .Footer--center .Footer__Inner {
        justify-content: center
    }
    .Footer__Block {
        flex: 0 1 auto
    }
    .Footer__Block--newsletter,
    .Footer__Block--text {
        flex-basis: 240px
    }
    .Footer__Inner+.Footer__Aside {
        margin-top: 80px
    }
    .Footer__Block--text {
        flex-basis: 400px
    }
    .Footer__Block--newsletter {
        flex-basis: 305px
    }
}

.GiftCard {
    text-align: center
}

.GiftCard__Wrapper {
    margin: 0 auto;
    max-width: 400px;
    position: relative
}

.GiftCard__Redeem {
    margin-bottom: 30px
}

.GiftCard__IllustrationWrapper {
    margin: 40px 0;
    position: relative
}

.GiftCard__CodeHolder {
    background: #fff;
    border-radius: 3px;
    bottom: 20px;
    display: inline-block;
    left: 50%;
    margin: 0 auto;
    padding: 12px 20px;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap
}

.GiftCard__QrCode {
    margin: 20px 0
}

.GiftCard__QrCode img {
    margin: 0 auto
}

.shopify-section--header {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10
}

.Header .Heading,
.Header .Link--primary:hover,
.Header .Link--secondary {
    color: var(--header-heading-color)
}

.Header .Link--primary,
.Header .Link--secondary:hover,
.Header .Text--subdued {
    color: var(--header-light-text-color)
}

.Header {
    background: var(--header-background);
    box-shadow: 0 -1px var(--header-border-color) inset;
    color: var(--header-heading-color);
    transition: background .3s ease-in-out, box-shadow .3s ease-in-out
}

.Header__Wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header-wrapper-inner {
    display: flex;
    height: 49px
}

.Header__Logo {
    margin-bottom: 0;
    position: relative
}

.Header__LogoImage,
.Header__LogoLink {
    display: block
}

.Header__LogoLink {
    text-align: center
}

.Header__LogoImage {
    margin: 0 auto;
    transition: opacity .3s ease-in-out
}

.Header__LogoImage--transparent {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.Header__Icon {
    display: inline-block;
    line-height: 1;
    transition: color .2s ease-in-out
}

.Header__Icon span {
    display: block
}

.Header__Icon+.Header__Icon {
    margin-left: 18px
}

.supports-sticky .Search[aria-hidden=true]+.Header--transparent {
    background: transparent
}

.supports-sticky .Search[aria-hidden=true]+.Header--transparent .Header__LogoImage--primary:not(:only-child) {
    opacity: 0
}

.supports-sticky .Search[aria-hidden=true]+.Header--transparent .Header__LogoImage--transparent {
    opacity: 1
}

.supports-sticky .Search[aria-hidden=true]+.Header--transparent .Header__Icon svg {
    filter: drop-shadow(0 1px rgba(0, 0, 0, .25))
}

.supports-sticky .Search[aria-hidden=true]+.Header--transparent .Header__Icon,
.supports-sticky .Search[aria-hidden=true]+.Header--transparent .Header__LogoLink>.Heading,
.supports-sticky .Search[aria-hidden=true]+.Header--transparent .HorizontalList__Item>.Heading,
.supports-sticky .Search[aria-hidden=true]+.Header--transparent .HorizontalList__Item>.SelectButton,
.supports-sticky .Search[aria-hidden=true]+.Header--transparent .Text--subdued {
    color: currentColor
}

.Header__Icon .Icon--nav {
    height: 15px;
    width: 20px
}

.Header__Icon .Icon--cart {
    height: 20px;
    width: 17px
}

.Header__Icon .Icon--search {
    height: 17px;
    position: relative;
    top: 1px;
    width: 18px
}

.Header__FlexItem {
    display: flex;
    height: 100%
}

.parent-link {
    cursor: pointer;
    position: relative
}

.child-element {
    background-color: #fff;
    background-color: #f7f6f4;
    display: none;
    left: -30px;
    position: absolute;
    top: 71px;
    z-index: 5
}

.parent-link:hover .child-element {
    display: block
}

.child-link {
    display: inline-block;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 100%
}

.child-link:hover,
.grandchild-link:hover {
    opacity: .7
}

.grandchild-link {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 16px
}

.child-title {
    color: var(--Primary-Colours-Terracotta, #7f3914);
    font-family: Nib Pro;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    white-space: nowrap
}

.child-link:not(:last-child) {
    padding-bottom: 20px!important
}

.header-icon {
    margin: 0 16px
}

.parent-link:hover .dropdown-background {
    background-color: #000;
    height: 1000px;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: fixed;
    top: var(--header-height);
    width: 100vw;
    z-index: 4
}

.shop-dropdown,
.shop-dropdown__links {
    display: flex;
    flex-direction: row
}

.shop-dropdown__links {
    padding: 32px
}

.shop-dropdown__category {
    display: flex;
    flex-direction: column;
    margin-right: 40px
}

.shop-dropdown__heading {
    font-family: var(--text-font-family);
    font-size: 12.8px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 16px;
    text-transform: uppercase
}

.grandchild-title,
.shop-dropdown__heading {
    color: var(--Primary-Colours-Terracotta, #7f3914);
    font-style: normal;
    white-space: nowrap
}

.grandchild-title {
    font-family: Nib Pro;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px
}

.shop-dropdown__image-container {
    position: relative;
    width: 400px
}

.shop-dropdown__image {
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.shop-dropdown__image.active {
    display: block
}

.nav-dropdown {
    padding: 32px
}

.nav-pill {
    align-items: center;
    background: var(--Secondary-Colours-Blue, #8ca9ff);
    border-radius: 20px;
    color: var(--White, #fff);
    display: flex;
    font-family: var(--text-font-family);
    font-size: 12.8px;
    font-style: normal;
    font-weight: 600;
    gap: 8px;
    height: 100%;
    justify-content: center;
    letter-spacing: .5px;
    line-height: 20px;
    padding: 2px 12px;
    white-space: nowrap
}

.Header__FlexItem--fill {
    align-items: center;
    flex: 1 0 0
}

.Header__FlexItem--fill:last-child {
    justify-content: flex-end
}

.Header__CartDot {
    background-color: var(--header-heading-color);
    border-radius: 100%;
    box-shadow: 0 0 0 2px var(--header-background);
    height: 8px;
    position: absolute;
    right: -6px;
    top: 2px;
    transform: scale(0);
    transition: all .3s ease-in-out;
    width: 8px
}

.Header__CartDot.is-visible {
    transform: scale(1)
}

.Search[aria-hidden=true]+.Header--transparent .Header__CartDot {
    background-color: currentColor;
    box-shadow: none
}

@media screen and (min-width:641px) {
    .Header__Wrapper {
        padding: 18px 30px
    }
    .Header__LogoImage {
        max-width: 100%
    }
    .Header__Icon+.Header__Icon {
        margin-left: 25px
    }
    .Header__Icon .Icon--nav-desktop {
        height: 17px;
        width: 24px
    }
    .Header__Icon .Icon--cart-desktop {
        height: 23px;
        width: 19px
    }
    .Header__Icon .Icon--search-desktop {
        height: 21px;
        position: relative;
        top: 2px;
        width: 21px
    }
    .Header__Icon .Icon--account {
        height: 20px;
        position: relative;
        top: 2px;
        width: 20px
    }
    .Header--withIcons .Header__SecondaryNav {
        margin-right: 32px;
        position: relative;
        top: 1px
    }
}

@media screen and (min-width:1140px) {
    .js .Header__Wrapper {
        opacity: 0;
        transition: opacity .3s ease-in-out
    }
    .Header__Localization {
        display: inline-block
    }
    .Header__MainNav {
        margin-right: 45px
    }
    .Header--inline .Header__FlexItem:first-child .Header__LocalizationForm,
    .Header--logoLeft .Header__FlexItem:first-child .Header__LocalizationForm {
        display: none
    }
    .Header--logoLeft .Header__FlexItem--logo {
        margin-right: 38px;
        order: -1
    }
    .Header--logoLeft .Header__FlexItem--fill:last-child {
        flex: none
    }
    .Header--center .Header__MainNav {
        bottom: 0;
        left: 0;
        position: absolute;
        text-align: center
    }
    .Header--center .Header__MainNav .HorizontalList {
        margin-left: 0;
        margin-right: 0
    }
    .header-nav-list {
        height: 100%;
        margin-bottom: 0
    }
    .Header--center .Header__FlexItem--increaseSpace {
        margin-bottom: 80px
    }
    .Header--center .Header__SecondaryNav .Header__LocalizationForm {
        display: none
    }
    .Header--initialized .Header__Wrapper {
        opacity: 1
    }
}

.Header__LinkSpacer {
    bottom: 0;
    color: transparent;
    display: block;
    pointer-events: none;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.Header__LinkSpacer:after {
    border-bottom: 2px solid var(--header-heading-color);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s, opacity .3s;
    width: 100%
}

.Header:not(.Header--transparent) .HorizontalList__Item.is-active .Header__LinkSpacer:after,
.Header:not(.Header--transparent) .HorizontalList__Item.is-expanded .Header__LinkSpacer:after {
    opacity: 1;
    transform: scale(1)
}

.DropdownMenu {
    background: var(--header-background);
    border: 1px solid var(--header-border-color);
    border-top: none;
    max-width: 270px;
    min-width: 200px;
    opacity: 0;
    padding: 25px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all .3s ease-in-out;
    visibility: hidden;
    width: -moz-max-content;
    width: max-content
}

.DropdownMenu:before {
    background: var(--header-heading-color);
    bottom: 100%;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s;
    width: 100%
}

.DropdownMenu[aria-hidden=false] {
    opacity: 1;
    visibility: visible
}

.DropdownMenu[aria-hidden=false]:before {
    transform: scale(1)
}

.DropdownMenu[aria-hidden=false] .DropdownMenu {
    display: block
}

.DropdownMenu [aria-haspopup] {
    position: relative
}

.DropdownMenu .Link {
    padding-left: 25px;
    padding-right: 40px
}

.DropdownMenu svg {
    height: 10px;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
    transition: transform .2s ease-in-out;
    width: 6px
}

.DropdownMenu .Linklist__Item:hover svg {
    transform: translateX(4px)
}

.DropdownMenu .Linklist__Item:hover>.Link--secondary {
    color: var(--header-light-text-color)
}

.DropdownMenu .DropdownMenu {
    border-top: 1px solid var(--header-border-color);
    display: none;
    left: 100%;
    top: -26px
}

.DropdownMenu .DropdownMenu:before {
    display: none
}

.DropdownMenu .DropdownMenu--reversed {
    left: auto;
    right: 100%
}

.MegaMenu {
    background: var(--header-background);
    border-bottom: 1px solid var(--header-border-color);
    left: 0;
    max-height: 600px;
    opacity: 0;
    overflow: auto;
    overscroll-behavior: contain;
    padding: 20px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all .3s ease-in-out;
    visibility: hidden;
    width: 100%
}

@supports (--css:variables) {
    .MegaMenu {
        max-height: calc(100vh - var(--header-height))
    }
}

.MegaMenu[aria-hidden=false] {
    opacity: 1;
    visibility: visible
}

.MegaMenu__Inner {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1450px;
    padding: 0 10px
}

.MegaMenu--spacingEvenly .MegaMenu__Inner {
    justify-content: space-around;
    justify-content: space-evenly
}

.MegaMenu--spacingCenter .MegaMenu__Inner {
    justify-content: center
}

@supports (display:grid) {
    .MegaMenu--grid .MegaMenu__Inner {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
    }
}

.MegaMenu__Item {
    flex-shrink: 1;
    margin: 20px 40px
}

.MegaMenu__Item--fit {
    flex-shrink: 0
}

.MegaMenu__Title {
    display: block;
    margin-bottom: 20px
}

.MegaMenu__Push {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.MegaMenu__Push--shrink {
    width: 50%
}

.MegaMenu__Push--shrink:first-child {
    padding-right: 15px
}

.MegaMenu__Push--shrink:last-child {
    padding-left: 15px
}

.MegaMenu__PushImageWrapper {
    margin: 8px auto 20px;
    max-width: 100%;
    overflow: hidden
}

.MegaMenu__PushHeading {
    margin-bottom: 6px
}

@media (-moz-touch-enabled:0),
(hover:hover) {
    .MegaMenu__Push img {
        transform: scale(1);
        transition: opacity .3s ease, transform 8s cubic-bezier(.25, .46, .45, .94)
    }
    .MegaMenu__Push:hover img {
        transform: scale(1.2)
    }
}

.ImageHero {
    align-items: center;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-height: 380px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

.ImageHero--small {
    min-height: 330px
}

.ImageHero--large {
    min-height: 480px
}

.ImageHero__Image,
.ImageHero__ImageWrapper {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (min-width:1008px) and (-moz-touch-enabled:0),
screen and (min-width:1008px) and (hover:hover) {
    .ImageHero__Image--parallax {
        background-attachment: fixed
    }
}

.ImageHero__ImageWrapper--hasOverlay:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ImageHero__Wrapper {
    z-index: 1
}

.ImageHero__ContentOverlay {
    flex-basis: 425px;
    flex-grow: 0;
    padding: 0 15px;
    position: relative;
    text-shadow: 0 1px rgba(0, 0, 0, .5)
}

.ImageHero__TextContent {
    left: 50%;
    margin-bottom: 0!important;
    padding: 0 24px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.ImageHero iframe {
    height: 100%;
    left: -50%;
    pointer-events: none;
    position: absolute;
    width: 200%
}

.ImageHero--large iframe {
    left: -75%;
    width: 250%
}

.ImageHero--preserveRatio {
    height: 0;
    max-width: 100%;
    min-height: 0;
    overflow: hidden;
    padding-bottom: 56.25%
}

.ImageHero--preserveRatio iframe {
    height: 100%!important;
    left: 0!important;
    top: 0!important;
    width: 100%!important
}

.ImageHero iframe[src] {
    pointer-events: auto
}

.ImageHero__Block {
    box-shadow: 0 1px 20px rgba(54, 54, 54, .3);
    margin: 40px auto;
    max-width: 250px;
    padding: 38px 20px
}

.ImageHero__Block--small {
    max-width: 165px
}

.ImageHero__Block--large {
    max-width: 320px
}

.ImageHero__BlockHeading {
    margin: -.325em 0 18px
}

.ImageHero__BlockContent+.ImageHero__BlockLink {
    margin-top: 18px
}

@media screen and (max-width:640px) {
    .ImageHero__Block {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 11px)
    }
}

@media screen and (min-width:641px) {
    .ImageHero {
        min-height: 450px
    }
    .ImageHero--small {
        min-height: 400px
    }
    .ImageHero--large {
        min-height: 500px
    }
    .ImageHero iframe {
        height: 200%;
        left: 0;
        width: 100%
    }
    .ImageHero__Block {
        max-width: 380px;
        padding: 48px 15px
    }
    .ImageHero__Block--small {
        max-width: 240px
    }
    .ImageHero__Block--large {
        max-width: 520px
    }
    .ImageHero__TextContent {
        bottom: 40px;
        left: 0;
        padding: 0 40px;
        text-align: left;
        top: auto;
        transform: none
    }
}

@media screen and (min-width:1140px) {
    .ImageHero {
        min-height: 500px
    }
    .ImageHero--small {
        min-height: 450px
    }
    .ImageHero--large {
        min-height: 600px
    }
    .ImageHero__TextContent {
        bottom: 50px;
        padding: 0 50px
    }
}

.NewsletterPopup {
    background: var(--newsletter-popup-background);
    bottom: 15px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    color: var(--newsletter-popup-text-color);
    left: 15px;
    opacity: 0;
    padding: 24px 30px 30px;
    position: fixed;
    text-align: center;
    transform: translateY(25px);
    transition: all .5s var(--drawer-transition-timing);
    visibility: hidden;
    width: calc(100% - 30px);
    z-index: 50
}

.NewsletterPopup .Heading {
    color: inherit
}

.NewsletterPopup .Form__Input::-moz-placeholder {
    color: rgba(var(--newsletter-popup-text-color-rgb), .6)
}

.NewsletterPopup .Form__Input::placeholder {
    color: rgba(var(--newsletter-popup-text-color-rgb), .6)
}

.NewsletterPopup .Form__Input {
    border-color: rgba(var(--newsletter-popup-text-color-rgb), .4)
}

.NewsletterPopup .Button,
.NewsletterPopup .Form__Input:focus {
    border-color: var(--newsletter-popup-text-color)
}

.NewsletterPopup .Button {
    color: var(--newsletter-popup-background)
}

.NewsletterPopup .Button:before {
    background-color: var(--newsletter-popup-text-color)
}

@media screen and (max-width:640px) {
    @supports (padding: max(0px)) {
        .NewsletterPopup {
            bottom: max(15px, env(safe-area-inset-bottom, 0px) + 15px)
        }
    }
}

@media (-moz-touch-enabled:0),
(hover:hover) {
    .NewsletterPopup .Button:not([disabled]):hover {
        background-color: transparent;
        color: var(--newsletter-popup-text-color)
    }
}

.NewsletterPopup[aria-hidden=false] {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.NewsletterPopup__Close {
    position: absolute;
    right: 15px;
    top: 15px
}

.NewsletterPopup__Close svg {
    display: block;
    height: 15px;
    width: 15px
}

.NewsletterPopup__Content a {
    text-decoration: underline;
    text-underline-position: under
}

.NewsletterPopup__Form {
    margin-top: 32px
}

@media screen and (min-width:641px) {
    .NewsletterPopup {
        bottom: 25px;
        left: auto;
        max-width: 385px;
        padding-top: 35px;
        right: 25px
    }
    .NewsletterPopup__Close svg {
        height: 18px;
        width: 18px
    }
}

.Password {
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    padding: 24px;
    width: 100%
}

.Password__Header {
    position: relative;
    text-align: center
}

.Password__Logo {
    display: block;
    line-height: 1
}

.Password__LogoImage {
    vertical-align: middle
}

.Password__LockAction {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.Password__LockAction svg {
    height: 20px;
    margin-left: 10px;
    vertical-align: bottom;
    width: 20px
}

.Password__Content {
    margin: 35px auto;
    max-width: 100%;
    width: 470px
}

.Password__Newsletter {
    margin-bottom: 10px
}

.Password__Card {
    background: var(--light-background);
    padding: 24px;
    text-align: center
}

.Password__Message {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 13px)
}

.Password__Form {
    margin-top: 28px
}

.Password__Form .Button {
    flex: none;
    margin-bottom: 0;
    margin-top: 15px;
    width: 100%
}

.Password__Social {
    background: var(--background);
    padding: 22px 25px 22px 28px;
    text-align: center
}

.Password__ShareButtons {
    margin-top: 15px
}

@media screen and (min-width:641px) {
    .Password__Content {
        margin: 80px auto
    }
    .Password__Card {
        padding: 45px 60px 50px
    }
    .Password__Form .Button {
        margin-top: 0;
        width: auto
    }
    .Password__Social {
        align-items: center;
        display: flex;
        justify-content: space-between;
        text-align: left
    }
    .Password__ShareButtons {
        flex-shrink: 0;
        margin-left: 15px;
        margin-top: 0
    }
}

.Password__Footer {
    text-align: center
}

.Password__AdminLink {
    display: block;
    margin-top: 15px
}

.Password__Footer svg {
    height: 20px;
    margin-left: 2px;
    vertical-align: bottom;
    width: 70px
}

@media screen and (min-width:641px) {
    .Password__Footer {
        display: flex;
        justify-content: space-between;
        text-align: left
    }
    .Password__AdminLink {
        margin-top: 0
    }
}

.Password__Modal {
    display: flex;
    justify-content: center
}

.FeaturedProduct__Gallery {
    display: block;
    margin-bottom: 20px
}

.FeaturedProduct__ViewWrapper {
    margin-top: 34px;
    text-align: center
}

@media screen and (min-width:641px) {
    .FeaturedProduct {
        align-items: flex-start;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        max-width: 880px
    }
    .FeaturedProduct--center {
        align-items: center
    }
    .FeaturedProduct__Gallery,
    .FeaturedProduct__Info {
        flex: 1 1 50%
    }
    .FeaturedProduct__Gallery {
        margin: 0
    }
    .FeaturedProduct__Info {
        margin-left: 50px
    }
    .FeaturedProduct__Info .ProductMeta,
    .FeaturedProduct__ViewWrapper {
        text-align: left
    }
}

@media screen and (min-width:1008px) {
    .FeaturedProduct__Info {
        margin-left: 80px
    }
}

.shopify-payment-button {
    margin-top: 20px;
    text-align: center
}

.shopify-payment-button__more-options {
    display: inline-block;
    line-height: normal;
    position: relative;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
    width: auto
}

.shopify-payment-button__more-options[aria-hidden=true] {
    display: none
}

.shopify-payment-button__more-options:before {
    background: currentColor;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(1);
    transform-origin: left center;
    transition: transform .2s ease-in-out;
    width: 100%
}

@media (-moz-touch-enabled:0),
(hover:hover) {
    .shopify-payment-button__more-options:hover:before {
        transform: scaleX(0)
    }
}

.shopify-payment-button__more-options:hover:not([disabled]) {
    text-decoration: none
}

#shopify-product-reviews {
    margin: 18px 0 28px!important;
    overflow: visible!important
}

#shopify-product-reviews .spr-form-title,
#shopify-product-reviews .spr-header-title,
#shopify-product-reviews .spr-pagination,
#shopify-product-reviews .spr-review-reportreview,
#shopify-product-reviews .spr-summary-caption,
#shopify-product-reviews .spr-summary-starrating {
    display: none
}

#shopify-product-reviews .spr-container {
    border: none;
    padding: 0
}

#shopify-product-reviews .spr-container,
#shopify-product-reviews .spr-content {
    display: flex;
    flex-direction: column
}

#shopify-product-reviews .spr-form,
#shopify-product-reviews .spr-header {
    order: 2
}

#shopify-product-reviews .spr-content,
#shopify-product-reviews .spr-reviews {
    order: 1
}

#shopify-product-reviews .spr-form {
    margin: -4px 0 0;
    padding: 0
}

#shopify-product-reviews .spr-icon {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 10px)
}

#shopify-product-reviews .spr-form-input .spr-icon {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 14px)
}

#shopify-product-reviews .spr-icon+.spr-icon {
    margin-left: 3px
}

#shopify-product-reviews .spr-icon-star-empty {
    opacity: .25
}

#shopify-product-reviews .spr-icon-star-empty:before {
    content: ""
}

#shopify-product-reviews .spr-starrating.spr-form-input-error a {
    color: inherit
}

#shopify-product-reviews .spr-reviews {
    margin: -6px 0 35px
}

#shopify-product-reviews .spr-review {
    border: none;
    margin: 0;
    padding: 0 0 30px;
    position: relative
}

#shopify-product-reviews .spr-review+.spr-review {
    margin-top: 26px
}

#shopify-product-reviews .spr-review-header {
    margin-bottom: 12px;
    position: static
}

#shopify-product-reviews .spr-review-header-starratings {
    margin-bottom: 0
}

#shopify-product-reviews .spr-review-header-title {
    font-family: var(--heading-font-family);
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 11px);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    letter-spacing: .2em;
    text-transform: uppercase
}

#shopify-product-reviews .spr-review-header-byline {
    bottom: 0;
    color: var(--text-color-light);
    font-style: normal;
    left: 0;
    margin-bottom: 0;
    opacity: 1;
    position: absolute
}

#shopify-product-reviews .spr-review-header-byline strong {
    font-weight: 400
}

#shopify-product-reviews .spr-review-content {
    margin-bottom: 0
}

#shopify-product-reviews .spr-review-reply {
    background: none;
    border-left: 3px solid var(--border-color);
    font-style: italic;
    margin: 18px 0 6px;
    padding: 0 0 0 14px
}

#shopify-product-reviews .spr-summary-actions {
    display: block
}

#shopify-product-reviews .spr-review-reply-shop {
    float: none
}

#shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .spr-summary-actions-newreview {
    width: 100%
}

#shopify-product-reviews input.spr-button-primary {
    background: var(--button-background);
    border-color: var(--button-background);
    color: var(--button-text-color);
    width: 100%
}

#shopify-product-reviews .spr-pagination-next,
#shopify-product-reviews .spr-pagination-prev {
    display: block;
    margin-bottom: 20px;
    position: relative
}

#shopify-product-reviews .spr-pagination-next>a,
#shopify-product-reviews .spr-pagination-prev>a {
    width: 100%
}

#shopify-product-reviews .new-review-form {
    margin-top: 20px
}

#shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location,
#shopify-product-reviews .spr-form-contact-name,
#shopify-product-reviews .spr-form-review-body,
#shopify-product-reviews .spr-form-review-rating,
#shopify-product-reviews .spr-form-review-title {
    margin-bottom: 15px
}

@media screen and (min-width:641px) {
    #shopify-product-reviews {
        margin: 8px 40px 28px 0!important
    }
    #shopify-product-reviews .spr-review-header-title {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 12px)
    }
    #shopify-product-reviews .spr-review-content-body,
    #shopify-product-reviews .spr-review-header-byline {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 14px)
    }
    #shopify-product-reviews .spr-header {
        align-self: flex-start;
        width: 100%
    }
    #shopify-product-reviews .spr-button-primary:not(input),
    #shopify-product-reviews .spr-pagination-next>a,
    #shopify-product-reviews .spr-pagination-prev>a,
    #shopify-product-reviews .spr-summary-actions-newreview,
    #shopify-product-reviews input.spr-button-primary {
        float: none;
        width: auto
    }
    #shopify-product-reviews .spr-form-contact-email,
    #shopify-product-reviews .spr-form-contact-location,
    #shopify-product-reviews .spr-form-contact-name,
    #shopify-product-reviews .spr-form-review-body,
    #shopify-product-reviews .spr-form-review-rating,
    #shopify-product-reviews .spr-form-review-title {
        margin-bottom: 25px
    }
    #shopify-product-reviews .spr-summary-actions {
        display: flex
    }
    #shopify-product-reviews .spr-pagination-next,
    #shopify-product-reviews .spr-pagination-prev {
        margin: 0 20px 0 0
    }
    #shopify-product-reviews .spr-pagination-next>a,
    #shopify-product-reviews .spr-pagination-prev>a {
        display: block
    }
}

@media screen and (min-width:1008px) {
    #shopify-product-reviews {
        margin-bottom: 4px!important
    }
}

@media screen and (min-width:1140px) {
    #shopify-product-reviews {
        margin-right: 100px!important
    }
}

.Search {
    background: var(--background);
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateY(-25px);
    transition: transform .15s ease-in-out, opacity .15s ease-in-out, visibility .15s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.Search[aria-hidden=false] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible
}

.Search__Inner {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 60px);
    overflow: auto;
    padding: 14px 18px
}

@supports (--css:variables) {
    .Search__Inner {
        max-height: calc(100vh - var(--header-height) - 88px)
    }
}

.Search__Form,
.Search__SearchBar {
    align-items: center;
    display: flex
}

.Search__Form {
    flex: 1 0 auto
}

.Search__Form .Icon--search {
    height: 17px;
    width: 18px
}

.Search__Form .Icon--search-desktop {
    height: 21px;
    width: 21px
}

.Search__InputIconWrapper {
    color: var(--text-color-light);
    margin-right: 12px;
    position: relative;
    top: -1px
}

.Search__Input {
    background: none;
    border: none;
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 15px);
    vertical-align: middle;
    width: 100%
}

.Search__Input::-moz-placeholder {
    color: var(--text-color-light)
}

.Search__Input::placeholder {
    color: var(--text-color-light)
}

.Search__Input::-ms-clear {
    display: none
}

.Search__Close {
    color: var(--text-color-light);
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 15px);
    line-height: 1
}

.Search__Results {
    display: none;
    margin-bottom: 30px;
    margin-top: 30px
}

.Search__Results[aria-hidden=false] {
    display: block
}

@media screen and (max-width:640px) {
    .Search__Results .ProductItem__Wrapper {
        align-items: center;
        display: flex
    }
    .Search__Results .Grid__Cell+.Grid__Cell {
        margin-top: 25px
    }
    .Search__Results .ProductItem__ImageWrapper {
        margin-right: 25px;
        min-width: 70px;
        width: 70px
    }
    .Search__Results .ProductItem__Info {
        margin-top: 0;
        text-align: left
    }
}

@media screen and (min-width:641px) {
    .Search__Inner {
        padding: 28px 50px
    }
    .Search__Input {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 18px)
    }
    .Search__InputIconWrapper {
        margin-right: 20px
    }
    .Search__Close {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 16px)
    }
    .Search__Close svg {
        stroke-width: 1.25px
    }
    .Search__Results {
        margin-bottom: 48px;
        margin-top: 70px
    }
}

@keyframes shopTheLookDotKeyframe {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}

.ShopTheLook {
    z-index: 2
}

.ShopTheLook__Item {
    padding: 0 5px;
    transition: opacity .3s ease-in-out;
    width: calc(100% - 40px)
}

.ShopTheLook__Item.is-selected {
    z-index: 1
}

.ShopTheLook__ImageWrapper {
    max-width: 100%;
    position: relative
}

.ShopTheLook__Image {
    display: block;
    height: 100%;
    width: 100%
}

.ShopTheLook__Dot {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .25);
    cursor: pointer;
    display: block;
    height: 16px;
    margin: -8px 0 0 -8px;
    position: absolute;
    transform: scale(1);
    transition: transform .25s ease-in-out;
    width: 16px;
    z-index: 1
}

.ShopTheLook__Dot:after {
    animation: shopTheLookDotKeyframe 1.4s ease-in-out infinite;
    background: hsla(0, 0%, 100%, .4);
    border-radius: 100%;
    content: "";
    height: 40px;
    left: -12px;
    position: absolute;
    top: -12px;
    width: 40px
}

.ShopTheLook__Dot--dark {
    background: #000
}

.ShopTheLook__Dot--dark:after {
    background: rgba(0, 0, 0, .4)
}

.ShopTheLook__Dot.is-active,
.supports-hover .ShopTheLook__Dot:hover {
    transform: scale(1.5)
}

.ShopTheLook__ProductItem .ProductItem__ImageWrapper {
    margin: 0 auto;
    max-width: 150px
}

.ShopTheLook__DiscoverButtonWrapper {
    margin: 24px 24px 0;
    text-align: center
}

@media screen and (max-width:640px) {
    .ShopTheLook__ViewButton {
        width: 100%
    }
    .ShopTheLook__ProductItem--withHiddenInfo .ProductItem__Info {
        display: none
    }
    .ShopTheLook__ProductItem {
        padding: 15px 0
    }
}

@media screen and (max-width:1007px) {
    .ShopTheLook>.flickity-viewport {
        transition: transform .3s ease-in-out, opacity .3s ease-in-out
    }
    .ShopTheLook:before {
        background: var(--background);
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: all .25s ease-in-out;
        visibility: hidden
    }
    .ShopTheLook.is-zoomed:before {
        opacity: 1;
        transition-delay: 0s;
        visibility: visible
    }
    .ShopTheLook.is-zoomed .ShopTheLook__Item:not(.is-selected) {
        opacity: 0
    }
    .ShopTheLook__ProductItem {
        padding: 30px 0 40px
    }
}

@media screen and (min-width:641px) {
    .ShopTheLook__DiscoverButtonWrapper {
        margin-top: 50px
    }
    .ShopTheLook__Item {
        padding: 0 15px;
        width: auto
    }
    .ShopTheLook__ProductItem .ProductItem__Wrapper {
        margin: 0 auto;
        max-width: 250px
    }
}

@media screen and (min-width:1008px) {
    .ShopTheLook {
        margin: 0 auto;
        max-width: 1480px;
        padding: 0 130px
    }
    .ShopTheLook__Item {
        padding: 0;
        width: 100%
    }
    .ShopTheLook__Inner {
        align-items: center;
        display: flex;
        justify-content: center;
        min-height: 550px
    }
    .ShopTheLook__ImageWrapper {
        flex: 0 1 auto
    }
    .ShopTheLook__Image {
        max-height: 100%;
        width: auto
    }
    .ShopTheLook__ProductList {
        flex: none;
        margin: 0 80px;
        width: 270px
    }
    .ShopTheLook__ProductItem .ProductItem__Wrapper {
        max-width: none
    }
    .ShopTheLook__ProductItem .ProductItem__ImageWrapper {
        max-width: 250px
    }
    .ShopTheLook__ViewButton {
        margin-top: 25px
    }
    .ShopTheLook .flickity-prev-next-button {
        top: calc(50% - 22.5px)
    }
    .ShopTheLook .flickity-prev-next-button.next {
        right: 40px
    }
    .ShopTheLook .flickity-prev-next-button.previous {
        left: 40px
    }
}

.SidebarMenu {
    background: var(--navigation-background);
    height: 100%
}

.SidebarMenu,
.SidebarMenu .Heading,
.supports-hover .SidebarMenu .Link--primary:hover {
    color: var(--navigation-text-color)
}

.SidebarMenu .Text--subdued {
    color: var(--navigation-text-color-light)
}

.SidebarMenu .Collapsible,
.SidebarMenu .Linklist {
    border-color: var(--navigation-border-color)
}

.SidebarMenu__Nav .Collapsible:first-child {
    border-top: none
}

.SidebarMenu .Drawer__Main:after {
    content: "";
    display: block;
    height: 35px
}

.SidebarMenu__Nav--secondary {
    margin-top: 28px
}

.SidebarMenu .Drawer__Footer {
    align-items: center;
    box-shadow: 0 1px var(--navigation-border-color) inset;
    color: var(--navigation-text-color-light);
    display: flex;
    justify-content: center;
    min-height: 48px;
    width: 100%
}

.SidebarMenu__CurrencySelector,
.SidebarMenu__Social {
    flex: 1 0 auto;
    margin: 0;
    padding: 6px 0
}

.SidebarMenu__CurrencySelector {
    flex: none;
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 11px);
    text-align: center;
    width: 120px
}

.SidebarMenu__CurrencySelector .Select {
    display: inline-block
}

@supports (padding:max(0px)) {
    .SidebarMenu__CurrencySelector,
    .SidebarMenu__Social {
        padding-bottom: max(6px, env(safe-area-inset-bottom, 0px) + 6px)
    }
}

@supports (display:grid) {
    .SidebarMenu__Social {
        display: grid;
        grid-template-columns: repeat(auto-fit, 34px);
        justify-content: space-evenly;
        text-align: center
    }
}

.SidebarMenu__CurrencySelector+.SidebarMenu__Social {
    border-left: 1px solid var(--navigation-border-color)
}

.SidebarMenu .Drawer__Content:before,
.SidebarMenu .Drawer__Footer:before {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1
}

.SidebarMenu .Drawer__Content:before {
    background-image: linear-gradient(var(--navigation-background), rgba(var(--navigation-background-rgb), .6) 40%, rgba(var(--navigation-background-rgb), 0));
    height: 25px;
    top: 0
}

.SidebarMenu .Drawer__Footer:before {
    background-image: linear-gradient(rgba(var(--navigation-background-rgb), 0), rgba(var(--navigation-background-rgb), .6) 40%, var(--navigation-background));
    bottom: 100%;
    height: 30px
}

@media screen and (min-width:1008px) {
    .SidebarMenu .Drawer__Content:before {
        height: 40px
    }
    .SidebarMenu .Drawer__Main {
        padding-top: 26px
    }
    .SidebarMenu .Drawer__Main:after {
        height: 60px
    }
    .SidebarMenu .Drawer__Footer:before {
        height: 70px
    }
}

.shopify-section--slideshow {
    position: relative
}

@media screen and (min-width:641px) {
    .Slideshow--fullscreen {
        height: 100vh
    }
}

@supports (--css:variables) {
    @media screen and (min-width: 641px) {
        .js .Slideshow--fullscreen {
            height: calc(var(--window-height) - var(--header-height)*0);
            height: calc(var(--window-height) - var(--header-height)*var(--header-is-not-transparent, 0) - var(--announcement-bar-height, 0px));
            max-height: 100vh
        }
    }
}

.js .Slideshow__Carousel .Slideshow__Slide {
    transition: none
}

.js .Slideshow__Carousel .Slideshow__Slide.is-selected {
    visibility: hidden
}

.Slideshow__ImageContainer {
    height: 100%
}

.Slideshow--fullscreen .Slideshow__Image {
    display: block;
    font-family: "object-fit: cover; object-position: center;";
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.Slideshow__Image {
    z-index: 0
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .js .Slideshow__Image {
        opacity: 0
    }
}

.hero_reviews_rating {
    margin-bottom: 20px;
    text-align: center;

    @media screen and (min-width: 768px) {
        text-align: left;
    }
}

.hero_reviews_rating > .oke-a11yText {
    display: inline-block;
    clip: unset !important;
}

.hero_reviews_rating .okeReviews > div:first-child{
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .hero_reviews_rating .okeReviews > div:first-child{
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.hero_reviews_rating .okeReviews .oke-sr-rating {
    order: 2!important;
}

.hero_reviews_rating .okeReviews .oke-sr-count {
    order: 3!important;
}

.hero_reviews_rating .oke-sr-rating:after {
    content: "/5" !important;
    margin-right: 5px;
    margin-left: -5px;
}

.hero_reviews_rating .oke-sr-count::before,
.hero_reviews_rating .oke-sr-count::after {
    content: ""!important;
  }

.hero_reviews_rating .oke-sr-rating {
    display: block;
}

/* .okeReviews[data-oke-container] .oke-a11yText, div.okeReviews .oke-a11yText {
    border: 1px solid red;
    overflow: auto !important;
    position: relative !important;
    width: fit-content !important;
    font-size: 14px !important;
} */


.Slideshow__Content {
    width: 100%;
    padding: 20px 24px;
    position: absolute;
    text-align: center;
    bottom: unset;
    top: 10%;

    @media screen and (min-width: 768px) {
        width: 80%;
        top: 10%;
    }

    @media screen and (min-width: 1200px) {
        width: 60%;
        max-width: 800px;
        padding: 0 24px;
        position: absolute;
        text-align: center;
        transform: translate(0, -50%);
        top: 55%;
    }
}


@media screen and (min-width: 1200px) {
    .Slideshow__Content--middleLeft {
        left: 0%;
        transform: translate(0%, -50%);
    }

    .Slideshow__Content--middleCenter {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .Slideshow__Content--middleRight {
        left: unset;
        right: 0;
        transform: translate(0, -50%);
    }

    .Slideshow__Content--bottomCenter {
        left: 50%;
        top: unset;
        bottom: 70px;
        transform: translate(-50%, 0%);
    }

    .Slideshow__Content--bottomRight {
        left: unset;
        top: unset;
        right: 0;
        bottom: 70px;
        transform: translate(0, 0%);
    }
}

@media screen and (min-width: 768px){
    .Slideshow__Content--bottomLeft,
    .Slideshow__Content--middleLeft {
        text-align: left
    }

    .Slideshow__Content--bottomLeft .ButtonGroup,
    .Slideshow__Content--middleLeft .ButtonGroup {
        justify-content: flex-start
    }

    .Slideshow__Content--bottomRight,
    .Slideshow__Content--middleRight {
        text-align: right
    }

    .Slideshow__Content--bottomRight .ButtonGroup,
    .Slideshow__Content--middleRight .ButtonGroup {
        justify-content: flex-end
    }
}

.js .Slideshow__Content .SectionHeader {
    opacity: 0
}

.Slideshow__ScrollButton {
    bottom: -25px;
    left: calc(50% - 25px);
    position: absolute
}

.Slideshow__Carousel--withScrollButton {
    margin-bottom: 25px
}

.Slideshow--fullscreen .Slideshow__ScrollButton {
    bottom: 10px
}

.Slideshow--fullscreen .Slideshow__Carousel--withScrollButton {
    margin-bottom: 0;
    max-height: calc(100% - 35px)
}

@media screen and (min-width:1008px) {
    .Slideshow__Content {
        padding: 0 70px
    }
}

.store-availability-container {
    margin-top: 30px
}

.store-availability-information {
    align-items: baseline;
    display: flex
}

.Icon--store-availability-in-stock {
    height: 9px;
    position: relative;
    width: 13px
}

.Icon--store-availability-out-of-stock {
    height: 10px;
    position: relative;
    width: 11px
}

.store-availability-information-container {
    margin-left: 6px
}

.store-availability-information__title {
    margin-bottom: 2px
}

.store-availability-information__stock {
    margin-bottom: 5px
}

.store-availability-information__link,
.store-availability-information__stock,
.store-availability-list__item-info {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 13px)
}

.store-availability-list__item:first-child {
    margin-top: 25px
}

.store-availability-list__item {
    margin-top: 30px
}

.store-availability-list__location,
.store-availability-list__stock {
    margin-bottom: 5px
}

.store-availability-list__stock svg {
    margin-right: 3px
}

.store-availability-list__contact {
    line-height: 1.45
}

.store-availability-list__stock .Icon--store-availability-in-stock {
    top: -1px
}

.store-availability-list__contact p {
    margin-bottom: 0
}

.store-availabilities-modal__product-information {
    text-align: left
}

@keyframes testimonialOpening {
    0% {
        opacity: 0;
        transform: translateY(15px);
        visibility: hidden
    }
    to {
        opacity: 1;
        transform: translateY(0);
        visibility: visible
    }
}

@keyframes testimonialClosing {
    0% {
        opacity: 1;
        transform: translateY(0);
        visibility: visible
    }
    to {
        opacity: 0;
        transform: translateY(-15px);
        visibility: visible
    }
}

.Testimonial {
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 18px);
    text-align: center
}

.Testimonial__Logo {
    margin-top: 54px
}

.js .TestimonialList {
    opacity: 0;
    transition: opacity 0s linear .5s
}

.js .TestimonialList.flickity-enabled {
    opacity: 1
}

.js .TestimonialList .flickity-viewport {
    overflow: visible
}

.js .TestimonialList .flickity-page-dots {
    margin-top: 60px;
    position: relative
}

.js .TestimonialList .Testimonial {
    animation: testimonialClosing .4s cubic-bezier(.55, .055, .675, .19) forwards;
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.js .TestimonialList .Testimonial.is-selected {
    animation: testimonialOpening .4s cubic-bezier(.25, .46, .45, .94) .8s forwards;
    opacity: 0;
    pointer-events: auto;
    visibility: hidden
}

@media screen and (max-width:640px) {
    .Testimonial__Logo {
        max-width: 110px
    }
}

@media screen and (min-width:641px) {
    .Testimonial {
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 20px)
    }
    .Testimonial__Content {
        margin: 0 auto;
        max-width: 550px
    }
    .TestimonialNav__Item,
    .Testimonial__Logo {
        max-width: 150px
    }
}

@media screen and (min-width:1008px) {
    .TestimonialList--withNav .flickity-page-dots {
        display: none
    }
    .TestimonialNav {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 70px
    }
    .TestimonialNav__Item {
        cursor: pointer;
        margin: 0 25px;
        opacity: .25;
        transition: opacity .2s ease-in-out;
        will-change: opacity
    }
    .TestimonialNav__Item.is-selected {
        opacity: 1
    }
}

@media screen and (min-width:1140px) {
    .TestimonialNav__Item {
        margin: 0 45px
    }
}

.Timeline {
    box-shadow: 0 -2px 10px rgba(54, 54, 54, .2)
}

.Timeline__ListItem {
    height: 540px;
    position: relative;
    text-shadow: 0 1px rgba(0, 0, 0, .5)
}

.Timeline__Item {
    align-items: flex-start;
    background: rgba(54, 54, 54, .2);
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease-in-out
}

.Timeline__ImageWrapper,
.Timeline__Item {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.Timeline__ImageWrapper {
    overflow: hidden
}

.Timeline__Image {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    transform: translateX(-50px) scale(1.1);
    transform-origin: left;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1);
    width: 100%
}

.Timeline__Inner {
    -webkit-overflow-scrolling: touch;
    max-height: 100%;
    overflow: auto;
    padding: 80px 14px 40px;
    position: relative;
    width: 100%
}

.Timeline__Header>* {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1) .5s
}

.Timeline__Header>.SectionHeader__Description {
    transform: translateY(50px)
}

.Timeline__Item.is-selected {
    opacity: 1;
    pointer-events: auto
}

.Timeline__Item.is-selected .Timeline__Image {
    transform: translateX(0) scale(1.1)
}

.Timeline__Item.is-selected .Timeline__Header>* {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s
}

@media screen and (max-width:640px) {
    .shopify-section--timeline {
        border-top: none!important
    }
    .shopify-section--timeline .Section {
        padding-bottom: 0!important;
        padding-top: 0!important
    }
    .shopify-section--timeline .Container {
        padding-left: 0;
        padding-right: 0
    }
    .Timeline__Header .Heading,
    .Timeline__Header .Rte a {
        color: inherit
    }
    .Timeline__Header .SectionHeader__Description {
        margin: 34px 30px 0
    }
}

@media screen and (min-width:641px) {
    .Timeline__ListItem {
        height: 400px;
        margin: 0 auto;
        max-width: 1230px;
        text-shadow: none
    }
    .Timeline__Item {
        align-items: flex-end;
        background-color: var(--light-background)
    }
    .Timeline__ImageWrapper,
    .Timeline__Inner {
        flex: none;
        width: 50%
    }
    .Timeline__ImageWrapper {
        height: 100%;
        position: relative
    }
    .Timeline__ImageWrapper:after {
        display: none
    }
    .Timeline__Image {
        transform: translateX(-60px) scale(1.1)
    }
    .Timeline__Inner {
        color: var(--text-color);
        padding: 34px 40px
    }
    .Timeline__Header {
        text-align: left
    }
}

@media screen and (min-width:1008px) {
    .Timeline__ListItem {
        height: 515px
    }
    .Timeline__Inner {
        padding: 54px 60px
    }
}

.Timeline__Nav {
    background: var(--light-background);
    color: var(--text-color-light);
    font-family: var(--heading-font-family);
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 11px);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    letter-spacing: .2em;
    position: relative
}

.Timeline__NavWrapper {
    -webkit-overflow-scrolling: touch;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    overflow: auto;
    white-space: nowrap
}

.Timeline__NavWrapper--center {
    justify-content: center
}

.Timeline__NavItem {
    cursor: pointer;
    letter-spacing: inherit;
    padding: 30px 20px;
    position: relative;
    transition: all .25s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: text-bottom
}

.Timeline__NavItem:after {
    background: var(--text-color);
    bottom: 0;
    content: "";
    height: 3px;
    left: 20px;
    opacity: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: opacity .3s, transform .3s;
    width: calc(100% - 40px - .2em)
}

.Timeline__NavItem.is-selected {
    color: var(--text-color);
    font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 18px)
}

.Timeline__NavItem.is-selected:after {
    opacity: 1;
    transform: scale(1)
}

.Timeline__NavLabel {
    display: block;
    line-height: 0
}

@media screen and (min-width:641px) {
    .Timeline {
        box-shadow: none
    }
    .Timeline__Nav {
        background: none;
        font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 12px);
        margin-top: 40px
    }
    .Timeline__NavWrapper {
        display: block;
        text-align: center
    }
    .Timeline__NavItem {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

@media screen and (min-width:1140px) {
    .Timeline__Nav {
        margin-top: 65px
    }
}

.reviews-hero {
    background-image: url(/cdn/shop/files/desktop-background.png?v=1683716019);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 120%;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding: 50px 80px 0
}

.reviews-hero__text-container {
    display: flex;
    flex-direction: column;
    grid-column: span 6/span 6;
    padding-top: 85px
}

.reviews-hero__image {
    display: flex;
    grid-column-end: 13;
    grid-column-start: 8;
    justify-content: center
}

.reviews-hero__image img {
    border-radius: 300px 300px 30px 30px;
    height: 569px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 524px
}

.reviews-hero__subheading {
    font-family: var(--text-font-family);
    font-size: 12.8px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 12px;
    text-transform: uppercase
}

.reviews-hero__heading,
.reviews-hero__subheading {
    color: var(--Primary-Colours-Terracotta, #7f3914);
    font-style: normal
}

.reviews-hero__heading {
    font-family: Nib Pro;
    font-size: 44px;
    font-weight: 400;
    line-height: 56px
}

.reviews-hero__inline-reviews {
    align-items: center;
    display: flex;
    flex-direction: row
}

.reviews-hero__inline-reviews__rating {
    font-family: Nib Pro;
    font-size: 31.25px;
    line-height: 42px;
    margin-right: 8px
}

.reviews-hero__inline-reviews__count,
.reviews-hero__inline-reviews__rating {
    color: var(--Primary-Colours-Terracotta, #7f3914);
    font-style: normal;
    font-weight: 400;
    text-align: center
}

.reviews-hero__inline-reviews__count {
    font-family: var(--text-font-family);
    font-size: 12.8px;
    letter-spacing: .5px;
    line-height: 20px;
    margin-left: 8px
}

.reviews-hero__text {
    padding-right: 70px
}

@media screen and (max-width:1139px) {
    .reviews-hero {
        background-image: url(/cdn/shop/files/desktop-background.png?v=1683716019);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        padding: 32px 16px
    }
    .reviews-hero__text-container {
        display: flex;
        flex-direction: column;
        grid-column: span 12/span 12;
        padding-top: 0;
    }
    .reviews-hero__image {
        display: none
    }
    .reviews-hero__text {
        padding-right: 0
    }
    .reviews-hero__subheading {
        font-family: var(--text-font-family);
        font-size: 12.8px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 22px;
        margin-bottom: 12px;
        text-transform: uppercase
    }
    .reviews-hero__heading,
    .reviews-hero__subheading {
        color: var(--Primary-Colours-Terracotta, #7f3914);
        font-style: normal
    }
    .reviews-hero__heading {
        font-family: Nib Pro;
        font-size: 31px;
        font-weight: 400;
        line-height: 56px
    }
}

.reviews-hero__text-container .oke-sr-rating {
    display: inline-block!important;
    font-family: Nib Pro;
    font-size: 31.25px;
    line-height: 42px;
    margin-right: 8px;
}

.reviews-hero__text-container {
    margin-bottom: 20px;
}

.review-reveal {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-bottom: 24px;
    padding: 0 80px
}

.review-reveal__subheading {
    color: var(--Primary-Colours-Terracotta, #7f3914);
    font-family: var(--text-font-family);
    font-size: 12.8px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: uppercase
}

.review-reveal__header {
    margin: 56px 0
}

.review-reveal__subheading {
    margin-bottom: 12px
}

.review-reveal__triggers {
    display: flex;
    flex-direction: row;
    grid-column-end: 11;
    grid-column-start: 2;
    overflow: auto;
    padding-bottom: 0
}

.review-reveal__trigger {
    align-items: center;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    margin-right: 32px;
    padding: 18px
}

.review-reveal__trigger.active {
    border: 1px solid #7f3914
}

.review-reveal__trigger div {
    width: 100px
}

.review-reveal__trigger img {
    margin-bottom: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100px
}

.review-reveal__trigger p {
    color: var(--Primary-Colours-Terracotta, #7f3914);
    font-family: Nib Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: center
}

.review-reveal__block {
    display: none
}

.review-reveal__block.active {
    display: block
}

@media screen and (max-width:1139px) {
    .review-reveal {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        padding: 0
    }
    .review-reveal__triggers {
        padding-bottom: 8px
    }
    .review-reveal__trigger:first-child {
        margin-left: 16px
    }
    .review-reveal__trigger {
        align-items: center;
        border: 1px solid transparent;
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 18px
    }
    .review-reveal__content {
        padding: 0 16px
    }
    .review-reveal__subheading {
        margin-bottom: 12px;
        padding-left: 16px
    }
}

.review-swiper {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin: 56px 0 24px;
    overflow: hidden;
    padding: 0 80px 32px
}

.review-swiper h2 {
    color: var(--Primary-Colours-Terracotta, #7f3914);
    font-family: Nib Pro;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px
}

.review-swiper__prev,
.review-swiper__prev-mobile {
    border-right: 1px solid #7f3914;
    padding: 6px 24px 6px 20px
}

.review-swiper__next,
.review-swiper__next-mobile {
    padding: 6px 24px 6px 20px
}

.review-swiper .swiper-wrapper {
    display: flex;
    flex-direction: row;
    grid-column-end: 11;
    grid-column-start: 2
}

.review-swiper .swiper-slide {
    aspect-ratio: 9/16;
    border-radius: 16px;
    overflow: hidden
}

.review-swiper .swiper-slide video {
    aspect-ratio: 9/16;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    width: 100%
}

.review-swiper .swiper-slide.swiper-slide-active video {
    pointer-events: all
}

.review-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1.05)
}

@media screen and (min-width:1140px) {
    .review-swiper .review-swiper__heading {
        align-items: center;
        display: flex;
        flex-direction: row;
        grid-column-end: 11;
        grid-column-start: 2;
        justify-content: space-between;
        margin-bottom: 64px
    }
    .review-swiper .review-swiper__nav {
        border: 1px solid #7f3914;
        border-radius: 25px;
        display: flex;
        flex-direction: row
    }
    .review-swiper__nav-mobile,
    .review-swiper__nav-mobile__container {
        display: none
    }
}

@media screen and (max-width:1139px) {
    .review-swiper {
        margin: 0;
        padding: 32px 0 0
    }
    .review-swiper .review-swiper__heading {
        align-items: center;
        display: flex;
        flex-direction: row;
        grid-column-end: 11;
        grid-column-start: 2;
        justify-content: space-between;
        margin-bottom: 32px
    }
    .review-swiper h2 {
        color: var(--Primary-Colours-Terracotta, #7f3914);
        font-family: Nib Pro;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px
    }
    .review-swiper__nav {
        display: none
    }
    .review-swiper__nav-mobile {
        border: 1px solid #7f3914;
        border-radius: 25px;
        display: flex;
        flex-direction: row;
        margin-top: 32px
    }
    .review-swiper__nav-mobile__container {
        display: flex;
        grid-column-end: 12;
        grid-column-start: 1;
        justify-content: end
    }
}

.header-text-bold {
    font-family: var(--text-font-family);
    font-size: 14px!important;
    font-weight: 700!important;
    letter-spacing: .5px!important;
    line-height: 22px!important;
    text-transform: uppercase
}

.header-extra-bold {
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 700
}

.book-nav-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 42px
}

.SideBar__Mobile__SubLinkBlock-Book {
    padding: 14px
}

@keyframes marquee {
    0% {
        transform: translate(0)
    }
    to {
        transform: translate(-50%)
    }
}

* {
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

.u-visually-hidden {
    margin: 0
}

@media screen and (max-width:1200px) {
    footer .container {
        width: 80%;
        margin: auto;
        max-width: 1200px;
    }
}

body {
    position: relative
}

@media screen and (max-width:1140px) {
    .Header--transparent {
        background: var(--header-background)!important;
        color: var(--header-heading-color)!important
    }
    .Header--transparent svg #logo {
        fill: #893400!important
    }
}

.LanguageSelector__Container {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.LanguageSelector__LanguageButton {
    align-items: center;
    cursor: pointer;
    display: flex!important;
    font-family: var(--text-font-family);
    font-size: 14px!important;
    font-weight: 400!important;
    font-weight: 700!important;
    letter-spacing: .5px!important;
    line-height: 22px!important;
    padding-left: 7px!important;
    width: -moz-fit-content;
    width: fit-content
}

.LanguageSelector__LanguageButton>svg {
    display: block!important;
    height: auto!important;
    margin-left: 10px;
    position: unset!important
}

.LanguageSelector__Container.open .LanguageSelector__LanguageButton>svg {
    transform: rotate(180deg)
}

.LanguageSelector__Dropdown {
    background-color: #fff;
    border: 1px solid;
    left: -1px;
    opacity: 0;
    padding: 0 4px;
    position: absolute;
    top: calc(100% + 6px);
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    visibility: hidden
}

.LanguageSelector__Container.open .LanguageSelector__Dropdown {
    opacity: 1;
    visibility: visible;
    z-index: 6;
}

.LanguageSelector__DropdownInner {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 15px;
    width: -moz-fit-content;
    width: max-content;
}

.LanguageSelector__DropdownInner--market {
    align-items: center;
    display: flex;
    padding-bottom: 5px;
    width: 100%
}

.LanguageSelector__DropdownInner--market p {
    color: #893400;
    font-size: 14px;
    line-height: 22px;
    padding-left: 15px
}

.LanguageSelector__DropdownInner--language {
    color: #893400;
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    width: 100%
}

.SideBar__Mobile .HeaderIcon--Locale {
    margin: 6px 0!important;
    width: 100%
}

.SideBar__Mobile .HorizontalList__Item--Locale {
    margin: 0!important;
    width: 100%
}

.SideBar__Mobile .LanguageSelector__Dropdown {
    border-right: 0;
    top: calc(100% + 12px)
}

.SideBar__Mobile .HorizontalList__Item--Locale span.Heading.Link--primary {
    padding-right: 10px!important
}

.SideBar__Mobile .LanguageSelector__LanguageButton {
    font-family: var(--text-font-family)!important;
    letter-spacing: 0!important;
    padding-right: 0!important
}

.SideBar__Mobile__Menu .SideBar__Menu__Locale {
    border-right: 0!important
}

.SideBar__Mobile__Menu .SideBar__Menu__Profile {
    border-left: 0!important
}

.SideBar__Mobile__Menu .LanguageSelector__DropdownInner--language {
    line-height: 40px;
    min-height: 40px;
    padding-bottom: 0
}

.Header--transparent .LanguageSelector__Container .LanguageSelector__LanguageButton>svg path,
.Header--transparent .globe {
    fill: #fff
}

.GiftCardContainer .Button.Button--primary {
    background: #893400;
    border-color: #893400;
    border-radius: 50em;
    color: #fff;
    font-family: var(--text-font-family);
    transition: all .3s
}

.GiftCardContainer .GiftCard__SubText {
    font-size: 44px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none
}

.GiftCardContainer .Button.Button--primary:before {
    content: "";
    display: none
}

.GiftCardContainer .Button.Button--primary:hover {
    background: #fff;
    color: #893400
}

.newsletter__background-image .AspectRatio:before,
.support-banner .AspectRatio:before {
    padding: 0
}

.Cart__Footer {
    background-color: transparent!important;
    position: relative!important
}

.sidebar-menu li.current a {
    opacity: .7
}

.NonTransparentHeader {
    background: var(--header-background)!important;
    color: var(--header-heading-color)!important
}

.NonTransparentHeader .Header__FlexItem--logo svg #logo,
.NonTransparentHeader .Header__FlexItem--logo svg path :not(.LanguageSelector__DropdownInner svg path),
.NonTransparentHeader .HorizontalList svg path :not(.LanguageSelector__DropdownInner svg path) {
    fill: #893400!important
}

.NonTransparentHeader .Header__FlexItem--logo svg #dot {
    fill: #8ca9ff!important
}

.product-form__cart-submit {
    cursor: pointer
}

#main {
    background: #fff;
    position: relative;
    z-index: 2
}

@media screen and (min-width:1200px) {
    footer {
        bottom: 0;
        position: fixed!important;
        width: 100%
    }
    .footer-spacer {
        height: 411px
    }
}

.title {
    font-feature-settings: "ss01";
    color: #893400;
    font-family: var(--heading-font-family);
    font-size: 44px;
    letter-spacing: -1px;
    line-height: normal;
    margin-bottom: 0
}

.AnnouncementBar__Icons>nav>.HorizontalList>.HorizontalList__Item,
.Header {
    transition: background .3s ease-in-out, box-shadow .3s ease-in-out, transform .3s ease-in-out
}

.Header.Header--shifted {
    transform: translateY(calc(0px - var(--announcement-bar-height)))
}

.AnnouncementBar {
    font-size: 13px
}

.Header .AnnouncementBar {
    display: flex;
    flex-wrap: nowrap;
    height: 40px
}

.Header .AnnouncementBar .AnnouncementBar__Wrapper {
    overflow: hidden;
    white-space: nowrap;
    width: 100%
}

.Header .AnnouncementBar .AnnouncementBar__Content.Heading {
    animation: marquee 40s linear infinite;
    color: currentColor;
    display: inline-block;
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 22px;
    margin-top: -1px;
    text-transform: none;
    white-space: nowrap
}

.Header .AnnouncementBar .AnnouncementBar__Content.Heading p {
    display: inline-block
}

.AnnouncementBar,
.supports-sticky .Search[aria-hidden=true]+.Header {
    box-shadow: 0 1px 0 0 currentColor!important
}

.AnnouncementBar__Icons>nav>.HorizontalList {
    display: flex
}

.AnnouncementBar__Wrapper {
    padding-block: 11px;
    width: calc(100% - 420px)
}

.Header .Header__Wrapper {
    padding: 0
}

.HorizontalList__Item.HeaderIcon--Account,
.HorizontalList__Item.HeaderIcon--Cart,
.HorizontalList__Item.HeaderIcon--Locale {
    padding-block: 7px
}

.HorizontalList__Item.HeaderIcon--Locale .Header__LocalizationForm {
    margin-top: 1px
}

.HeaderIcon--Account .Heading {
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 22px;
    margin-top: 2px;
    text-transform: none
}

.Header.UseBodyFont .HeaderIcon--Account .Heading {
    letter-spacing: .5px
}

.HeaderIcon--Cart {
    align-items: center;
    display: flex;
    justify-content: center
}

.HeaderIcon--Cart .Header__CartCount {
    margin-left: 14px
}

.HeaderIcon--Cart .Icon-Wrapper--clickable:before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.HeaderIcon--Cart .Header__Icon svg.Icon {
    height: 21px;
    width: 17px
}

@media screen and (max-width:1440px) {
    header .HorizontalList.HorizontalList--spacingLoose {
        padding: 0
    }
}

.Header .SelectButton svg {
    display: none
}

.HorizontalList__Item--Country span.Heading.Link--primary,
.HorizontalList__Item--Locale span.Heading.Link--primary {
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 22px;
    padding-right: 7px;
    position: relative;
    text-transform: none
}

.HorizontalList__Item .HorizontalList__Item--Locale button {
    font-family: var(--text-font-family);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px
}

.HorizontalList__Item--Country span.Heading.Link--primary:after,
.HorizontalList__Item--Locale span.Heading.Link--primary:after {
    background-color: currentColor;
    content: "";
    height: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.AnnouncementBar__Icons .HorizontalList.HorizontalList--spacingLoose {
    margin-right: 24px
}

.AnnouncementBar__Icons .HorizontalList.HorizontalList--spacingLoose .HorizontalList__Item {
    margin: 0 16px
}

.AnnouncementBar__Icons .Header__SecondaryNav {
    margin: 0;
    top: 0
}

.Header.UseBodyFont .Heading,
.Header.UseBodyFont .SelectButton {
    font-family: var(--text-font-family);
    font-weight: var(--text-font-weight);
    letter-spacing: normal
}

.AnnouncementBar__Icons .Link.Link--primary .Icon--account {
    font-size: 16px;
    margin-right: 6px;
    margin-top: -7px
}

#sidebar-cart.Drawer {
    transform: translateY(-100%)
}

#sidebar-cart.Drawer[aria-hidden=false] {
    border-left: 1px solid var(--header-heading-color);
    height: calc(100% - var(--header-height));
    transform: translateY(var(--mobile-header-height))
}

.Shipping.Shipping_text__locale-based:not(.hidden) {
    display: flex
}

.order-table th:nth-child(3),
.order-table th:nth-child(4),
.order-table th:nth-child(5) {
    text-align: right
}

#sidebar-cart.Drawer[aria-hidden=false]:before {
    background: #893400;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 84px);
    z-index: 2
}

@media screen and (max-width:1119px) {
    #sidebar-cart.Drawer[aria-hidden=false]:before {
        background: #893400;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2
    }
    #sidebar-cart.Drawer[aria-hidden=false] {
        border-left: 1px solid var(--header-heading-color);
        height: calc(100% - var(--announcement-bar-height));
        transform: translateY(var(--mobile-header-height))
    }
}

.PageOverlay.is-visible {
    opacity: 0
}

.Header__LogoImage {
    transition: filter .3s ease-in-out
}

.Header .SelectButton,
.Header.UseBodyFont .SelectButton {
    font-weight: 700;
    padding-inline: 3px 0
}

.Link--custom.Link--adaptive:hover {
    color: #fff!important
}

.Header__FlexItem .HorizontalList .Link {
    font-family: var(--text-font-family);
    font-size: 14px!important;
    font-weight: 400!important;
    font-weight: 700!important;
    letter-spacing: .5px!important;
    line-height: 22px!important
}

.Header__FlexItem:not(.AnnouncementBar__Icons) .hidden-desktop .HeaderIcon--Cart {
    display: flex;
    justify-content: end
}

.Header--withIcons .Header__SecondaryNav.hidden-desktop {
    margin-right: 0
}

.Header__Icon--hamburger {
    align-items: center;
    display: flex;
    justify-content: center
}

.Header__Icon--hamburger span:last-child {
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 22px;
    margin-left: 14px
}

.Link--custom {
    background: transparent;
    border: 1px solid var(--background);
    border-radius: 50em;
    box-sizing: inherit;
    color: var(--background);
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 165%;
    padding: 16px 65px;
    text-transform: uppercase;
    transition: all .3s ease-in-out
}

.Link--custom.Link--noTransform {
    text-transform: none
}

.Link--custom:hover {
    background: var(--background);
    border-color: var(--background);
    color: var(--text-color)
}

.Link--custom.Link--smaller {
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 22px;
    padding: 7px 20px
}

.Link--custom.Link--customLightBg {
    background: var(--background);
    border: 1px solid var(--text-color);
    color: var(--text-color)
}

.Link--custom.Link--customLightBg:hover {
    background: var(--text-color);
    border: 1px solid var(--text-color);
    color: var(--background)
}

.Link--custom.Link--adaptive {
    border: 1px solid;
    color: currentColor
}

.Link--custom.Link--adaptive:hover {
    background: var(--header-heading-color);
    border-color: var(--header-heading-color);
    color: var(--header-background)
}

@media screen and (min-width:1140px) {
    .Header__Icon span.hidden-desktop,
    .hidden-desktop,
    .mobile-only {
        display: none
    }
    #sidebar-cart.Drawer.Header--shifted[aria-hidden=false] {
        height: calc(100% - var(--mobile-header-height) + var(--announcement-bar-height));
        margin: 0;
        transform: translateY(calc(var(--mobile-header-height) - var(--announcement-bar-height)))
    }
}

@media screen and (max-width:1139px) {
    .only-desktop {
        display: none
    }
    #sidebar-cart.Drawer.Header--shifted[aria-hidden=false] {
        height: calc(100% - var(--mobile-header-height) + var(--announcement-bar-height));
        margin: 56px 0 0;
        transform: translate(0)
    }
    #sidebar-cart.Drawer.Header--shifted[aria-hidden=true] {
        height: calc(100% - var(--mobile-header-height) + var(--announcement-bar-height));
        margin: 56px 0 0;
        transform: translate(400px)
    }
    .AnnouncementBar__Icons .HorizontalList.HorizontalList--spacingLoose .HorizontalList__Item {
        margin: 0
    }
    .mobile-only {
        display: flex
    }
    .mobile-nav-left {
        display: flex;
        flex-direction: row;
        gap: 24px;
        margin-left: 20px
    }
    .mobile-menu__trigger,
    .mobile-nav-left,
    .mobile-nav-left a {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center
    }
    .mobile-menu__trigger {
        width: 20px
    }
    .mobile-menu__trigger-close,
    .mobile-menu__trigger-open {
        display: none
    }
    .mobile-menu__trigger-close.active,
    .mobile-menu__trigger-open.active {
        display: block
    }
    .mobile-menu {
        background-color: #f7f6f4;
        border-right: 1px solid #7f3914;
        display: flex;
        flex-direction: column;
        height: calc(var(--mobile-app-height) - var(--mobile-header-height));
        justify-content: space-between;
        left: -100%;
        overflow: auto;
        position: absolute;
        right: 100%;
        top: calc(var(--mobile-header-height) + 1px);
        transition: all .3s;
        z-index: 10
    }
    .mobile-menu.active {
        left: 0;
        right: 75px
    }
    .mobile-menu__content {
        display: flex;
        flex-direction: column;
        width: 100%
    }
    .mobile-menu__main-item {
        padding: 16px
    }
    .mobile-menu__link {
        color: var(--Primary-Colours-Terracotta, #7f3914);
        font-family: Nib Pro;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px
    }
    .mobile-menu__first-accordion.active,
    .mobile-menu__other-accordion.active {
        background-color: #fff;
        border-bottom: 1px solid #7f3914
    }
    .mobile-menu__other-accordion.active {
        border-top: 1px solid #7f3914
    }
    .mobile-menu__accordion-trigger {
        align-items: center;
        color: var(--Primary-Colours-Terracotta, #7f3914);
        display: flex;
        flex-direction: row;
        font-family: Nib Pro;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        justify-content: space-between;
        line-height: 35px
    }
    .mobile-menu__accordion-trigger.active .mobile-menu__accordion-chevron {
        transform: rotate(180deg)
    }
    .mobile-menu__second-accordion-trigger {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 6px 0
    }
    .mobile-menu__second-link {
        padding: 6px 0
    }
    .mobile-menu__caption {
        font-weight: 600
    }
    .mobile-menu__caption,
    .mobile-menu__light-caption {
        color: var(--Primary-Colours-Terracotta, #7f3914);
        font-family: var(--text-font-family);
        font-size: 12.8px;
        font-style: normal;
        letter-spacing: 1px;
        line-height: 22px;
        margin: 4px 0;
        text-transform: uppercase
    }
    .mobile-menu__light-caption {
        font-weight: 400
    }
    .mobile-menu__accordion-content,
    .mobile-menu__second-accordion-content {
        display: none
    }
    .mobile-menu__accordion-content.active,
    .mobile-menu__second-accordion-content.active {
        display: flex;
        flex-direction: column
    }
    .mobile-menu__container .mobile-menu__background {
        opacity: 0;
        pointer-events: none;
        transition: all .3s
    }
    .mobile-menu__container.active .mobile-menu__background {
        background-color: #000;
        height: calc(var(--mobile-app-height) - var(--mobile-header-height));
        left: 0;
        opacity: .5;
        pointer-events: all;
        position: fixed;
        right: 0;
        top: calc(var(--mobile-header-height) + 1px);
        transition: all .3s
    }
}

.mobile-menu__footer {
    padding: 16px
}

.mobile-menu__footer .LanguageSelector__Container {
    border: 1px solid #7f3914;
    border-radius: 50px;
    padding: 0 20px;
    width: -moz-fit-content;
    width: fit-content
}
.mobile-menu__footer .LanguageSelector__Dropdown {
    background-color: #fff;
    border: 1px solid;
    bottom: 40px;
    left: -1px;
    opacity: 0;
    padding: 0 16px;
    position: absolute;
    top: auto;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    visibility: hidden
}

.Header__FlexItem--right .Header__MainNav .Heading.u-h6,
.Header__MainNav.Header__MainNavRight .Heading.u-h6 {
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: none
}

.Header__FlexItem--right .Header__MainNav {
    margin-right: 0
}

.Header__MainNav.Header__MainNavRight {
    margin-left: 20px;
    margin-right: 0
}

.Slideshow .SectionHeader h3 {
    max-width: 410px
}

.newsletter-section .klaviyo-form button {
    font-family: var(--text-font-family)!important;
    font-weight: 600!important
}


.show-on-desktop {
    display: none;

    @media screen and (min-width: 768px) {
        display: block;
    }
}

.show-on-mobile {
    display: block;

    @media screen and (min-width: 768px) {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .Slideshow__Content {
        transform: translate(0,0);
    }

    h2.SectionHeader__Heading {
        text-align: center;
        line-height: 40px !important;
    }
}

.Slideshow .Slideshow__Content .SectionHeader__Heading {
    line-height: 32px;
    text-align: center;

    @media and (min-width: 768px) {
        font-feature-settings: "ss01";
        font-size: 80px!important;
        font-weight: 500;
        letter-spacing: .5px;
        margin-bottom: 40px;
        text-transform: none
    }
}

.Slideshow .Slideshow__Content .SectionHeader__SubHeading {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--text-font-family);
    letter-spacing: .5px;
    margin-bottom: 45px;
    text-transform: none;
}

.Slideshow__Content .SectionHeader__SubHeading {
    margin-top: 20px;

    @media screen and (max-width: 767px) {
        margin: 20px auto !important;
    }
}

.Slideshow .Slideshow__Slide .SectionHeader.SectionHeader--mobile {
    max-width: unset;
    padding: 27px 20px 0
}

.hero-mobile-image {
    aspect-ratio: 4/5;
    object-fit: cover;
}

.hero-image-wrap {
    height: 60vh;
    object-fit: cover;

    @media screen and (min-width: 768px) {
        height: auto;
    }
}

.hero-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: none;

    @media screen and (min-width: 768px) {
        height: unset;
        display: block;
    }
}

.hero-img-mobile {
    display: block;
    height: 100%;
    wdith: 100%;
    object-fit: cover;

    @media screen and (min-width: 768px) {
        display: none;
    }
}

.SectionHeader.SectionHeader--mobile {
    position: absolute;
    bottom: 0;
    height: 100vh;
}


.Slideshow .Slideshow__Slide .SectionHeader.SectionHeader--mobile>* {
    margin-top: 0
}

.Slideshow .Slideshow__Slide .SectionHeader.SectionHeader--mobile .SectionHeader__Heading {
    font-feature-settings: "ss01";
    font-size: 32px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 32px !important;
    margin: 0 0 20px;
    text-transform: none;
}

.Slideshow .Slideshow__Slide .SectionHeader.SectionHeader--mobile {
    margin-bottom: 18px
}

.Slideshow .Slideshow__Slide .SectionHeader.SectionHeader--mobile .SectionHeader__SubHeading {
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    margin-block: 20px;
    text-transform: none
}

.Slideshow .SectionHeader__ButtonWrapper.SectionHeader__ButtonWrapper--mobile {
    margin-top: 0
}

.SectionHeader--mobile .ButtonGroup {
    position: absolute;
    bottom: 0;
    flex-direction: row;
}

.Slideshow .SectionHeader__ButtonWrapper.SectionHeader__ButtonWrapper--mobile .ButtonGroup .ButtonGroup__Item {
    font-weight: 600;
    text-align: center;
    width: 100%
}

.Slideshow .Slideshow__Image--mobile {
    border-bottom: 1px solid var(--text-color);
    border-top: 1px solid var(--text-color)
}

@media screen and (max-width:640px) {
    .Slideshow__Carousel .Slideshow__Slide {
        height: -moz-fit-content;
        height: fit-content
    }
}

.Logo_Container {
    margin-bottom: -200px;
    margin-top: 60px;
    padding-bottom: 110px
}

.Logo_Container .Logo_Block {
    padding-right: 20px;
    width: 50%
}

.Logo_Container .Logo_Block img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 40px;
    max-width: 100%;
    width: auto
}

.Logo_Container .Logo_Block p {
    font-size: 16px;
    letter-spacing: .5px;
    padding-top: 20px;
    text-align: center
}

@media screen and (max-width:767px) {
    .Logo_Container {
        margin-top: 20px;
        padding-bottom: 42px
    }
    .Logo_Container .Logo_Block {
        padding-right: 0;
        width: 100%
    }
}

.people {
    color: #893400;
    overflow: hidden;
    padding: 110px 0 150px;
    padding-top: 200px!important;
    position: relative
}

.people .row {
    display: flex;
    flex-wrap: wrap;
    padding-left: 57px;
    padding-right: 57px;
    width: 100%
}

.people-gallery-container {
    flex: 0 0 auto;
    max-width: 100%;
    padding-block: 12px;
    width: 41.66666667%
}

.people-gallery-nav-container {
    flex: 0 0 auto;
    max-width: 100%;
    padding-block: 12px;
    width: 58.33333333%
}

@media screen and (max-width:1024px) {
    .people-gallery-container {
        order: 2;
        width: 100%
    }
    .people-gallery-nav-container {
        order: 1;
        width: 100%
    }
}

.section-title {
    color: #893400;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 50px;
    text-transform: uppercase
}

.svg-bg {
    right: -150px;
    top: 50px
}

.svg-bg,
.svg-bg svg {
    position: absolute;
    z-index: -1
}

.svg-bg svg {
    height: auto;
    right: -20vw;
    top: 0;
    width: 55vw
}

.svg-bg svg .cls-1 {
    fill: #54c5aa;
    fill-rule: evenodd
}

@media (max-width:1440px) {
    .svg-bg svg {
        width: 62vw
    }
}

@media (min-width:1680px) {
    .svg-bg {
        right: -220px
    }
}

.people-gallery {
    width: 350px
}

.people-item {
    margin-right: 20px;
    min-height: 300px;
    width: 100%
}

@media screen and (min-width:640px) {
    .people-book {
        padding-bottom: 100px!important
    }
}

@media screen and (max-width:1024px) {
    .people-item.people-item-auto-height {
        min-height: 0
    }
}

.people-item h2 {
    font-feature-settings: "ss01";
    color: #893400;
    font-family: var(--heading-font-family);
    font-size: 44px;
    letter-spacing: -1px;
    margin-bottom: 35px
}

.people-item p {
    margin-bottom: 25px
}

.people-item .customer {
    background: transparent;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 0;
    text-transform: uppercase
}

.people-image {
    background: #f8f8f8;
    border-radius: 20px;
    height: 347px;
    margin-right: 50px;
    overflow: hidden;
    position: relative;
    width: 347px
}

.people-image img {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.people-image.is-selected img {
    opacity: 1
}

.people .flickity-page-dots .dot.is-selected {
    background: #873400
}

.people-image.circle,
.people-image.rounded,
.people-image.rounted {
    border-radius: 50%
}

.people-image.left-top-rounded,
.people-image.left-top-rounted {
    border-bottom-right-radius: 20px;
    border-top-left-radius: 12em
}

.people-image.square {
    border-radius: 20px
}

.people-image.bow {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    border-top-left-radius: 50em;
    border-top-right-radius: 50em
}

.people .button-group {
    display: block;
    float: left;
    margin-bottom: 45px;
    width: 100%
}

.people-gallery-nav {
    margin-right: -100%
}

.media {
    margin-top: 120px
}

.media img {
    display: block;
    margin: 0 auto;
    max-height: 40px;
    width: auto
}

.people .flickity-page-dots {
    display: none
}

@media screen and (max-width:1200px) {
    .people-image {
        height: 35vh;
        margin-right: 25px;
        width: 35vh
    }
    .people .flickity-page-dots {
        display: initial
    }
    .people .button-group {
        display: none
    }
}

.people {
    padding-top: 0
}

.people .svg-bg {
    top: 69px
}

.people>.container .row {
    padding: 0!important
}

.people>.container .row:last-child {
    margin: 0;
    order: 1;
    padding-bottom: 110px;
    padding-left: 57px;
    padding-right: 57px
}

.people>.container .row:last-child>.media {
    margin-top: 60px
}

.people>.container .row:last-child>.media>.container .Logo_Block {
    padding-right: 20px;
    width: 50%
}

.people>.container .row:last-child>.media>.container .Logo_Block>p {
    font-size: 16px;
    padding-top: 20px;
    text-align: center
}

.people {
    padding: 0
}

.people>.container {
    display: flex;
    flex-wrap: wrap
}

.people>.container .row {
    margin-bottom: 40px;
    order: 2;
    padding: 0 20px 25px;
    width: 100%
}

.people>.container .row:first-child {
    margin: 0;
    order: 0;
    padding: 0 57px
}

@media screen and (max-width:1024px) {
    .people-gallery-nav {
        margin-right: 0
    }
    .svg-bg svg {
        height: 60vh;
        right: 0;
        top: 100px;
        width: 90vw
    }
    .svg-bg {
        top: 100px!important
    }
}

@media screen and (max-width:767px) {
    .svg-bg {
        right: -257px;
        top: 288px!important
    }
    .people>.container .row:first-child,
    .people>.container .row:last-child {
        padding: 0
    }
    .people>.container .row:last-child {
        padding-bottom: 20px
    }
    .people-gallery {
        max-width: 100%;
        width: 100%
    }
    .people .flickity-page-dots {
        display: block;
        margin-block: auto!important
    }
    .people .flickity-page-dots .dot {
        background: #333;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        height: 10px;
        margin: 0 8px;
        opacity: .25;
        width: 10px
    }
    .people .flickity-page-dots .dot.is-selected {
        background: var(--text-color);
        opacity: 1
    }
    .people.people-mobile-padding {
        padding-top: 50px
    }
}

.speak .container {
    position: relative
}

.speak__content {
    margin-left: 170px
}


.product-item__image .AspectRatio {
    height: 100%;
    width: 100%!important
}

.product-item__background-image {
    height: 85%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%!important
}

.product-item__background-image img {
    transform: scale(1.12);
    transition: all .3s
}

.popular-items {
    background-color: #f7f6f4;
}

.product-item__image:hover .product-item__background-image img {
    transform: scale(1)
}

.product-item__image .image__background_1 {
    background: #f7f6f4 no-repeat top;
    background-size: 100%
}

.popular-items.popular-items-only-mobile {
    display: none
}

@media screen and (max-width:767px) {
    .popular-items.popular-items-only-desktop {
        display: none
    }
    .popular-items.popular-items-only-mobile {
        display: block
    }
    .popular-items {
        border: 1px solid var(--text-color);
        border-left: none;
        border-right: none;
    }
}

.popular-items .title {
    margin-bottom: 55px
}

.product-carousel .flickity-viewport {
    overflow: visible
}

.product-item {
    margin-right: 40px;
    min-height: 569px;
    width: 345px
}

.product-item .product-item__image {
    align-items: flex-end;
    border-radius: 50em 50em 0 0;
    display: flex;
    height: auto;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.product-item .product-item__image:before {
    background: #f7f6f4;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 112%;
    content: "";
    height: 85%;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%;
    z-index: -1
}

.product-item .product-item__image:hover:before {
    background-size: 100%
}

.product-item__content {
    align-items: center;
    color: #893400;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-top: 20px;
    text-align: center
}

.product-item__content h3 {
    font-feature-settings: "ss01";
    font-family: var(--heading-font-family);
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px
}

.product-item__content p {
    font-size: 15px;
    margin-bottom: 20px
}

.product-item__specification p {
    display: inline-block;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 12px;
    margin-bottom: 0;
    text-transform: uppercase
}

.product-item__specification p+p {
    border-left: 1px solid #893400;
    margin-left: 15px;
    padding-left: 15px
}

.product-item__specification p.price.sale {
    text-decoration: line-through
}

.product-item__specification small {
    font-size: 11px;
    font-weight: 700
}

.popular-items__title {
    margin-bottom: 28px;
    position: relative;
    text-align: center
}

.popular-items .button-border {
    text-transform: none
}

.popular-items .button-group {
    position: absolute;
    right: 0;
    top: 10px
}

.button-group .button svg {
    fill: #893400;
    display: block;
    margin: -1px auto 0;
    width: 10px
}

.button-group button {
    background: #fff;
    border: 1px solid #893400;
    float: left;
    height: 32px;
    transition: all .3s;
    width: 45px
}

.button-group button:hover {
    background: #893400!important
}

.button-group button:hover svg {
    fill: #fff
}

.button-group .button--previous {
    border-bottom-left-radius: 50em;
    border-top-left-radius: 50em
}

.button-group .button--next {
    border-bottom-right-radius: 50em;
    border-top-right-radius: 50em;
    margin-left: -1px
}

.product-list .product-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 21px;
    margin-right: 0;
    margin-top: 48px;
    min-height: auto;
    width: 100%
}

.product-list .row {
    padding-left: 70px;
    padding-right: 70px
}

.product-list .row>* {
    padding-left: 20px;
    padding-right: 20px
}

.FeaturedProduct__Container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 4%;

    @media screen and (min-width: 768px) {
        gap: 0;

    }
}

.PopularItems__Container {
    padding-top: 45px;
    background-color: #f7f6f4;
    max-width: 1280px;
    width: 100%;
}

.PopularItems__Container>.button-border {
    left: 50%;
    margin-top: 10px;
    position: relative;
    transform: translateX(-50%)
}

.FeaturedProduct__Container .FeaturedProduct__Block {
    padding-bottom: 36px;
    position: relative;
    width: 22%;
}

.FeaturedProduct__Block .prd-Label {
    width: fit-content !important;
    padding: 5px 10px;
    text-transform: uppercase;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 3px;
    border-radius: 5px 0px 0 0;
    font-weight: 600;
    font-size: 12px;

    @media and (min-width: 768px) {
        font-size: 14px;
        top: 20px;
    }
}

.FeaturedProduct__Block .product-showcase__reviews {
    margin-top: 20px;
}

.FeaturedProduct__Block .oke-sr-count-number:before {
    display: none;
}

.FeaturedProduct__Block .oke-sr-count:before, .FeaturedProduct__Block .oke-sr-count:after {
    display: none;
}

.FeaturedProduct__Block .oke-sr-count {
    font-size: 12px;
    margin-left: 10px;
}

.FeaturedProduct__Container .FeaturedProduct__Block .product-card__image {
    background-color: #f7f6f4;
}

.FeaturedProduct__Container .FeaturedProduct__Block .product-card__price-wrap {
    height: auto;
    margin: 1px auto 10px;
}

.FeaturedProduct__Container .FeaturedProduct__Block .product-card__content {
    padding: 15px 11px 15px;
    gap: 6px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    text-align: center;
    justify-content: space-between;

    @media and (min-width: 768px) {
        padding: 31px 30px 16px;
    }
}

.FeaturedProduct__Container .FeaturedProduct__Block .product-card {
    height: 100%;
}

.FeaturedProduct__Container .FeaturedProduct__Block .Image--fadeIn {
    margin-top: 28px !important;
    object-fit: cover;
    margin: auto;
    width: 70%;
    left: unset !important;

    @media screen and (min-width: 960px) {
        margin-top: 26px !important;
        width: 64%;
    }

    @media screen and (min-width: 1200px) {
        width: 80%;
    }
}

.FeaturedProduct__Container .FeaturedProduct__Block .product-card__bgImage {
    object-fit: cover;
    width: 100%;
    background-color: #fff;
    border-radius: 49% 49% 0 0;
    height: 185px;
    display: flex;
    justify-content: center;
    background-size: 100%;
    background-position: center center;
    transition: background-size 0.3s ease-in-out;

    @media screen and (min-width: 500px) {
        height: 240px;
    }

    @media screen and (min-width: 768px) {
        height: 340px;
    }

    @media screen and (min-width: 960px) {
        height: 250px;
    }

    @media screen and (min-width: 1200px) {
        height: 250px;
    }
}

.FeaturedProduct__Container .FeaturedProduct__Block .product-card__image:hover .product-card__bgImage {
    background-size: 120%;
}

.FeaturedProduct__Container .FeaturedProduct__Block {
    width: 48%;

    @media screen and (min-width: 648px) {
        width: 43%
    }

    @media screen and (min-width: 768px) {
        width: 30%
    }

    @media screen and (min-width: 990px) {
        width: 22%
    }
}

.FeaturedProduct__Container .FeaturedProduct__Block .product-item__content {
    margin-bottom: 30px
}

.FeaturedProduct__Container .FeaturedProduct__Block .product-item__specification {
    bottom: 10px;
    width: 100%!important
}

@media screen and (max-width:420px) {
    .FeaturedProduct__Container .FeaturedProduct__Block .product-item__specification p,
    .FeaturedProduct__Container .FeaturedProduct__Block .product-item__specification small {
        font-size: 9px
    }
    .FeaturedProduct__Container .FeaturedProduct__Block .product-item__specification p+p {
        margin-left: 10px;
        padding-left: 10px
    }
}

@media screen and (max-width:360px) {
    .FeaturedProduct__Container .FeaturedProduct__Block .product-item__specification p,
    .FeaturedProduct__Container .FeaturedProduct__Block .product-item__specification small {
        font-size: 8px
    }
    .FeaturedProduct__Container .FeaturedProduct__Block .product-item__specification p+p {
        margin-left: 8px;
        padding-left: 8px
    }
}

@media screen and (max-width:300px) {
    .FeaturedProduct__Container .FeaturedProduct__Block .product-item__specification p,
    .FeaturedProduct__Container .FeaturedProduct__Block .product-item__specification small {
        font-size: 7px
    }
    .FeaturedProduct__Container .FeaturedProduct__Block .product-item__specification p+p {
        margin-left: 5px;
        padding-left: 5px
    }
}

.FeaturedProduct__Container .FeaturedProduct__Block div {
    margin-right: 0;
    min-height: auto;
    width: auto
}

.FeaturedProduct__Container .FeaturedProduct__Block div .product-item__image:before {
    z-index: 0
}

.FeaturedProduct__Container .FeaturedProduct__Block div img {
    margin: 0;
    z-index: 1
}

.categories>.categories__menu {
    display: block;
    width: 100%
}

.categories>.categories__menu>ul.categories-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.speak {
    background: #8ca9ff url(speak-bg.jpg) no-repeat bottom;
    background-size: 100%;
    color: #fff;
    overflow: hidden;
    padding: 80px 0
}

.speak__container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1320px
}

.speak__container .AspectRatio--mobile {
    display: none
}

.speak .speak__image__container,
.speak__content__container {
    width: 50%
}

.speak .title {
    color: #fff;
    margin-bottom: 40px
}

.speak__content {
    width: -moz-fit-content;
    width: fit-content
}

.speak p {
    max-width: 360px
}

.speak__image {
    max-width: 380px
}

.speak__image img {
    display: block;
    margin: 0 auto
}

.start-button {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50em;
    box-shadow: 0 5px 7px rgba(0, 0, 0, .15);
    color: #893400;
    display: flex;
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    letter-spacing: .5px;
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all .3s
}

.start-button:hover {
    background: transparent
}

.start-button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='far' data-icon='comment-dots' class='svg-inline--fa fa-comment-dots fa-w-16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23893400' d='M144 208c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    display: flex;
    height: 20px;
    height: 50px;
    justify-content: center;
    margin-left: 10px;
    position: relative;
    transition: all .3s;
    width: 20px
}

.start-button:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='far' data-icon='comment-dots' class='svg-inline--fa fa-comment-dots fa-w-16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M144 208c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z'/%3E%3C/svg%3E")
}

.speak__image .start-button {
    bottom: 100px;
    position: absolute;
    right: 0
}

.speak__image {
    margin-left: 30%;
    position: relative
}

.speak__image svg {
    height: 600px;
    overflow: visible
}

.speak__image text {
    fill: #fff;
    font-feature-settings: "ss01";
    font-family: var(--heading-font-family);
    font-size: 80px
}

@media screen and (min-width:1025px) {
    .speak .start-button {
        max-width: 360px
    }
}

.speak__image .Speak_Image_Mobile {
    display: none
}

@media (max-width:1199px) {
    .speak__image {
        margin-left: 20%
    }
    .speak__content {
        margin-left: 50px
    }
}

@media screen and (max-width:1024px) {
    .speak {
        padding: 40px 30px 80px
    }
    .speak .title {
        font-size: 30px;
        margin-bottom: 20px
    }
    .speak__container {
        padding-left: 20px;
        padding-right: 20px
    }
    .speak__content {
        margin-left: 50px
    }
    .speak__image {
        margin: 0 auto;
        max-width: 260px
    }
    .speak__content {
        margin: 50px 0 0;
        width: 100%
    }
    .speak__image svg {
        height: 55vh;
        overflow: visible
    }
}

.speak__content p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 22px;
    margin-bottom: 10px
}

.speak__content p:last-child {
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .speak__image .AspectRatio--mobile {
        display: block
    }
    .speak__container {
        justify-content: center
    }
    .speak__content__container {
        width: 100%
    }
    .speak__image {
        left: 50%;
        margin: 0;
        max-width: 300px;
        padding: 0;
        position: relative;
        transform: translateX(-50%);
        width: 70vw
    }
    .speak__image .Speak_Image_Mobile {
        border-radius: 360px;
        display: block;
        height: 86.41975vw;
        margin: 0;
        max-height: 370.37037px;
        -o-object-fit: cover;
        object-fit: cover;
        padding: 0;
        width: 100%
    }
    .speak__image .Speak_Image_Desktop {
        display: none
    }
}

.sub-header {
    background: #fff;
    color: #893400;
    padding: 70px 0 35px;
    position: relative
}

.sub-header .container-fluid {
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 30px;
    padding-right: 30px
}

.ImageWithText__Container {
    align-items: center!important;
    background: #f7f6f4;
    border: 1px solid #893400;
    display: flex;
    flex-wrap: wrap;
    justify-content: center!important
}

.ImageWithTextContainer_ContentBox,
.ImageWithTextContainer_Image {
    width: 50%
}

.sub-header__background {
    align-items: center;
    background: url(Guud_illustration_flow_02.jpg) no-repeat 50%;
    background-size: cover;
    display: flex;
    height: 620px;
    justify-content: center
}

.sub-header__box {
    overflow: hidden;
    position: relative
}

.sub-header__image {
    height: 100%;
    position: relative;
    width: 100%
}

.sub-header__image .AspectRatio {
    height: 100%
}

.sub-header__image .AspectRatio img {
    -o-object-fit: cover;
    object-fit: cover
}

.sub-header__content {
    margin: 0 auto;
    padding: 0 105px;
    width: 100%
}

.sub-header:before {
    background: #893400;
    border-radius: 50em;
    content: "";
    height: 130px;
    width: 130px
}

.MainRotateContainer,
.sub-header:before {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.RotateContainer {
    align-items: center;
    animation: rotate 10s linear infinite reverse;
    animation-delay: 2s;
    background: #893400;
    border-radius: 50%;
    display: flex;
    height: 130px;
    justify-content: center;
    position: relative;
    width: 130px
}

@media screen and (max-width:767px) {
    .MainRotateContainer {
        right: 0;
        top: 0;
        transform: translate(60%, 50%)
    }
    .RotateContainer {
        animation: unset!important;
        transform: rotate(172deg)
    }
}

.RotateContainer .RotateText {
    height: calc(100% - 10px);
    position: absolute;
    width: calc(100% - 10px)
}

.RotateContainer .RotateText span {
    color: #fff;
    display: block;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    left: 50%;
    letter-spacing: .5px;
    position: absolute;
    text-transform: uppercase;
    transform-origin: 0 60px;
    width: -moz-fit-content;
    width: fit-content
}

.circular-text-bg {
    background: #893400;
    border-radius: 50em;
    height: 130px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 130px
}

.circular-text {
    animation: rotate 10s linear infinite reverse;
    animation-delay: 2s;
    color: #fff;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    left: 50%;
    letter-spacing: .5px;
    position: absolute;
    text-transform: uppercase;
    top: 50%!important;
    transform: translateX(-50%);
    transition: .5s ease-out
}

.circular-text div {
    left: 50%;
    position: absolute!important;
    top: 50%;
    transform: translate(-50%, -50%)
}

@keyframes rotate {
    0% {
        transform: rotate(1turn)
    }
    to {
        transform: rotate(0)
    }
}

.ImageWithTextContainer .ImageWithText_Content_Mobile,
.ImageWithTextContainer .ImageWithText_Heading_Mobile {
    display: none
}

.ImageWithTextContainer .circular-text {
    top: 0
}

.ImageWithTextContainer .sub-header__box:before {
    top: 527px
}

.ImageWithTextContainer .ImageWithTextContainer_ContentBox {
    height: auto
}

@media screen and (max-width:768px) {
    .ImageWithTextContainer .ImageWithText_Heading_Desktop {
        display: none
    }
    .ImageWithTextContainer .sub-header__content {
        padding: 20px
    }
    .ImageWithTextContainer .ImageWithText_Heading_Mobile {
        color: #893400;
        display: block;
        font-family: var(--text-font-family);
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 25px;
        text-transform: uppercase
    }
    .ImageWithTextContainer .ImageWithText_Content_Mobile {
        display: block
    }
    .ImageWithTextContainer .ImageWithText_Content_Desktop {
        display: none
    }
    .ImageWithTextContainer .ImageWithTextContainer_Image {
        order: -1
    }
    .ImageWithTextContainer .button-border {
        display: block;
        height: auto;
        width: -moz-fit-content;
        width: fit-content
    }
    .ImageWithTextContainer .ImageWithText_RotateContainer .circular-text-bg {
        background: #893400;
        border-radius: 50em;
        height: 130px;
        left: 100%;
        position: absolute;
        top: 5%;
        transform: translateX(-69%);
        width: 130px
    }
    .ImageWithTextContainer .circular-text {
        animation: initial;
        top: 5.7%;
        z-index: 1000
    }
}

.button-border {
    background: transparent;
    border: 1px solid #893400;
    border-radius: 50em;
    color: #893400;
    display: inline-block;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    font-weight: 600;
    height: auto;
    letter-spacing: .25px;
    line-height: 165%;
    line-height: 12px;
    padding: 14px 42px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
    width: auto
}

.button-border:hover {
    background: #893400;
    color: #fff
}

@media screen and (max-width:767px) {
    .ImageWithTextContainer_ContentBox {
        width: 100%
    }
    .ImageWithTextContainer_Image {
        border-bottom: 1px solid #893400;
        height: 85.52vw;
        width: 100%
    }
    .ImageWithTextContainer_Image .sub-header__background {
        height: 100%
    }
}

.guud-to-know {
    overflow: hidden
}

.guud-to-know__title {
    position: relative
}

.guud-to-know__title .title {
    margin-bottom: 55px
}

.blog-carousel .blog-item {
    margin-right: 40px;
    min-height: 560px;
    width: 345px
}

.blog-item .blog-item__image {
    background: #f8f8f8;
    height: -moz-min-content;
    height: min-content;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    width: 100%
}

.blog-carousel .blog-item .blog-item__image {
    height: 345px;
    width: 345px
}

.blog-item .blog-item__image.circle,
.blog-item .blog-item__image.rounded,
.blog-item .blog-item__image.rounted {
    border-radius: 50%
}

.blog-item .blog-item__image.left-top-rounded,
.blog-item .blog-item__image.left-top-rounted {
    border-bottom-right-radius: 30px;
    border-top-left-radius: 50%
}

@media screen and (max-width:768px) {
    .blog-item .blog-item__image.left-top-rounded,
    .blog-item .blog-item__image.left-top-rounted {
        border-bottom-right-radius: 20px;
        border-top-left-radius: 50%
    }
}

.blog-item .blog-item__image.square {
    border-radius: 30px
}

@media screen and (max-width:768px) {
    .blog-item .blog-item__image.square {
        border-radius: 20px
    }
}

.blog-item .blog-item__image.bow {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%
}

@media screen and (max-width:768px) {
    .blog-item .blog-item__image.bow {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%
    }
}

.blog-item .blog-item__image img {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.blog-item__category {
    display: block;
    float: left;
    margin: 25px 0 12px;
    width: 100%
}

.blog-item__category ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-item__category ul li {
    background: #000;
    border-radius: 50em;
    color: #fff;
    float: left;
    font-family: var(--text-font-family);
    font-size: 11px;
    font-weight: 600;
    height: 25px;
    letter-spacing: .5px;
    line-height: 25px;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 0 20px;
    text-transform: uppercase
}

.blog-item__category ul li:last-child {
    margin-right: 0
}

@media (max-width:768px) {
    .blog-item__category ul li {
        margin-bottom: 8px
    }
    .blog-carousel .blog-item {
        min-height: 0;
        width: 345px
    }
    .guud-to-know__title .title {
        margin-bottom: 0
    }
}

.blog-item__category ul li.green {
    background: #008d4a
}

.blog-item__category ul li.blue {
    background: #8ca9ff
}

.blog-item__category ul li.lime {
    background: #bdba00
}

.blog-item__category ul li.red {
    background: #ff8180
}

.blog-item__category ul li.mint {
    background: #54c5aa
}

.blog-item__category ul li.brown {
    background: #893400
}

.blog-item__category ul li.violet {
    background: #943279
}

.blog-item__content {
    color: #893400
}

.blog-item__content h3 {
    font-feature-settings: "ss01";
    font-family: var(--heading-font-family);
    font-size: 24px;
    margin-bottom: 20px
}

.blog-item__content .author {
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase
}

.UGC__Container>.button-group {
    align-items: center;
    display: flex;
    height: 50px;
    margin-left: 0px
}

.UGC__Block__MainBtn {
    display: inline-block;
    margin: 10px 0;
    width: 100%;

    @media screen and (min-width: 768px) {
        width: 31%;
    }
}

.ugc-button{
    background: #893400;
    border: 1px solid #893400;
    border-radius: 50em;
    color: #ffffff;
    display: inline-block;
    font-family: var(--text-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    font-weight: 600;
    height: 50px;
    letter-spacing: .25px;
    line-height: 21px;
    padding: 14px 42px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
    width: auto;
}

.ugc-button:hover {
    border: 1px solid #893400;
    background: transparent;
    color: #893400;
}

.UGC__Container .UGC__Title .button-group {
    margin-right: 20px
}

@media screen and (min-width:768px) {
    .UGC__Container .UGC__Title .button-group {
        display: none !important;
    }
}

@media screen and (max-width:1024px) {
    .UGC__Container .UGC__Title .button-group {
        display: none
    }
}

.UGC__Container .button-group button {
    background: transparent
}

.UGC__Container .UGC__Block_Container {
    padding: 10px 0
}

.UGC__Container .UGC__Block_Container .flickity-page-dots {
    display: none
}

@media screen and (max-width:768px) {
    .UGC__Container .UGC__Block_Container .flickity-page-dots {
        display: initial
    }
}

.UGC__Container .UGC__Block_Container .UGC__SingleBlock {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 50%!important
}

.UGC__SingleBlock h1 {
    font-size: 19px!important;
    font-weight: 400!important;
    margin-top: 0!important
}

.UGC__SingleBlock p {
    font-size: 20px!important;
    font-weight: 400!important
}

@media screen and (max-width:768px) {
    .UGC__Container .UGC__Block_Container .UGC__SingleBlock {
        width: 80%!important
    }
    .UGC__Section {
        border-top: 1px solid #893400
    }
    .UGC__Container .UGC__Title h1 {
        margin-left: 0
    }
    .UGC__Block:first-child {
        padding-left: 0
    }
}

.UGC__Container .UGC__Block_Container .UGC__Block {
    width: 34% !important;
    padding: 0 3% 0 0;
}

@media screen and (max-width:768px) {
    .UGC__Container .UGC__Block_Container .UGC__Block {
        min-width: auto!important;
        width: 80% !important;
    }
}

.UGC__Container .UGC__Block_Container .UGC__Block .UGC__Block__Title h1 {
    font-family: var(--text-font-family);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 5px;
    margin-top: 30px;
    text-transform: uppercase
}

.UGC__Container .UGC__Block_Container .UGC__Block .UGC__Block__SubTitle h2 {
    font-family: var(--text-font-family);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 30px;
    margin-top: 10px;
    opacity: .5
}

.UGC__Container .UGC__Block_Container .UGC__Block .UGC__Block__Image img {
    aspect-ratio: 1;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.subscriptions {
    overflow: hidden;
    padding: 120px 0 150px;
    position: relative
}

@media (max-width:1440px) {
    .subscriptions {
        background-position: -150px
    }
}

.subscriptions>.container {
    align-items: center!important;
    display: flex;
    flex-wrap: wrap
}

.subscriptions__Image {
    width: 50%
}

.subscriptions__image .AspectRatio {
    height: 100%
}

.subscriptions__Content {
    margin: 0 auto;
    width: 50%
}

.abs {
    position: absolute
}

.subscriptions__image {
    border-radius: 20px;
    height: 610px;
    margin-left: auto;
    margin-right: auto;
    max-width: 498px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.subscriptions__image img {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.subscriptions__content {
    color: #893400;
    margin-left: 170px
}

.subscriptions__content h3 {
    line-height: normal
}

.subscriptions__content .title,
.subscriptions__content p {
    margin-bottom: 35px
}

.check-list {
    list-style: none;
    margin-bottom: 30px;
    padding: 0 10px 0 0
}

.check-list li {
    align-items: center;
    display: flex;
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 22px;
    margin-bottom: 14px
}

.check-list li:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='check' class='svg-inline--fa fa-check fa-w-16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23893400' d='m173.898 439.404-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 20px;
    min-width: 20px;
    width: 20px
}

.subscriptions__image-mobile {
    display: none!important
}

.check-list.animation {
    opacity: 1
}

.check-list.animation li {
    animation: fadeInList .5s linear;
    animation-fill-mode: both;
    display: block;
    position: relative
}

.check-list.animation li:first-child {
    animation-delay: .25s
}

.check-list.animation li:nth-child(2) {
    animation-delay: .5s
}

.check-list.animation li:nth-child(3) {
    animation-delay: .75s
}

.check-list.animation li:nth-child(4) {
    animation-delay: 1s
}

.check-list.animation li:nth-child(5) {
    animation-delay: 1.25s
}

.check-list.animation li:nth-child(6) {
    animation-delay: 1.5s
}

@keyframes fadeInList {
    0% {
        opacity: 0
    }
    75% {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

.why__organic_shape_left {
    display: block;
    left: 50%;
    margin-left: -250px;
    margin-top: -40px;
    top: 50px;
    transform: translateX(-100%) rotate(28deg)
}

.why__organic_shape_left svg {
    height: 800px;
    width: 1000px
}

@media (max-width:768px) {
    .subscriptions__image {
        height: 50vh
    }
    .why__organic_shape_left svg {
        height: 800px;
        width: 1000px
    }
    .why__organic_shape_left {
        margin-left: 0;
        margin-top: -80px
    }
}

@media screen and (max-width:1024px) {
    .subscriptions__content {
        margin-left: 0;
        margin-top: 55px;
        padding: 0 1.5rem
    }
    .subscriptions__image {
        padding: 0 1.5rem
    }
    .check-list li {
        margin-bottom: 10px
    }
}

@media screen and (max-width:768px) {
    .why__organic_shape_left.subscriptions__background-svg-hide-mobile {
        display: none!important
    }
    .subscriptions {
        border-top: 1px solid #893400;
        padding-bottom: 40px
    }
    .subscriptions.subscriptions__less-padding {
        padding-top: 0
    }
    .subscriptions__image {
        border-radius: unset;
        height: 90.87049vw!important
    }
    .subscriptions__Content,
    .subscriptions__Image {
        width: 100%
    }
    .subscriptions__content {
        margin: 26px 0 0;
        padding: 0
    }
    .subscriptions__image-desktop {
        display: none!important
    }
    .subscriptions__image-mobile {
        display: block!important
    }
    .subscriptions__content .Subscription__Content__Desktop--mobile-hidden {
        display: none
    }
    .subscriptions__content .check-list {
        display: flex;
        flex-wrap: wrap
    }
    .subscriptions__content .check-list li {
        width: 100%
    }
    .subscriptions__content .button-border {
        font-size: 16px;
        text-transform: none;
        width: 100%
    }
}

.newsletter-section {
    background-position: 100%;
    background-size: cover;
    color: #893400;
    padding: 150px 0 170px;
    position: relative
}

.newsletter__background-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.newsletter__background-image--mobile {
    display: none
}

.newsletter__background-image .AspectRatio {
    height: 100%;
    width: 100%
}

.newsletter__background-image .AspectRatio img {
    -o-object-fit: cover;
    object-fit: cover
}

.newsletter-section .container {
    position: relative
}

@media screen and (max-width:992px) {
    .newsletter__background-image--mobile {
        display: block
    }
    .newsletter__background-image--desktop {
        display: none
    }
    .newsletter__background-image .AspectRatio {
        height: auto;
        width: auto
    }
    .newsletter__background-image .AspectRatio:before {
        padding-bottom: calc(65%/(var(--aspect-ratio)))
    }
}

.newsletter-section__Container {
    width: 41.66666667%
}

@media screen and (max-width:1024px) {
    .newsletter-section {
        align-items: flex-end;
        background: #f3d8c2;
        background-position: top;
        background-size: 100% 50%;
        background-size: 100% auto;
        display: flex;
        height: auto;
        padding: 420px 0 120px
    }
    .newsletter-section__Container {
        width: 100%
    }
    .newsletter-section .title {
        margin-bottom: 20px
    }
    .newsletter-section .newsletter__form {
        max-width: 100%
    }
    .newsletter-section p br {
        display: none
    }
}

.newsletter-section .title {
    margin-bottom: 40px
}

.newsletter-section p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 22px;
    margin-bottom: 50px
}

.newsletter-section .newsletter__form {
    margin-bottom: 0;
    margin-left: 0;
    max-width: 410px
}

.newsletter-section .newsletter__input::-moz-placeholder {
    color: #893400
}

.newsletter-section .newsletter__input::placeholder {
    color: #893400
}

.newsletter-section .newsletter__input {
    border-bottom: 1px solid #893400;
    color: #893400;
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: none
}

.newsletter-section .newsletter__submit {
    border-bottom: 1px solid #893400;
    color: #893400;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase
}

.Collection_ChatBanner {
    margin: auto;
    max-width: 1440px
}

.ChatBanner__Container {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.ChatBanner__Container .ChatBanner__Item:first-child {
    flex: 0 0 auto;
    width: 75%
}

.ChatBanner__Container .ChatBanner__Item:nth-child(2) {
    flex: 0 0 auto;
    width: 25%
}

.ChatBanner__Container .ChatBanner__Item:first-child p {
    color: #893400;
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 22px;
    margin: 0
}

.ChatBanner__Item a {
    width: 100%!important
}

.small-call-to-action__content {
    background: #fff;
    padding: 42px 0
}

@media screen and (max-width:1024px) {
    .small-call-to-action__content {
        padding: 20px
    }
    .ChatBanner__Item.footer {
        width: 100%!important
    }
    .ChatBanner__Item.footer p {
        color: #893400;
        font-size: 14px;
        font-weight: 700;
        max-width: unset;
        text-align: center
    }
    .ChatBanner__Item a {
        background-color: #893400;
        color: #fff;
        margin-bottom: 0;
        margin-top: 14px
    }
    .ChatBanner__Item a:hover {
        background-color: #fff!important;
        color: #893400!important
    }
    .Footer__Bottom__Container,
    .Footer__Bottom__Container ul {
        flex-wrap: wrap
        color: #fff;
    }
}

@media screen and (max-width:768px) {
    .small-call-to-action__content {
        border: 1px solid #893401
    }
    .Accordion_Container {
        padding: 0 21px
    }
    .ChatBanner__Container .ChatBanner__Item {
        flex: 0 0 auto;
        width: 100%!important
    }
}

@media screen and (max-width:576px) {
    .container {
        max-width: 540px
    }
}

.small-call-to-action__content .row {
    align-items: center
}

.small-call-to-action p {
    color: #893400;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 15px
}

.small-call-to-action .start-button {
    border: 1px solid #893400;
    box-shadow: none;
    margin-left: auto;
    margin-right: 0;
    width: 170px
}

.small-call-to-action .start-button:hover {
    background-color: #893400;
    color: #fff
}

.single-page-product {
    background: #f7f6f4;
    min-height: -moz-fit-content;
    min-height: fit-content
}

.Container__Row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--color-brand);
}

.Product__Image__Container {
    flex: 0 0 auto;
    width: 58.33333333%
}

.Product__Content__Container {
    flex: 0 0 auto;
    width: 41.66666667%
}

.product__carousel {
    position: sticky;
    top: 0;
    z-index: 2
}

.product-form__cart-submit {
    width: 100%
}

.single-page-product .main-carousel .carousel-cell {
    border-right: 1px solid #893400;
    height: 100vh;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: -1
}

.single-page-product .main-carousel .carousel-cell .AspectRatio {
    height: 100%
}

.single-page-product .main-carousel .carousel-cell img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.main-carousel .carousel-cell.is-selected {
    opacity: 1;
    z-index: 0
}

.main-carousel .carousel-cell.is-selected img {
    animation: imageproduct 1.2s ease-out
}

.product__carousel .button-group {
    bottom: 20px;
    position: absolute;
    right: 20px
}

@keyframes imageproduct {
    0% {
        display: none;
        height: 0;
        opacity: 0;
        transform: scale(1.3)
    }
    10% {
        display: none;
        height: 50%;
        opacity: 0;
        transform: scale(1.3)
    }
    to {
        display: block;
        height: 100%;
        opacity: 1;
        transform: scale(1)
    }
}

.product-page__content {
    color: #893400;
    padding: 65px 70px 85px
}

.product-description {
    left: 50%;
    max-width: 490px;
    position: relative;
    transform: translate(-50%)
}

.product-showcase__reviews {
    clear: both;
    display: block;
    overflow: hidden
}

.okeReviews.okeReviews--theme {
    font-size: 15px
}

.okeReviews {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6
}

.okeReviews .okeReviews-reviewsSummary {
    display: inline-block
}

.okeReviews .okeReviews-reviewsSummary.is-okeReviews-clickable {
    cursor: pointer
}

.okeReviews.okeReviews--theme .okeReviews-starRating.okeReviews-starRating--small {
    height: 15px;
    width: 75px
}

.okeReviews.okeReviews--theme .okeReviews-starRating {
    height: 20px;
    width: 100px
}

.product-showcase__reviews .okeReviews .okeReviews-starRating {
    height: 13px!important;
    margin-top: 5px;
    vertical-align: top
}

.okeReviews .okeReviews-starRating--small {
    height: 20px;
    width: 100px
}

.okeReviews .okeReviews-starRating {
    display: inline-block;
    height: 25px;
    position: relative;
    vertical-align: middle;
    width: 125px
}

.product-showcase__reviews .re_2 {
    font-size: .875em;
    line-height: 15px
}

.product-showcase__header .caps {
    font-weight: 600
}

.offcanvas-button,
.product-showcase__header .caps {
    font-family: var(--text-font-family);
    font-size: 12px;
    text-transform: uppercase
}

.offcanvas-button {
    align-items: center;
    background: 0;
    border: 0;
    color: #893400;
    display: flex;
    font-weight: 600!important;
    letter-spacing: 1px;
    position: relative
}

.offcanvas-button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cpath d='M382.678 226.804 163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z' fill='%23893400' data-original='%23000000' xmlns='http://www.w3.org/2000/svg'/%3E%3C/svg%3E");
    background-size: contain;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    margin-top: -1px;
    position: relative;
    width: 10px
}

.rc-widget .rc-template__legacy-radio .rc-radio.rc-option__subsave {
    position: relative
}

.product-recharge .rc-widget .rc-option--active {
    background: #fff;
    border-color: #893400!important
}

.product-recharge .rc-template__legacy-radio .rc-radio {
    align-items: center;
    border: 1px solid #eeece9;
    border-radius: 5px;
    cursor: pointer;
    flex: 0 0 100%;
    margin-bottom: 8px;
    padding: 15px 30px 15px 20px!important;
    width: 100%
}

.rc-template__legacy-radio .rc-radio {
    display: block;
    white-space: nowrap
}

.product-recharge .rc-option__onetime .rc-radio__label.rc_widget__option__label {
    padding-bottom: 20px;
    position: relative
}

.product-recharge .rc_widget__option__selector {
    align-items: center;
    display: flex;
    width: 100%
}

.product-recharge .rc-widget .rc-option--active .rc-radio__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #893400!important;
    border-radius: 10000px;
    box-shadow: inset 0 0 0 3px #fff!important
}

.product-recharge .rc-radio .rc-radio__input {
    border: 1px solid #893400;
    cursor: pointer;
    display: inline;
    flex-shrink: 0;
    height: 20px;
    margin: 0;
    width: 20px
}

.product-recharge label.rc-radio__label {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-family: var(--text-font-family);
    font-size: 15px;
    font-weight: 600;
    justify-content: space-between;
    margin-left: 20px;
    width: 100%
}

.rc-widget .rc-option__text {
    padding-right: 4px
}

.rc-widget .rc-template__legacy-radio .rc-radio.rc-option__subsave [data-label-discount].rc-option__discount {
    background: #94b6fe;
    display: block;
    line-height: normal;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: -13px
}

.rc-widget .rc-template__legacy-radio .rc-radio.rc-option__subsave [data-label-discount].rc-option__discount:before {
    content: "SAVE "
}

.product-recharge .rc-option__price.rc_widget__price {
    font-weight: 600
}

.product-recharge .rc-template__legacy-radio .rc_widget__option__selector+.rc-selling-plans {
    display: inherit!important;
    padding-bottom: 0;
    padding-left: 40px
}

.product-recharge .rc-selling-plans__label {
    font-size: 12px;
    text-transform: lowercase
}

.product-recharge select {
    word-wrap: normal;
    background: none;
    border: 1px solid #893400!important;
    color: #893400;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: var(--text-font-weight);
    letter-spacing: .5px;
    text-transform: lowercase
}

.product-recharge .rc-option__onetime .rc-radio__label.rc_widget__option__label:after {
    bottom: 0;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: var(--text-font-weight);
    letter-spacing: .5px;
    position: absolute
}

.product-recharge .rc_popup {
    display: none
}

.products-showcase__bottom .button-border {
    background: #893400;
    color: #fff
}

.products-showcase__bottom .button-border:hover {
    background: transparent;
    border: 1px solid #893400;
    color: #893400
}

.delivery {
    align-items: center;
    color: #893400;
    display: flex;
    font-size: 12px;
    justify-content: start;
    position: relative
}

.delivery:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 461.103 461.103' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cpath d='M325.949 350.032a13.84 13.84 0 0 0-12.749-12.749c-7.622.581-13.329 7.23-12.749 14.851a13.84 13.84 0 0 0 12.749 12.749c7.622-.58 13.329-7.23 12.749-14.851zM359.709 338.192a13.84 13.84 0 0 0-12.749-12.749c-7.622.581-13.329 7.23-12.749 14.851a13.84 13.84 0 0 0 12.749 12.749c7.622-.58 13.329-7.23 12.749-14.851z' fill='%23893400' data-original='%23000000' xmlns='http://www.w3.org/2000/svg'/%3E%3Cpath d='M461.04 127.683v-.64a8.05 8.05 0 0 0-.64-1.28l-.48-.64-.96-1.04-.56-.48-1.04-.48h-.4L283.2 52.083a8.004 8.004 0 0 0-6 0l-173.36 69.84h-.4l-1.04.48-.56.48-.96 1.04-.48.64a8.05 8.05 0 0 0-.64 1.28v.64a7.968 7.968 0 0 0 0 2v64H8a8 8 0 0 0 0 16v1.04h90.8v27.36H67.68a8 8 0 0 0 0 16H98.8v27.36H25.04a8 8 0 0 0 0 16H98.8v33.44a8 8 0 0 0 4.96 7.36l173.44 72a8.005 8.005 0 0 0 2.72.56 8.005 8.005 0 0 0 2.72-.56l173.44-72a8 8 0 0 0 4.96-7.36v-200a7.968 7.968 0 0 0 0-2zm-180.88-59.36 65.76 26.32-149.6 63.28-68.4-28.48 152.24-61.12zm-8.24 321.44-157.12-65.44v-28.16H148a8 8 0 0 0 0-16h-33.2v-27.36h76a8 8 0 0 0 0-16h-76v-27.28h16a8 8 0 0 0 0-16h-16v-52.16l61.12 25.28 96 40v183.12zm8.32-196.64-63.2-26.48 149.76-63.52 65.52 26.4-95.44 40-56.64 23.6zm7.92 196.64v-183.12l45.04-18.72 112-46.72.4 183.12-157.44 65.44z' fill='%23893400' data-original='%23000000' xmlns='http://www.w3.org/2000/svg'/%3E%3C/svg%3E");
    background-size: contain;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    width: 20px
}

ul {
    margin-bottom: 1rem;
    margin-top: 0;
    padding-left: 2rem
}

.Header--shifted .add-to-bag-desktop,
.scrolled-up .add-to-bag-desktop {
    background: #f7f6f4;
    height: 69px;
    margin-top: -69px;
    opacity: 1;
    position: absolute;
    visibility: visible;
    width: 100%
}

.add-to-bag-desktop {
    align-items: center;
    display: flex;
    height: 69px;
    height: 0;
    justify-content: space-between;
    opacity: 0;
    padding: 0 0 0 30px;
    transition: all .25s;
    visibility: hidden
}

.add-to-bag-desktop .add-to-bag {
    background: #893400;
    border-radius: 0;
    color: #fff;
    height: 69px;
    width: 252px
}

.add-to-bag-desktop__left {
    align-items: center;
    display: flex;
    flex-direction: row
}

.add-to-bag-desktop__left .title {
    font-size: 36px;
    line-height: 1;
    margin-left: 15px;
    padding-left: 15px;
    position: relative
}

.add-to-bag-desktop__left .title:before {
    background: #893400;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.add-to-bag-desktop__left svg {
    height: 32px;
    width: auto
}

.add-to-bag-desktop .product-item__specification p {
    color: #893400
}

.add-to-bag-desktop__right {
    align-items: center;
    display: flex
}

.add-to-bag-desktop .product-item__specification {
    margin-right: 35px
}

@media (max-width:1199px) {
    .add-to-bag-desktop {
        display: none
    }
}

.mobile-button {
    background: #f7f6f4;
    border-bottom: 1px solid #893400;
    border-top: 1px solid #893400;
    bottom: 0;
    display: none;
    left: 0;
    padding: 14px 21px;
    position: fixed;
    right: 0;
    transform: translateY(92px);
    transition: all .3s;
    width: 100%;
    z-index: 999
}

.mobile-button .button .add-to-bag {
    background-color: #893400;
    color: #fff
}

.mobile-button .button .add-to-bag:hover {
    background-color: #fff;
    color: #893400
}

.single-page-product.show-button .mobile-button {
    transform: translateY(0)
}

.offcanvas {
    background: #f7f6f4;
    background-clip: padding-box;
    bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    right: 0;
    transition: transform .3s ease-in-out;
    z-index: 1045
}

.offcanvas-end {
    border-top: 0;
    height: calc(100vh - 110px);
    overflow-y: auto;
    top: 110px;
    transform: translateX(100%);
    width: 530px
}

.offcanvas-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.offcanvas-body__lead {
    padding: 25px
}

.offcanvas-body__lead h5 {
    font-feature-settings: "ss01";
    color: #893400;
    font-family: var(--text-font-family);
    font-size: 30px;
    font-style: var(--text-font-style);
    font-weight: var(--text-font-weight);
    margin-bottom: 35px
}

.offcanvas-end table.table {
    margin-bottom: 40px
}

.table,
.table th a {
    color: #893400;
    font-weight: 400
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.table>thead tr th {
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: .5rem 25px;
    text-align: left;
    text-transform: uppercase
}

.offcanvas-end .table tr {
    border-right: 0;
    border: 1px solid #893400;
    border-left: 0
}

.table>:not(caption)>*>* {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    padding: .5rem 14px
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-backdrop {
    background: transparent;
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.fade {
    transition: opacity .15s linear
}

.offcanvas-body h5 {
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: uppercase
}

.offcanvas.show {
    transform: none
}

.offcanvas-header .btn-close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512.001 512.001' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cpath d='M284.286 256.002 506.143 34.144c7.811-7.811 7.811-20.475 0-28.285-7.811-7.81-20.475-7.811-28.285 0L256 227.717 34.143 5.859c-7.811-7.811-20.475-7.811-28.285 0-7.81 7.811-7.811 20.475 0 28.285l221.857 221.857L5.858 477.859c-7.811 7.811-7.811 20.475 0 28.285a19.938 19.938 0 0 0 14.143 5.857 19.94 19.94 0 0 0 14.143-5.857L256 284.287l221.857 221.857c3.905 3.905 9.024 5.857 14.143 5.857s10.237-1.952 14.143-5.857c7.811-7.811 7.811-20.475 0-28.285L284.286 256.002z' fill='%23893400' data-original='%23000000' xmlns='http://www.w3.org/2000/svg'/%3E%3C/svg%3E");
    background-size: contain;
    box-sizing: border-box;
    height: 20px;
    margin: 5px -.5rem -.5rem 10px;
    padding: .5rem;
    width: 20px
}

.btn-close:hover {
    opacity: .75;
    text-decoration: none
}

.offcanvas-body {
    font-size: 13px;
    padding: 0 25px 40px
}

.accordion-body .offcanvas-body {
    padding-top: 20px
}

@media screen and (max-width:1200px) {
    .Product__Content__Container,
    .Product__Image__Container {
        width: 50%
    }
}

@media screen and (max-width:1024px) {
    .product__carousel {
        position: relative
    }
    .single-page-product .main-carousel .carousel-cell {
        border: 0;
        height: 50vh
    }
    .product-page__content {
        margin-top: 0;
        padding: 40px 20px 10px
    }
    .product-tight .product-page__content {
        padding-top: 15px!important
    }
    .product-showcase__header.caps_alt .caps {
        font-size: 16px
    }
    .Ingredients_Desktop {
        display: none
    }
    #offcanvasRight {
        display: none;
        z-index: 11
    }
    .mobile-button {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

@media screen and (max-width:768px) {
    .Product__Content__Container,
    .Product__Image__Container {
        width: 100%
    }
    .product-description {
        display: flex;
        flex-direction: column
    }
}

.sub-header.sub-header__product {
    background: transparent;
    padding-bottom: 65px;
    padding-top: 100px
}

.sub-header.sub-header__product:before {
    display: none
}

.HowToUse__Container {
    align-items: center;
    border: 1px solid #893400;
    display: flex;
    justify-content: flex
}

.video-testimonial-block {
    align-items: center;
    display: flex;
    height: 400px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.video-testimonial-block .video {
    height: 100%;
    width: 100%
}

.HoToUse__Content__Container,
.HowToUse__Video__Container {
    width: 50%
}

.sub-header.sub-header__product .HowToUse__Container {
    background: #fff
}

.sub-header.sub-header__product .sub-header__image {
    height: 400px;
    width: 100%
}

.sub-header.sub-header__product .sub-header__image img {
    -o-object-fit: cover;
    object-fit: cover
}

.sub-header__content ul {
    list-style: disc
}

.sub-header__content ul li {
    margin-bottom: 20px
}

.video-testimonial-block video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media screen and (max-width:1024px) {
    .Ingredients_Desktop,
    .sub-header__product_mobile,
    .subscriptions-product__mobile {
        display: none
    }
}

.Product__Benefits .container {
    padding: 0
}

@media screen and (max-width:1024px) {
    .Product__Benefits__Mobile__Hidden {
        display: none
    }
}

.Product__Benefits .subscriptions__content {
    margin-left: 0
}

.Product__Benefits .subscriptions__content .title {
    margin-left: 0;
    max-width: 360px
}

.Product__Benefits .subscriptions__content .Subscription__Content__Desktop {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 22px;
    margin-left: 0
}

.Subscription__Content__Desktop {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 22px
}

.check-listDesktop li {
    align-items: baseline;
    display: flex!important
}

.Product__Benefits .check-list {
    display: flex;
    flex-wrap: wrap;
    height: -moz-fit-content;
    height: fit-content
}

.Product__Benefits .check-list li {
    padding-right: 10px;
    white-space: inherit;
    width: 50%
}

.Product__Benefits .subscriptions__image {
    border-radius: 20px;
    height: 610px;
    margin-left: auto;
    max-width: 498px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.Product__Benefits .why__organic_shape_left {
    display: block;
    left: auto;
    margin-right: -102px;
    margin-top: -20px;
    right: 0;
    transform: translate(0) rotate(347deg)
}

.Product__Benefits .why__organic_shape_left svg {
    height: auto;
    width: auto
}

.faq-section {
    color: #893400;
    padding-bottom: 65px
}

.faq-section .accordion-item {
    margin-bottom: -1px
}

.faq-section .title {
    margin-bottom: 30px
}

.accordion-button {
    align-items: center;
    color: #893400;
    display: flex;
    font-family: var(--text-font-family);
    font-size: 15px;
    justify-content: space-between;
    padding: 28px 21px;
    width: 100%
}

.accordion-button:not(.close) {
    background: transparent;
    box-shadow: none;
    color: #893400
}

.accordion-body {
    padding-top: 0
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-radius: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #893400
}

.accordion-header {
    margin-bottom: 0!important
}

.accordion-header .accordion-button,
.accordion-header .accordion-button p,
.accordion-header .accordion-button span {
    font-family: Nib Pro;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px
}

@media screen and (max-width:768px) {
    .accordion-header .accordion-button,
    .accordion-header .accordion-button p,
    .accordion-header .accordion-button span {
        font-family: Nib Pro;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px
    }
}

.accordion-body {
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 22px;
    padding: 0 21px 28px
}

.accordion-body video {
    padding: 10px 0;
    width: 100%
}

.accordion-body .accordion-button strong {
    margin: 0!important
}

@media screen and (max-width:768px) {
    .accordion-body {
        padding: 0 21px 21px!important
    }
    .service-page__title a {
        border-bottom: 0!important
    }
    .service-page__sidebar {
        border: 0!important
    }
}

.accordion-collapse {
    overflow: hidden;
    transition: all .3s ease-in-out
}

.accordion-header.close .accordion-button:after {
    background: 0;
    content: "+";
    flex-shrink: 0;
    font-size: 22px;
    height: 1.25rem;
    margin-bottom: 1.25rem;
    margin-left: auto;
    text-align: center;
    width: 1.25rem
}

.accordion-body .subscriptions {
    border: none
}

.accordion-body .Product__Benefits {
    padding-top: 21px
}

.accordion-body .subscriptions__Image {
    border-radius: 20px;
    margin: 0 auto;
    max-height: 50vh;
    max-width: 498px;
    order: -1;
    overflow: hidden;
    position: relative;
    width: 100%
}

.accordion-body .check-list {
    -moz-column-count: 1;
    column-count: 1;
    max-width: 500px;
    opacity: 1
}

.accordion-body .check-list li {
    width: 100%
}

.accordion-body .check-list p {
    margin-bottom: 0
}

.accordion-body table>thead {
    border: 0 solid;
    border-color: inherit;
    vertical-align: bottom
}

.accordion-body .table>thead tr th {
    border-bottom: .8px solid #893400;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 0 14px .5rem;
    text-align: left;
    text-transform: uppercase
}

.accordion-body .table>tbody tr td {
    border-bottom: .8px solid #dee2e6
}

.accordion-header:not(.close) .accordion-button:after {
    background: 0;
    content: "-";
    flex-shrink: 0;
    font-size: 22px;
    height: 1.25rem;
    margin-bottom: 1.25rem;
    margin-left: auto;
    text-align: center;
    transform: none;
    width: 1.25rem
}

.FAQ__Cotntainer {
    display: flex;
    flex-wrap: wrap
}

.FAQ__Title {
    flex: 0 0 auto;
    width: 41.66666667%
}

.FAQ__Content {
    flex: 0 0 auto;
    width: 58.33333333%
}

@media screen and (max-width:768px) {
    .FAQ__Content,
    .FAQ__Title {
        flex: 0 0 auto;
        width: 100%
    }
}

.FAQ__Content .accordion-item {
    margin-bottom: -1px
}

.Benefits__Container {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.Benefits__Content__Container,
.Benefits__Image__Container {
    width: 50%
}

.subscriptions-product .check-list {
    -moz-column-count: 2;
    column-count: 2;
    max-width: 500px
}

.Slideshow__Content.Slideshow__Content--middleLeft {
    padding: 0 20px
}

@media screen and (min-width:1008px) {
    .Slideshow__Content.Slideshow__Content--middleLeft {
        padding: 0 140px
    }
}

.content-image-with-text .sub-header {
    overflow: hidden
}

.newsletter-section .klaviyo-form form,
footer .klaviyo-form form {
    display: flex!important;
    justify-content: center;
    margin-left: 0!important;
    margin-right: 0!important;
    margin-top: 0!important;
    width: 100%!important
}

.newsletter-section .klaviyo-form form>div,
footer .klaviyo-form form>div {
    min-height: 0!important
}

.newsletter-section .klaviyo-form div[data-testid=form-component],
footer .klaviyo-form div[data-testid=form-component] {
    padding: 0!important
}

.newsletter-section .klaviyo-form input[name=email],
footer .klaviyo-form input[name=email] {
    background: 0 0!important;
    border-left: none!important;
    border-radius: 0!important;
    border-right: none!important;
    border-top: none!important;
    box-shadow: none!important;
    float: left!important;
    font-family: var(--text-font-family)!important;
    font-size: 15px!important;
    height: 37px!important;
    letter-spacing: .5px!important;
    line-height: 1!important;
    padding: 0 0 15px!important;
    text-transform: none!important;
    width: 100%!important
}

.klaviyo-form input[name=email]:focus,
.klaviyo-form input[name=email]:hover {
    box-shadow: none!important
}

.newsletter-section .klaviyo-form input[name=email]::-moz-placeholder,
footer .klaviyo-form input[name=email]::-moz-placeholder {
    font-family: var(--text-font-family)!important;
    font-size: 15px!important;
    letter-spacing: .5px!important
}

.newsletter-section .klaviyo-form input[name=email]::placeholder,
footer .klaviyo-form input[name=email]::placeholder {
    font-family: var(--text-font-family)!important;
    font-size: 15px!important;
    letter-spacing: .5px!important
}

.newsletter-section .klaviyo-form input[name=email] {
    border-bottom: 1px solid #893400!important;
    color: #893400!important
}

.newsletter-section .klaviyo-form input[name=email]::-moz-placeholder {
    color: #893400!important
}

.newsletter-section .klaviyo-form input[name=email]::placeholder {
    color: #893400!important
}

footer .klaviyo-form input[name=email] {
    border-bottom: 1px solid #fff!important;
    color: #fff!important
}

footer .klaviyo-form input[name=email]::-moz-placeholder {
    color: #fff!important
}

footer .klaviyo-form input[name=email]::placeholder {
    color: #fff!important
}

.newsletter-section .klaviyo-form button,
footer .klaviyo-form button {
    background: 0 0!important;
    border-left: none!important;
    border-radius: 0!important;
    border-right: none!important;
    border-top: none!important;
    box-shadow: none!important;
    float: left!important;
    font-family: var(--text-font-family)!important;
    font-size: 13px!important;
    font-weight: 600!important;
    line-height: 1!important;
    margin-top: 4px!important;
    padding: 0 0 12px!important;
    text-align: center!important;
    text-transform: uppercase!important;
    width: 64px!important
}

footer .klaviyo-form button {
    border-bottom: 1px solid #fff!important;
    color: #fff!important;
    letter-spacing: .5px!important
}

.newsletter-section .klaviyo-form button {
    border-bottom: 1px solid #893400!important;
    color: #893400!important
}

@media screen and (max-width:1024px) {
    .newsletter-section {
        align-items: flex-end;
        background: #f3d8c2 url(mobile-email-module-image-new_2048x2048.png) no-repeat;
        background-position: top;
        background-size: 100% 50%;
        background-size: 100% auto;
        display: flex;
        height: auto;
        padding: 420px 0 120px
    }
    @media screen and (max-width:767px) {
        .newsletter-section {
            background-size: 100% auto;
            padding-bottom: 60px;
            padding-top: 55%
        }
        .newsletter-section .container {
            margin: 0 auto;
            padding: 0 20px
        }
    }
}

.product-list__Container {
    display: flex;
    flex-wrap: wrap
}

.Collection_Header_Desktop {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    width: 100%
}

.product-list-menu .nav-scroll-container {
    flex-grow: 1;
    overflow-x: auto;
    overflow-y: hidden
}

.product-list-menu .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.product-list-menu .container-fluid {
    padding: 0;
    width: 100%
}

.product-list-menu {
    align-items: center;
    background: #fff;
    border-top: 1px solid #893401;
    display: flex;
    padding: 0 28px;
    top: 110px;
    width: 100vw
}

.product-list-menu p {
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 22px;
    margin: 0 28px 0 0;
    padding: 14px 0
}

.product-list-menu li a,
.product-list-menu p {
    color: #893401;
    display: block;
    font-family: var(--text-font-family);
    text-transform: uppercase
}

.product-list-menu li a {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .25px;
    line-height: 12px;
    padding: 14px 21px;
    white-space: nowrap
}

.product-list-menu li a.active {
    background: #893401;
    border-radius: 50em;
    color: #fff;
    padding: 14px 21px
}

.product-list-menu li a:hover {
    color: #000
}

.product-list-menu li a.active:hover {
    color: #fff
}

.product-list-menu .nav::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
    display: none
}

@media (max-width:1024px) {
    .small-call-to-action__content {
        padding: 40px
    }
    .small-call-to-action .start-button {
        background-color: #893400;
        color: #fff;
        margin-left: 0
    }
    .small-call-to-action .start-button:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='far' data-icon='comment-dots' class='svg-inline--fa fa-comment-dots fa-w-16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M144 208c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z'/%3E%3C/svg%3E")
    }
}

@media screen and (max-width:768px) {
    .Collection_Header_Desktop {
        display: none
    }
}

.Collection_Header_Mobile {
    display: none
}

@media screen and (max-width:768px) {
    .Collection_Header_Mobile {
        display: block
    }
}

.Collection_Header_Mobile .Current_Header_Bar {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.Collection_Header_Mobile .Current_Header_Bar .Current_Collection a {
    color: #893401
}

.Collection_Header_Mobile .Current_Header_Bar .Current_Collection a:hover {
    color: #000
}

.Collection_Header_Mobile .Current_Header_Bar .Collection_Filter {
    cursor: pointer
}

.Collection_Header_Mobile .Current_Header_Bar .Collection_Filter p {
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 22px;
    text-transform: none
}

.Collection_Header_Mobile .Current_Header_Bar .Collection_Filter .Collection_Filter_Plus {
    font-size: 15px
}

.Current_CollectionTitle--Mobile {
    font-family: var(--text-font-family);
    font-size: 15px;
    letter-spacing: .5px
}

.Collection_Header_Mobile .Collection_Tags {
    display: flex;
    flex-wrap: wrap;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.Collection_Header_Mobile .Collection_Tags .Collection_Tag {
    padding: 5px;
    width: 50%
}

.Collection_Header_Mobile .Collection_Tags .Collection_Tag a {
    border: 1px solid #893401;
    border-radius: 50em;
    color: #893401;
    display: block;
    padding: 10px;
    text-align: center;
    transition: background .5s, color .5s;
    width: 100%
}

.Collection_Header_Mobile .Collection_Tags .Collection_Tag a.active,
.Collection_Header_Mobile .Collection_Tags .Collection_Tag a:hover {
    background: #893401;
    color: #fff
}

.Collection_Product_Mobile {
    position: relative
}

@media screen and (max-width:768px) {
    .Collection_Product_Mobile {
        width: 50%
    }
}

@media screen and (max-width:420px) {
    .Collection_Product_Mobile .product-item__specification p,
    .Collection_Product_Mobile .product-item__specification small {
        font-size: 9px
    }
    .Collection_Product_Mobile .product-item__specification p+p {
        margin-left: 5px;
        padding-left: 5px
    }
}

.collection-page .Bundle_Section .Bundle_Container .Bundle_Text a {
    margin: 0 auto;
    max-width: 397px
}

.Bundle_Section .BundleRotate {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%)
}

.Bundle_Section {
    position: relative
}

@media screen and (max-width:768px) {
    .Bundle_Section .BundleRotate {
        left: unset;
        position: absolute;
        right: 0;
        top: 65px;
        transform: translate(29%, -50%);
        z-index: 2
    }
    .Bundle_Section {
        margin-top: -50px;
        overflow: hidden;
        padding-top: 50px
    }
    .Bundle_Section .BundleRotate .RotateContainer {
        animation: unset;
        transform: rotate(172deg)
    }
}

.Bundle_Section .Bundle_Container {
    align-items: center;
    background-color: #fff;
    border: 1px solid #893400;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 14px;
    position: relative;
    width: 100%
}

@media screen and (max-width:768px) {
    .Bundle_Section .Bundle_Container {
        background-color: initial;
        flex-direction: column;
        padding-top: 25vh
    }
    .Bundle_Section .Bundle_Image>.AspectRatio:first-of-type {
        margin-bottom: 21px
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .Bundle_Section .Bundle_Container .Bundle_Image {
        margin: 60px 0
    }
}

.Bundle_Image .AspectRatio {
    height: 100%;
    width: 100%
}

.Bundle_Image .AspectRatio--mobile {
    height: 100%;
    position: absolute;
    width: 100%
}

.Bundle_Image .AspectRatio--mobile img {
    height: 50vh;
    transform: scale(1.12);
    transition: all .3s
}

.Bundle_Image:hover .AspectRatio--mobile img {
    transform: scale(1)
}

.Bundle_Section .Bundle_Container .Bundle_Image {
    align-items: flex-end;
    border-top-left-radius: 50em;
    border-top-right-radius: 50em;
    display: flex;
    height: auto;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    width: 35%
}

@media screen and (max-width:768px) {
    .Bundle_Section .Bundle_Container .Bundle_Image {
        max-width: 305px;
        position: absolute;
        top: -25vh;
        width: 100%
    }
}

.Bundle_Section .Bundle_Container .Bundle_Image .AspectRatio--desktop img {
    height: 50vh;
    margin-top: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.Bundle_Section .Bundle_Container .Bundle_Text {
    padding-left: 50px;
    width: 54%
}

@media screen and (max-width:768px) {
    .Bundle_Section .Bundle_Container .Bundle_Text {
        padding-left: 0;
        width: 100%
    }
}

.Bundle_Section .Bundle_Container .Bundle_Text h2 {
    color: #893400;
    font-family: Nib Pro;
    font-size: 44px;
    font-weight: 400;
    line-height: 54px
}

.Bundle_Section .Bundle_Container .Bundle_Text p {
    color: #893400;
    font-family: var(--text-font-family);
    font-size: 14px!important;
    font-weight: 400!important;
    letter-spacing: .5px!important;
    line-height: 22px!important
}

@media screen and (max-width:768px) {
    .Bundle_Section .Bundle_Container .Bundle_Text h2 {
        font-family: Nib Pro;
        font-size: 32px;
        font-weight: 400;
        line-height: 42px
    }
}

.Bundle_Section .Bundle_Container .Bundle_Text a {
    border: 1px solid #893401;
    border-radius: 50em;
    color: #893401;
    display: block;
    font-family: var(--text-font-family);
    font-size: 14px!important;
    font-style: normal!important;
    font-weight: 600!important;
    letter-spacing: .25px!important;
    line-height: 12px!important;
    padding: 14px;
    text-align: center;
    text-transform: uppercase!important;
    transition: background .5s, color .5s;
    width: 100%
}

.Bundle_Section .Bundle_Container .Bundle_Text a:hover {
    background: #893401;
    color: #fff
}

.Bundle_Section .Bundle_Circle .circular-text-bg {
    left: 50%;
    position: absolute;
    top: 0
}

@media screen and (max-width:768px) {
    .Bundle_Section .Bundle_Circle .circular-text-bg {
        left: 100%;
        transform: translate(-63%, 105%);
        z-index: 2
    }
}

.Bundle_Section .Bundle_Circle .circular-text-bg .circular-text {
    position: absolute;
    top: 3px;
    z-index: 9999
}

@media screen and (max-width:768px) {
    .Bundle_Section .Bundle_Circle .circular-text-bg .circular-text {
        animation: initial
    }
    .accordion-body {
        padding: 0
    }
}

.speak-wtihoutpadding {
    margin-bottom: 0
}

@media screen and (max-width:1024px) {
    .speak-wtihoutpadding {
        margin-bottom: -150px
    }
}

.Collection__ProductList__Container {
    display: flex;
    flex-wrap: wrap
}

.Collection__ProductList__ProductContainer {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    padding: 0 21px;
    width: 33.3333%
}

@media screen and (max-width:768px) {
    .Collection_Product_Mobile {
        width: 50%
    }
}

.products-count {
    margin: 28px 0 77px;
    text-align: center
}

.inline-load {
    margin: 0 auto 45px;
    width: 265px
}

.inline-load .small-lead {
    margin-bottom: 0
}

.inline-load .progress {
    background: #fff;
    border: 0;
    height: 6px;
    margin: 25px 0;
    width: 100%
}

.progress {
    background: transparent;
    border: 1px solid #893400;
    border-radius: 50em;
    height: 10px;
    margin: 0 15px;
    width: 180px
}

.progress-bar {
    background: #893400;
    height: 6px
}

.progress-bar-container {
    align-items: center;
    display: flex;
    font-size: 12px
}

.products-count__Container {
    width: 100%
}

.Small_ChatBanner .Accordion_Container {
    border: none
}

.Small_ChatBanner .small-call-to-action__content {
    border: 1px solid #893401;
    padding: 50px 70px
}

@media screen and (max-width:1199px) {
    .Small_ChatBanner .small-call-to-action__content {
        padding: 40px 55px
    }
}

@media screen and (max-width:1024px) {
    .Small_ChatBanner .small-call-to-action__content {
        padding: 20px
    }
}

.product-list+.small-call-to-action {
    margin-top: 30px
}

.collection-page #main {
    background: #f7f6f4;
    padding-bottom: 70px;
    padding-top: 190px
}

.Chat_Faq_Section {
    display: none
}

@media screen and (max-width:1024px) {
    .Chat_Faq_Section {
        display: block;
        margin: 28px 0!important
    }
}

.Chat_Faq_Section .container {
    margin: 0;
    max-width: 100%;
    padding: 0
}

.Chat_Faq_Section .container .col-md-7 {
    padding: 0;
    width: 100%
}

.Chat_Faq_Section .accordion-button {
    color: #893400;
    font-family: var(--text-font-family);
    font-size: 15px;
    font-weight: 600;
    padding: 30px 25px;
    text-transform: uppercase
}

.okeReviews-ratingDistribution-item-value-count {
    display: flex!important
}

.mobile-button {
    z-index: 1030!important
}

.Benefits_container {
    padding: 0 20px
}

.Benefits_container .subscriptions__image {
    margin: 0
}

.How__Container li {
    font-size: 16px!important
}

.Chat_Faq_Section {
    margin-bottom: -1px;
    padding-bottom: 0
}

.accordion-body .sub-header__content {
    margin: 0!important;
    padding: 0!important;
    width: 100%!important
}

.accordion-body .Accordion_Container {
    border: none
}

.accordion-body .small-call-to-action__content {
    border: 1px solid #893401!important
}

.accordion-body .How__Container .container {
    padding: 0!important
}

footer {
    background: #893400;
    color: #fff;
    padding: 42px 0 21px
}

.Footer__List__Container {
    margin: 14px auto 53px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Footer__Container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10%;

    @media screen and (min-width: 960px) {
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
}



.Footer__Block__Container {
    width: 45%;
    text-align: left;

    @media screen and (min-width: 1200px) {
        flex: 0 0 auto;
        width: 22%
    }
}

.Footer__List__FullWidth {
    width: 100%;
    order: 2;

    @media screen and (min-width: 960px) {
        width: 60%;
        order: 2;
    }

    @media screen and (min-width: 1201px) {
        width: 50%;
    }
}

.Footer__Block__Container h4 {
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 30px;
    text-transform: uppercase
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer .social-menu {
    display: none;
    gap: 10px;
    order: 1;

    @media screen and (min-width: 1200px) {
        display: flex;
    }
}


.Footer__List__Container ul.social-menu li {
    margin-right: 14px
}

.Footer__List__Container ul.social-menu li:last-of-type {
    margin-right: 0
}

.Footer__List__Container ul.social-menu svg {
    height: 20px;
    width: 20px
}

.Footer__Block__Container ul li {
    margin-bottom: 14px
}

.Footer__Block__Container ul li:last-of-type {
    margin-bottom: 0
}

footer .footer__logo {
    margin-bottom: 75px;
    width: 73px
}

footer .title {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: Nib Pro;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 28px;
    margin-top: -10px
}

footer .title span {
    display: inline-block;
    margin: 14px 14px 0;
    position: relative;
    width: 76px
}

footer .title span svg {
    fill: #8ca9ff;
    width: 100%
}

.Footer__Block__Container ul li a:hover {
    color: inherit;
    opacity: .5
}

.Footer__Bottom__Container {
    align-items: baseline;
    display: flex;
    order: 2;
    flex-direction: column;

    @media screen and (min-width: 768px) {
        flex-direction: row;
    }
}

footer .Footer__Bottom__Container {
    order: 2;
    gap: 10px;

    @media screen and (min-width: 768px) {
        gap: 0px;
    }
}

.Footer__Bottom__Container .copyright {
    font-family: var(--text-font-family);
    font-size: 12px!important;
    font-weight: 400!important;
    letter-spacing: .5px!important;
    line-height: 22px!important;
    opacity: .5;
    position: relative;
    white-space: nowrap;
    word-break: keep-all;
    order: inherit;
}

.Footer__Bottom__Container ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: 25px;
    text-align: center;
    width: 100%
}

@media screen and (max-width:768px) {
    .Footer__Bottom__Container ul,
    footer .bottom-footer {
        margin-left: 0
    }
}

.Footer__Bottom__Container ul li {
    display: flex;
    position: relative
}

.Footer__Bottom__Container ul li:first-child:before {
    background: none;
}

.Footer__Bottom__Container ul li:last-child:after {
    background: hsla(0, 0%, 100%, .5);
}

.Footer__Bottom__Container ul li:before {
    background: hsla(0, 0%, 100%, .5);
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    display: none;

    @media screen and (min-width:768px) {
        display: block;
    }
}

.Footer__Bottom__Container ul li a {
    font-family: var(--text-font-family);
    font-size: 12px!important;
    font-weight: 400!important;
    letter-spacing: .5px!important;
    line-height: 22px!important;
    opacity: 1;
    padding: 0 21px;
    position: relative;
}

.Footer__Bottom__Container ul li a:hover {
    opacity: 1
}

@media screen and (max-width:1024px) {
    .Footer__List__Container {
        flex-direction: column
    }
}

@media screen and (max-width:768px) {
    .Footer__List__Container .social-menu {
        justify-content: center;
        margin-bottom: 15px
    }
    .Footer__Block__Container:last-of-type {
        margin-bottom: 0
    }
    .footer__logo {
        left: 50%;
        position: relative;
        transform: translateX(-50%)
    }
    footer .title {
        font-family: Nib Pro;
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;
        margin-bottom: 14px;
        margin-left: auto;
        margin-right: auto;
        width: -moz-fit-content;
        width: fit-content
    }
    footer .title span {
        margin: 0 7px -12px
    }
    .Footer__Bottom__Container ul li a {
        padding: 0 12px 0 0;
    }
}

footer .bottom-footer {
    align-items: center;
    display: flex;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 400;
    justify-content: space-between;
    letter-spacing: .5px;
    line-height: 22px;
    margin-top: 20px
}

@media screen and (max-width:768px) {
    footer .bottom-footer {
        margin-top: 0
    }
}

@media screen and (max-width:1000px) {
    footer .Footer__PaymentList,
    footer .bottom-footer {
        flex-wrap: wrap;
        justify-content: center
    }
    footer .Footer__PaymentList {
        align-items: center;
        display: flex
    }
}

footer .Footer__PaymentList .HorizontalList__Item {
    margin-inline: 7px
}

footer .Footer__PaymentList .HorizontalList__Item svg {
    width: 36px
}

.footer__logo {
    margin-bottom: 50px;
    text-align: center
}

.footer__logo svg {
    height: auto;
    width: 167px
}

.footer__logo svg path {
    fill: #fff
}

.newsletter__form {
    display: flex;
    justify-content: center;
    margin: 0 auto 65px;
    max-width: 520px;
    width: 100%
}

input.newsletter__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .08);
    border-radius: 0;
    color: #fff;
    float: left;
    font-size: 10px;
    letter-spacing: 1.5px;
    line-height: 1;
    padding: 0 0 15px;
    text-transform: uppercase;
    width: calc(100% - 64px)
}

input:focus {
    box-shadow: none;
    outline: 0
}

.newsletter__submit {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    float: left;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 4px;
    padding: 0 0 12px;
    text-align: center;
    text-transform: uppercase;
    width: 64px
}

.newsletter__input::-moz-placeholder {
    color: #fff
}

.newsletter__input::placeholder {
    color: #fff
}

footer .nav .nav-item a {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

footer .nav .nav-item:first-child {
    margin-right: 20px
}

footer .nav .nav-item+.nav-item {
    margin-left: 20px;
    margin-right: 20px
}

footer .nav .nav-item:last-child {
    margin-right: 0
}

footer p {
    margin-bottom: 0
}

footer a {
    color: #fff;
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 22px
}

footer .nav .nav-item a:hover {
    color: #fff;
    opacity: .5
}

.footer__bottom {
    border-top: 1px solid hsla(0, 0%, 100%, .08);
    margin-top: 30px;
    padding-top: 20px
}

.footer__bottom .row {
    justify-content: space-between
}

.footer__bottom a,
.footer__bottom p {
    color: hsla(0, 0%, 100%, .4)
}

.copyright p {
    display: inline-block;
    float: left;
    margin-bottom: 0
}

.text-right {
    text-align: right
}

.copyright .nav a {
    padding: 0 15px;
    position: relative
}

.copyright .nav li:first-child a {
    margin-left: 15px
}

.copyright .nav li a:before {
    background: hsla(0, 0%, 100%, .4);
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

@media (max-width:767px) {
    footer h4 {
        margin-top: 50px
    }
    footer {
        padding: 40px 0 30px
    }
    footer .nav .nav-item:first-child {
        margin-right: 15px
    }
    footer .nav .nav-item+.nav-item {
        margin-left: 15px;
        margin-right: 15px
    }
    footer .nav .nav-item:last-child {
        margin-right: 0
    }
    .copyright {
        display: flex;
        justify-content: center
    }
    .text-right {
        margin-top: 20px;
        text-align: center
    }
    .copyright .nav a {
        padding: 0 7px;
        position: relative
    }
    .copyright .nav li:first-child a {
        margin-left: 7px
    }
}

@media (max-width:425px) {
    footer .nav .nav-item:first-child {
        margin-right: 5px
    }
    footer .nav .nav-item+.nav-item {
        margin-left: 5px;
        margin-right: 5px
    }
    footer .nav .nav-item:last-child {
        margin-right: 0
    }
    footer .nav .nav-item a {
        font-size: 9px
    }
}

.cookies-bar {
    margin-bottom: 25px
}

.cookie {
    align-items: center;
    border: 1px solid #893400;
    border-radius: 50em;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    color: #893400;
    flex-direction: row;
    justify-content: space-between;
    padding: 13px 15px 13px 45px;
    width: 80%
}

.cookie span {
    margin-top: 2px
}

.cookie b {
    font-family: var(--text-font-family);
}

.cookie a {
    color: #893400;
    text-decoration: underline
}

.button-cookies {
    align-items: center;
    display: flex
}

.button-cookies .btn-close {
    box-sizing: border-box;
    height: 13px;
    padding: 0;
    width: 13px
}

.button-cookies .btn:hover {
    opacity: .7
}

.button-cookies .btn.accept {
    background: #893400;
    border: 1px solid #893400;
    border-radius: 50em;
    box-sizing: content-box;
    color: #fff;
    font-family:var(--text-font-family);
    font-size: 12px;
    height: 28px;
    letter-spacing: 1px;
    line-height: 28px;
    padding: 0;
    text-transform: uppercase;
    width: 90px
}

.button-cookies .btn.accept:hover {
    background: transparent;
    color: #893400;
    opacity: 1
}

.Product_Recommendations {
    display: flex;
    flex-wrap: wrap
}

.Product_Recommendations .product-item {
    margin-right: 0;
    padding: 0 10px 20px;
    position: relative
}

@media screen and (max-width:1024px) {
    .Product_Recommendations .product-item {
        padding: 0 10px 60px;
        width: 50%
    }
}

.Product_Recommendations .product-item {
    min-height: unset;
    padding-bottom: 60px
}

.Product_Recommendations .product-item .product-item__content {
    margin-bottom: 10px;
    margin-top: 0
}

.Product_Recommendations .product-item .product-item__content h3 {
    margin-bottom: 15px
}

.Product_Recommendations .product-item .product-item__specification {
    bottom: 35px;
    width: calc(100% - 20px)!important
}

.Product_Recommendations .product-item .product-item__specification .price {
    line-height: 165%;
    margin-bottom: 0
}

@media screen and (max-width:420px) {
    .Product_Recommendations .product-item .product-item__specification p,
    .Product_Recommendations .product-item .product-item__specification small {
        font-size: 9px
    }
    .Product_Recommendations .product-item .product-item__specification p+p {
        margin-left: 10px;
        padding-left: 10px
    }
}

@media screen and (max-width:360px) {
    .Product_Recommendations .product-item .product-item__specification p,
    .Product_Recommendations .product-item .product-item__specification small {
        font-size: 8px
    }
    .Product_Recommendations .product-item .product-item__specification p+p {
        margin-left: 8px;
        padding-left: 8px
    }
}

@media screen and (max-width:300px) {
    .Product_Recommendations .product-item .product-item__specification p,
    .Product_Recommendations .product-item .product-item__specification small {
        font-size: 7px
    }
    .Product_Recommendations .product-item .product-item__specification p+p {
        margin-left: 5px;
        padding-left: 5px
    }
}

.Product_Recommendations .product-item .product-item__image:before {
    z-index: 0
}

.Product_Recommendations .product-item img {
    z-index: 1
}

.product-page .Product_Recommendations .product-item {
    max-width: 345px
}

@media (max-width:1199px) {
    .cookie {
        border-radius: 20px;
        bottom: 30px;
        box-shadow: none;
        flex-direction: column;
        padding-left: 15px;
        width: 90%;
        z-index: 999999
    }
    .cookie span {
        margin-bottom: 15px;
        margin-top: 2px;
        text-align: center
    }
}

input[type=search] {
    -webkit-appearance: none
}

.navbar-collapse__search .search-field::-moz-placeholder {
    color: #fff
}

.navbar-collapse__search .search-field::placeholder {
    color: #fff
}

@media (max-width:1199px) {
    .navbar {
        padding: 12px 20px 0
    }
    .navbar-brand {
        display: flex;
        justify-content: center;
        width: 167px
    }
    .navbar-collapse__search {
        border-bottom: 1px solid hsla(0, 0%, 100%, .1);
        height: 50px
    }
    .navbar-collapse__search button {
        background: transparent;
        border: 0;
        float: left;
        height: 50px;
        line-height: 50px;
        width: 30px
    }
    .navbar-collapse__search button path,
    .navbar-collapse__search button svg {
        fill: #fff
    }
    .navbar-collapse__search .search-field {
        background: transparent;
        border: 0;
        border-radius: 0;
        color: #fff;
        float: left;
        font-size: 18px;
        height: 50px;
        padding-left: 0;
        width: calc(100% - 30px)
    }
    .navbar-nav {
        float: left;
        min-height: 40vh;
        width: 100%
    }
    .navbar-nav .dropdown-menu {
        margin: 0;
        padding: 25px 0
    }
    .nav-item select {
        padding: 20px 0
    }
    .mobile-service-menu .navbar-nav .nav-link {
        font-size: 10px;
        text-transform: uppercase
    }
    .navbar-light .navbar-nav .nav-link:after {
        background: url(down-arrow-menu.svg) no-repeat 50%;
        background-size: cover;
        border: none!important;
        content: "";
        height: 12px;
        margin-left: 15px;
        margin-top: 0;
        transition: all .2s;
        vertical-align: baseline;
        width: 12px
    }
    .navbar-light .navbar-nav .nav-link.dropdown-toggle.show:after {
        margin-top: -2px;
        transform: rotate(180deg)
    }
    .navbar .navbar-nav .nav-item:hover select,
    .navbar .navbar-nav .nav-item:hover>.nav-link,
    .navbar-nav .nav-link {
        border-bottom: 0
    }
    .navbar>.container {
        border: 0
    }
    .shop-brand {
        border-bottom: 1px solid hsla(0, 0%, 100%, .1);
        padding-bottom: 12px
    }
    .navbar.transparent-menu:hover .navbar-brand svg path,
    .scrolled-up .navbar.transparent-menu .navbar-brand svg path,
    body.search-is-open .navbar.transparent-menu .navbar-brand svg path {
        fill: #893400
    }
}

.navbar-toggler-icon {
    align-items: flex-start;
    background-image: none!important;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.navbar-toggler .icon-bar {
    background: #000;
    border-radius: 0;
    display: block;
    height: 1px;
    transition: all .2s;
    width: 15px
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 3px
}

#ham {
    align-items: center;
    color: #893400;
    display: flex;
    font-size: 15px;
    text-transform: none
}

@media (min-width:1199px) {
    #ham {
        display: none
    }
}

.navbar:hover .mobile-bag,
.navbar:hover .navbar-toggler,
.navbar:not(.transparent-menu) .mobile-bag,
.navbar:not(.transparent-menu) .navbar-toggler,
.scrolled-up .mobile-bag,
.scrolled-up .navbar-toggler {
    color: #000
}

.open-menu .navbar.transparent-menu .navbar-brand svg path {
    fill: #fff
}

.nav-top {
    align-items: center;
    background-color: #188976;
    display: flex;
    height: 50px;
    padding: 10px 20px;
    position: fixed;
    width: 100%;
    z-index: 101
}

.nav-top .hamburger {
    color: #fff;
    cursor: pointer;
    margin-left: auto
}

.nav-drill {
    transform: translateX(100%)
}

.nav-is-toggled .nav-drill {
    transform: translateX(0)
}

.nav-is-toggled:after {
    opacity: 1;
    visibility: visible
}

.nav-drill {
    -webkit-overflow-scrolling: touch;
    background: #f7f6f4;
    bottom: 0;
    height: calc(100% - 111px);
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    transition: .3s;
    width: 100%;
    z-index: 8
}

.nav-items {
    list-style: none;
    padding: 40px 0 0
}

.mobile-service-menu .navbar-nav .nav-link:hover,
.nav-link:hover {
    color: #fff
}

.mobile-service-menu .navbar-nav .nav-link {
    padding: 40px 0
}

.nav-expand-content {
    height: 100%!important;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    transform: translateX(100%);
    transition: .3s;
    visibility: hidden;
    width: 100%;
    z-index: 8
}

.nav-expand-content .nav-back-link {
    align-items: center;
    color: #fff;
    display: flex
}

.nav-expand-content .nav-back-link:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 443.52 443.52' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cpath d='M143.492 221.863 336.226 29.129c6.663-6.664 6.663-17.468 0-24.132-6.665-6.662-17.468-6.662-24.132 0l-204.8 204.8c-6.662 6.664-6.662 17.468 0 24.132l204.8 204.8c6.78 6.548 17.584 6.36 24.132-.42 6.387-6.614 6.387-17.099 0-23.712L143.492 221.863z' fill='%23893403' data-original='%23000000' xmlns='http://www.w3.org/2000/svg'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 12px;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px
}

.nav-expand.active>.nav-expand-content {
    transform: translateX(0);
    visibility: visible
}

.nav-expand .nav-expand-content {
    background: #f7f6f4
}

.nav-expand-link svg {
    display: none
}

.hamburger {
    margin-right: 12px
}

.hamburger .line {
    background-color: #000;
    display: block;
    height: 2px;
    margin: 4px auto;
    transition: all .3s ease-in-out;
    width: 24px
}

.transparent-menu .hamburger .line {
    background-color: #fff
}

.hamburger:hover {
    cursor: pointer
}

#hamburger.is-active .line:nth-child(2) {
    opacity: 0
}

#hamburger.is-active .line:first-child {
    transform: translateY(6px) rotate(45deg)
}

#hamburger.is-active .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg)
}

.navbar:hover .hamburger .line,
.scrolled-up .hamburger .line {
    background: #411645
}

.nav-is-toggled .navbar .hamburger .line {
    background: #fff
}

.navbar-nav .dropdown-menu.mega-menu {
    padding: 35px
}

.navbar-nav .dropdown-menu.mega-menu .container-fluid {
    position: relative
}

.mobile-service-menu .navbar-nav .nav-link,
.nav-link {
    font-size: 15px
}

.nav-link {
    line-height: 1;
    padding: 15px 30px
}

.mobile-service-menu .navbar-nav .nav-link {
    padding: 25px 0
}

@media (min-width:768px) {
    #collapseMenu {
        display: block!important;
        height: auto!important
    }
}

@media (max-width:767px) {
    div#collapseMenu {
        background: #fff;
        border: 1px solid #eee;
        border-top: 0;
        padding: 20px 15px 0
    }
    .carousel__content p {
        margin: 20px 0
    }
    .carousel__content span {
        margin-bottom: 20px
    }
    .carousel__content .carousel__title {
        font-size: 48px
    }
}

.topbar-scroll {
    overflow: hidden;
    white-space: nowrap;
    width: 100%
}

.topbar-scroll p {
    animation: marquee 25s linear infinite;
    display: inline-block;
    white-space: nowrap
}

@media screen and (max-width:1024px) {
    .sub-header__content {
        padding: 34px 55px;
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .FeaturedProduct__Container .FeaturedProduct__Block div {
        margin-top: 0
    }
    .FeaturedProduct__Container .FeaturedProduct__Block div img {
        margin: 0;
        z-index: 1
    }
    .FeaturedProduct__Container .FeaturedProduct__Block .product-item__content {
        margin-bottom: 10px
    }
    .FeaturedProduct__Container .FeaturedProduct__Block .product-item__content h3 {
        margin-bottom: 8px
    }
    .product-item__content p {
        font-family: var(--text-font-family);
        font-size: 15px;
        font-weight: 400;
        letter-spacing: .5px;
        line-height: 22px
    }
    .FeaturedProduct__Container .FeaturedProduct__Block .product-item__specification {
        bottom: 23px
    }
    .product-item__specification p {
        display: inline-block;
        font-family: var(--text-font-family);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .5px;
        text-transform: uppercase
    }
    .product-item__specification p+p {
        border-left: 1px solid var(--text-color);
        line-height: 12px;
        margin-left: 15px;
        padding-left: 15px
    }
    .FeaturedProduct__Container .FeaturedProduct__Block .product-item__specification .price {
        line-height: 165%;
        margin-bottom: 0
    }
    .Section--featuredLogos {
        margin-bottom: -100px
    }
    .ShopifySection__People .people {
        padding-top: 100px
    }
    .ShopifySection__People .people .svg-bg svg {
        right: 6vw;
        top: -130px
    }
}

.full-screen-image {
    align-items: center;
    background: url(who-we-are-header.png) top no-repeat;
    background-size: cover;
    display: flex;
    height: 85vh
}

.full-screen-container {
    display: flex;
    flex-wrap: wrap
}

.full-screen-content-container {
    flex: 0 0 auto;
    width: 83.33333333%
}

.who-we-are-container {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.who-we-are-content-container,
.who-we-are-image-container {
    flex: 0 0 auto;
    width: 50%
}

.scientific-board__Container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
}

.scientific-board__Title {
    flex: 0 0 auto;
    width: 50%
}

@media screen and (max-width:768px) {
    .scientific-board__Title {
        width: 100%
    }
}

.scientific-board__Title p {
    font-size: 15px
}

.scientific-board__Content__Container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
}

.scientific-board__Block__Container {
    width: 100%
}

@media screen and (min-width:1200px) {
    .scientific-board__Block__Container {
        width: 75%
    }
}

.full-screen-image .title {
    color: #fff;
    font-size: 80px
}

.expert__Content__Container,
.expert__Section__Container {
    display: flex;
    flex-wrap: wrap
}

.expert-title-container {
    width: 100%
}

.expert {
    overflow: hidden;
    padding: 120px 0 150px
}

.expert__title {
    position: relative
}

.expert__title .title {
    margin-bottom: 55px
}

.expert__title .button-group {
    position: absolute;
    right: 0;
    top: 10px
}

.expert-carousel {
    margin-right: -100%
}

.expert-carousel .expert-item {
    margin-right: 40px;
    min-height: 455px;
    width: 345px
}

.expert-item .expert-item__image {
    background: #f8f8f8;
    height: 340px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.expert-carousel .expert-item .expert-item__image {
    height: 345px;
    width: 345px
}

.expert-item .expert-item__image.circle,
.expert-item .expert-item__image.rounded,
.expert-item .expert-item__image.rounted {
    border-radius: 50em
}

.expert-item .expert-item__image.left-top-rounded,
.expert-item .expert-item__image.left-top-rounted {
    border-bottom-right-radius: 20px;
    border-top-left-radius: 18em
}

.expert-item .expert-item__image.square {
    border-radius: 20px
}

.expert-item .expert-item__image.bow {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    border-top-left-radius: 50em;
    border-top-right-radius: 50em
}

.expert-item .expert-item__image img {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.expert-item__content {
    color: #893400;
    margin-top: 25px
}

.expert-item__content h3 {
    font-feature-settings: "ss01";
    font-family: Nib Pro;
    font-size: 24px;
    margin-bottom: 20px
}

.expert-item__content p {
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: uppercase
}

.expert__Block__Container {
    width: 100%
}

.speak.who-we-are p {
    max-width: 100%;
    padding-right: 0
}

@media (min-width:768px) {
    .speak.who-we-are p {
        padding-right: 20%
    }
}

.speak.who-we-are .speak__content {
    margin: 0
}

.speak.who-we-are .speak__image {
    border-bottom-left-radius: 50em;
    border-bottom-right-radius: 50em;
    border-top-left-radius: 50em;
    border-top-right-radius: 50em;
    height: 584px;
    margin-left: auto;
    margin-right: 125px;
    overflow: hidden;
    width: 332px
}

.speak.who-we-are .speak__image img {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.support-banner .start-button {
    border: 1px solid #893400;
    box-shadow: none;
    margin-top: 30px;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content
}

.support-banner .start-button:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='far' data-icon='comment-dots' class='svg-inline--fa fa-comment-dots fa-w-16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23893400' d='M144 208c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z'/%3E%3C/svg%3E")
}

.scientific-board {
    color: #893400;
    margin-bottom: 90px;
    padding: 160px 0 100px;
    position: relative
}

.scientific-carousel {
    margin-top: 45px
}

.scientific-board .row {
    justify-content: center;
    text-align: center
}

.scientific-board .title {
    margin-bottom: 20px
}

.scientific-carousel__item {
    border-radius: 5px;
    margin-right: 30px;
    width: calc(33.33% - 30px)
}

.scientific-carousel__item:before {
    background: #fff;
    border-radius: 5px;
    content: "";
    height: calc(100% - 50px);
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: -1
}

.scientific-carousel__item img {
    border-radius: 50em;
    display: block;
    height: 100px;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100px
}

.scientific-carousel__item h3 {
    font-family: Nib Pro;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 20px
}

.scientific-carousel__item p {
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase
}

.scientific-board .button-group {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 45px
}

@media (max-width:1199px) {
    .scientific-carousel__item {
        width: 40%
    }
}

@media (max-width:767px) {
    .scientific-carousel__item,
    .who-we-are-content-container,
    .who-we-are-image-container {
        width: 100%
    }
    .scientific-board {
        margin-bottom: 0;
        padding: 70px 0 56px
    }
    .full-screen-image .title {
        font-size: 44px
    }
    .full-screen-image {
        height: 65vh
    }
    .speak.who-we-are .speak__image {
        height: 450px;
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto
    }
    .expert {
        padding-bottom: 50px;
        padding-top: 50px
    }
    .expert .button-group {
        margin-top: 45px
    }
    .expert__title .button-group {
        left: 0;
        top: -60px
    }
    .expert-carousel .expert-item .expert-item__image {
        height: auto;
        width: 100%
    }
    .expert-carousel .expert-item {
        margin-right: 40px;
        min-height: 455px;
        width: 100%
    }
    .expert-carousel {
        margin-right: 0
    }
    .blog-carousel .blog-item .blog-item__image {
        height: auto;
        padding-top: 100%;
        width: 100%
    }
    .blog-carousel {
        margin-right: 0
    }
    .blog-item__category ul li {
        margin-bottom: 8px;
        margin-right: 8px
    }
    .blog-carousel .blog-item__category ul li+li {
        margin-left: 0
    }
    .blog-carousel .blog-item__category ul li:last-child {
        margin-right: 0
    }
}

.square-responsive {
    height: auto;
    width: 100%
}

.support-banner {
    position: relative
}

.support-banner .AspectRatio {
    height: 100%;
    position: absolute;
    width: 100%
}

.support-banner .AspectRatio img {
    -o-object-fit: cover;
    object-fit: cover
}

.support-banner .container {
    position: relative
}

.square-responsive:after {
    content: "";
    display: block
}

.subscriptions-2 {
    overflow: hidden;
    padding: 0 0 100px;
    position: relative
}

@media screen and (max-width:768px) {
    .subscriptions-2 {
        padding: 0
    }
}

.subscriptions-2 p {
    font-size: 15px
}

.subscriptions-2 .subscriptions__content {
    margin: 0 auto;
    max-width: 360px
}

.subscriptions-2 .why__organic_shape_left svg {
    height: auto;
    width: auto
}

.subscriptions-2 .why__organic_shape_left {
    display: block;
    left: auto;
    margin-right: -400px;
    margin-top: 80px;
    right: 0;
    transform: translateX(0) rotate(347deg);
    z-index: -1
}

.circle-responsive {
    border-radius: 50em;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
    padding-top: 430px;
    position: relative;
    width: 100%
}

.circle-responsive img {
    border-radius: 50em
}

.subscriptions__image.square-responsive.border,
.subscriptions__image.square-responsive.border img {
    border: 0!important;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20em
}

.subscriptions__content.subscriptions__content__margin__left {
    margin-left: 170px;
    max-width: 410px
}

.subscriptions.who-we-are {
    padding-bottom: 70px
}

.subscriptions-2 .row+.row {
    padding-top: 70px
}

@media (max-width:1024px) {
    .circle-responsive {
        max-width: 100%;
        padding-top: 100%
    }
    .subscriptions__content.subscriptions__content__margin__left {
        margin-left: 0;
        max-width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .subscriptions.who-we-are .subscriptions__content {
        margin-top: 0
    }
    .subscriptions__content.subscriptions__content__margin__left {
        margin: 0;
        max-width: 100%
    }
}

.subscriptions-2__First__Container,
.subscriptions-2__Second__Container {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.subscriptions-2__Second__Container {
    padding-top: 70px
}

.subscriptions-2__Content,
.subscriptions-2__Image {
    flex: 0 0 auto;
    width: 50%
}

@media screen and (max-width:1024px) {
    .subscriptions-2__First__Container {
        flex-direction: column-reverse
    }
}

@media screen and (max-width:768px) {
    .subscriptions-2__Content,
    .subscriptions-2__Image {
        width: 100%
    }
}

.support-banner {
    align-items: center;
    background: url(support-banner.png) no-repeat;
    background-position: top;
    background-size: cover;
    color: #893400;
    display: flex;
    height: 530px;
    padding: 80px 0
}

.support-banner__Container {
    display: flex;
    flex-wrap: wrap
}

.support-banner__Content {
    flex: 0 0 auto;
    width: 66.66666667%
}

@media screen and (max-width:768px) {
    .support-banner__Content {
        width: 100%
    }
}

.support-banner .title {
    margin-bottom: 20px
}

.support-banner a {
    color: #893400;
    text-decoration: underline
}

@media (max-width:767px) {
    .support-banner {
        background-position: 70% 0
    }
}

.service-page {
    background: #f7f6f4;
    position: relative
}

.service-page table {
    width: 100%
}

.service-page table th {
    text-align: left
}

.service-page table a {
    text-decoration: underline
}

.service-page__Container {
    display: flex;
    flex-wrap: wrap
}

.service-page__Menu {
    flex: 0 0 auto;
    width: 33.33333333%
}

.service-page__Content__Container {
    flex: 0 0 auto;
    width: 66.66666667%
}

.sidebar-menu {
    list-style: none;
    margin-bottom: 40px;
    padding-left: 0
}

#sidebar-menu .Drawer__Main {
    height: 100vh
}

.sidebar-menu li a {
    color: #893400;
    display: block;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 10px 0;
    text-transform: uppercase
}

.sidebar-menu li:first-child a {
    padding-top: 0
}

.sidebar-menu li a:hover {
    opacity: .7
}

.service-page .title {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 40px
}

.service-page__content {
    border-left: 1px solid #893400;
    color: #893400;
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 100px;
    padding-left: 80px;
    padding-top: 120px;
    position: relative
}

.service-page__content h2,
.service-page__content h3,
.service-page__content h4,
.service-page__content h5,
.service-page__content h6,
.service-page__content strong {
    display: block;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase
}

.service-page__content p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 35px
}

.service-page__content ul {
    line-height: 24px;
    margin-bottom: 50px;
    margin-top: -15px;
    padding-left: 15px
}

.service-page__hello {
    color: #893400;
    display: block;
    font-family: var(--text-font-family);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: -50px;
    text-transform: uppercase
}

.sidebar-menu li.current a {
    font-weight: 700
}

.service-page__sidebar {
    padding-top: 120px
}

.account-log-out {
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

@media (max-width:767px) {
    .service-page__sidebar {
        margin-bottom: 50px
    }
    .service-page__Content__Container,
    .service-page__Menu {
        width: 100%
    }
}

@media (max-width:1024px) {
    .service-page__content {
        margin-left: 50px
    }
    .service-page .title {
        font-size: 36px
    }
}

@media (max-width:767px) {
    #collapseLeftMenu {
        overflow: hidden;
        padding: 0 15px;
        transition: height .35s ease
    }
    .service-page .title,
    .sidebar-menu {
        margin-bottom: 0
    }
    .service-page .title a {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
        background-position: 95% 50%;
        background-repeat: no-repeat;
        background-size: 12px;
        color: #893400;
        display: block;
        font-size: 24px;
        padding: 10px
    }
    .service-page__sidebar {
        background-color: #fff;
        border: 1px solid #893400;
        cursor: pointer;
        margin-top: 50px;
        overflow: hidden;
        padding: 0;
        width: 100%
    }
    .AccountSideBar .service-page__sidebar {
        background-color: transparent;
        border: none;
        cursor: auto;
        overflow: hidden;
        padding: 0;
        width: 100%
    }
    .service-page__content {
        border-left: 0;
        padding-left: 0;
        padding-top: 0;
        word-break: break-word
    }
    .add-address {
        top: 5px
    }
    .service-page__content {
        margin-left: 0;
        margin-top: 30px
    }
    .user-address-action a {
        margin-bottom: 50px;
        margin-top: 20px
    }
}

.service-page__Content__Container .FAQ__Content {
    width: 100%
}

.service-page__content .FAQ__Content p {
    margin-bottom: 0
}

..service-page__content {
    position: relative
}

.service-page__content .FAQ__Content .accordion-button:after {
    margin-bottom: 0
}

.service-page__content .title {
    margin-bottom: 40px
}

@media screen and (min-width:768px) {
    #collapseLeftMenu {
        height: auto!important
    }
}

.job {
    background: #fff;
    border: 1px solid #893400;
    padding: 25px
}

.job+.job {
    border-top: 0
}

.job_header p {
    color: #9b9794;
    display: inline-block;
    font-family: var(--text-font-family);
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 15px;
    position: relative
}

.job_header p+p {
    padding-left: 15px
}

.job_header p+p:before {
    background: #9b9794;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.job_header h3 {
    font-family: var(--text-font-family);
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: none
}

.job_content {
    margin-top: 25px
}

.job_content p {
    font-size: 13px;
    margin-bottom: 25px
}

.job .button-border {
    background: #893400;
    color: #fff;
    padding: 10px 60px
}

.job .button-border:hover {
    background: #fff;
    border: 1px solid #893400;
    color: #893400
}

.BlogHeader__Container .categories-nav {
    display: flex;
    flex-wrap: wrap
}

.Blog__Container .Blog__Item {
    display: flex;
    flex-direction: column;
    grid-column: span 12/span 12
}

@media screen and (min-width:768px) {
    .Blog__Container .Blog__Item {
        grid-column: span 3/span 3
    }
}

.Article__Container {
    display: flex;
    flex-wrap: wrap
}

.Article__Container .AspectRatio--author {
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 70px
}

.Article__Container .AspectRatio--product {
    float: left;
    width: 110px
}

.Article__Content__Container {
    display: flex!important;
    flex: 0 0 auto;
    flex-direction: column!important;
    width: 33.33333333%
}

.Article__Content {
    flex: 0 0 auto;
    width: 66.66666667%
}

@media screen and (max-width:768px) {
    .Article__Container {
        flex-direction: column-reverse
    }
    .Article__Content,
    .Article__Content__Container {
        width: 100%
    }
}

.single-article {
    padding-top: 110px
}

.sidebar-blog {
    background: #f7f6f4;
    border-right: 1px solid #893400;
    color: #893400;
    max-width: 384px;
    padding: 0
}

.single-article__reviewed img {
    border-radius: 50em;
    float: left;
    height: 70px;
    margin-right: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 70px
}

.single-article__subheader {
    border-bottom: 1px solid #893400;
    color: #893400;
    padding: 30px
}

.single-article__subheader img {
    margin-bottom: 20px
}

.sidebar-article__tips {
    border-bottom: 1px solid #893400;
    padding: 30px
}

.sidebar-article__tips h3 {
    font-feature-settings: "ss01";
    font-family: Nib Pro;
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: none
}

.sidebar-article__tips ul li {
    font-size: 15px
}

.content-blog {
    color: #893400;
    padding: 80px 80px 45px
}

.content-blog__image {
    background: #f8f8f8;
    height: 430px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.content-blog__image .AspectRatio {
    height: 100%
}

.content-blog__image img {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.content-blog__content h1 {
    font-family: Nib Pro;
    font-size: 80px;
    font-weight: 400;
    letter-spacing: -2.8px;
    line-height: 100px
}

.content-blog__content h2 {
    font-family: Nib Pro;
    font-size: 44px;
    font-weight: 400;
    line-height: 54px
}

.content-blog__content h3 {
    font-family: Nib Pro;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px
}

.content-blog__content h4 {
    font-family: Nib Pro;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px
}

.content-blog__content h5 {
    font-family: Nib Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px
}

.content-blog__content h6 {
    font-family: Nib Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

@media screen and (max-width:768px) {
    .content-blog__content h1 {
        font-family: Nib Pro;
        font-size: 44px;
        font-weight: 400;
        letter-spacing: -2.8px;
        line-height: 54px
    }
    .content-blog__content h2 {
        font-family: Nib Pro;
        font-size: 32px;
        font-weight: 400;
        line-height: 42px
    }
    .content-blog__content h3 {
        font-family: Nib Pro;
        font-size: 24px;
        font-weight: 400;
        line-height: 34px
    }
    .content-blog__content h4 {
        font-family: Nib Pro;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px
    }
    .content-blog__content h5 {
        font-family: Nib Pro;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
    .content-blog__content h6 {
        font-family: Nib Pro;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.content-blog__content p {
    font-family: var(--text-font-family);
    font-size: 16px!important;
    font-weight: 400!important;
    letter-spacing: .5px!important;
    line-height: 22px!important
}

.content-blog__content h1,
.content-blog__content h2,
.content-blog__content h3,
.content-blog__content h4,
.content-blog__content h5,
.content-blog__content h6,
.content-blog__content p {
    margin-bottom: 14px;
    margin-top: 14px
}

.content-blog__content a {
    color: #893400;
    text-decoration: underline
}

.read-more {
    overflow: hidden
}

.sidebar-shop {
    border-top: 1px solid #893400;
    padding: 30px
}

.sidebar-shop__product .product-item__content {
    float: left;
    margin: 0 0 0 20px;
    text-align: left
}

.sidebar-shop__product img {
    float: left;
    width: 110px
}

.sidebar-shop__product {
    align-items: center;
    display: flex;
    padding-bottom: 30px
}

.sidebar-shop h3 {
    font-feature-settings: "ss01";
    font-family: Nib Pro;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: none
}

.sidebar-shop .product-item__content h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.sidebar-shop .button-border {
    height: 25px;
    line-height: 23px;
    margin-top: 20px;
    padding: 0;
    width: 150px
}

.sidebar-shop .product-item__specification p+p {
    margin-left: 5px;
    padding-left: 10px
}

.content-blog .blog-item__category {
    margin-top: 0
}

@media screen and (max-width:1024px) {
    .blog-title {
        font-size: 44px
    }
    .content-blog {
        padding: 45px
    }
    .content-blog__content h2,
    .content-blog__content h3,
    .content-blog__content h4,
    .content-blog__content h5,
    .content-blog__content p {
        padding-right: 0
    }
    .sidebar-article__tips,
    .single-article__subheader {
        padding: 20px
    }
}

@media (max-width:767px) {
    .article .row {
        flex-direction: column-reverse
    }
    .sidebar-blog {
        border-right: 0;
        display: none!important;
        max-width: 100%
    }
    .sidebar-shop {
        border-top: 0
    }
    .product-description {
        display: flex;
        flex-direction: column;
        max-width: 490px
    }
    .product-showcase__variables {
        margin-bottom: 25px;
        order: 1
    }
    .product-showcase__header {
        order: 2
    }
    .product-showcase__description {
        margin-top: 40px;
        order: 4
    }
    .products-showcase__bottom {
        order: 3
    }
    .offcanvas-button {
        order: 5
    }
    .product-showcase__button .form-check {
        padding: 15px
    }
}

.service-page__sidebar {
    margin-bottom: 100px;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (max-width:767px) {
    .content-blog {
        padding: 28px 20px
    }
    .service-page__sidebar {
        margin-bottom: 50px
    }
}

.mt-auto {
    margin-top: auto!important
}

.read-more .container {
    max-width: 1140px
}

.site-header-cart-side__header {
    border-bottom: 1px solid #893400;
    padding: 12px 16px
}

.sidebar-cart__progress-bar__block {
    height: 43px;
    padding: 12px 0
}

.sidebar-cart__progress-bar__block.inactive {
    opacity: 0;
    padding: 12px 0
}

.sidebar-cart__progress-bar__container,
.sidebar-cart__progress-bar__locale-container {
    padding: 0 16px
}

.sidebar-cart__progress-bar__message {
    color: #893400;
    font-family: var(--text-font-family);
    font-size: 14px;
    margin-bottom: 4px
}

.sidebar-cart__progress-bar__wrapper {
    background-color: #f7f6f4;
    height: 4px;
    overflow: hidden;
    width: 100%
}

.sidebar-cart__progress-bar {
    background-color: #893400;
    height: 4px;
    width: 100%
}

.Drawer__Footer {
    background-color: #f7f6f4;
    border-top: 1px solid #893400
}

.nav-item.optional-cta .nav-link {
    background: transparent;
    border: 1px solid #893400;
    border-radius: 50em;
    box-sizing: inherit;
    color: #893400;
    display: block;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    letter-spacing: .5px;
    text-transform: uppercase
}

.nav-item.optional-cta .nav-link:hover {
    background: #893400!important;
    border: 1px solid #893400!important;
    color: #fff!important
}

.Drawer__Close {
    top: unset
}

.site-header-cart-side__header {
    align-items: center;
    display: flex
}

.site-header-cart-side__header .site-header-cart-side__CartQuantity {
    color: #893400;
    display: block!important;
    font-size: 18px;
    margin: 0;
    text-align: center;
    width: 100%
}

.site-header-cart-side__header .site-header-cart-side__close {
    position: unset;
    right: 0;
    top: 0
}

.emptyCartInfo {
    color: #893400;
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 22px
}

.emptyCartTitle {
    color: #893400;
    display: block;
    font-family: Nib Pro;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    padding-bottom: 30px;
    text-align: center
}

.emptyCartLinks {
    display: flex;
    flex-wrap: wrap;
    padding: 12px
}

.emptyCartLinks .emptyCartLink {
    font-feature-settings: "ss01";
    border: 1px solid #893400;
    color: #893400;
    font-family: Nib Pro;
    font-size: 17px;
    margin-bottom: -1px;
    margin-left: -1px;
    padding: 17px;
    transition: all .3s
}

.emptyCartLinks .emptyCartLink:hover {
    background: #893400;
    color: #fff
}

.emptyCartItem {
    height: 56px;
    margin-left: 0!important;
    margin-top: 28px!important;
    padding: 12px;
    position: unset!important
}

.emptyCartItem a {
    border-color: #893400!important;
    color: #893400!important;
    height: 50px!important;
    left: 50%;
    line-height: 20px;
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    width: calc(100% - 1px)
}

.cart-page-bag {
    align-items: center;
    display: flex;
    padding: 60px 0
}

.cart-page-bag .title {
    margin-bottom: 35px
}

.cart-page-bag img {
    padding: 20px
}

.emptyCartInfo {
    list-style: none;
    padding: 30px;
    text-align: center
}

.Drawer__Main {
    scrollbar-width: none
}

.Collection_Header_Desktop p {
    font-family: var(--text-font-family);
    font-weight: 600
}

@media screen and (max-width:1024px) {
    .mobile-button .button {
        width: 50%
    }
    .mobile-button .button .button-border {
        width: 100%
    }
    .sidebar-cart__progress-bar__block.inactive {
        height: 0;
        opacity: 0;
        padding: 0
    }
}

.supports-sticky .Search[aria-hidden=true]+.Header--transparent svg #dot,
.supports-sticky .Search[aria-hidden=true]+.Header--transparent svg #logo {
    fill: #fff
}

.Drawer {
    border: 1px solid var(--navigation-text-color);
    border-top: none;
    margin-top: -1px;
    max-height: 691px;
    width: 470px!important
}

.Drawer:before {
    box-shadow: none
}

.Drawer__Main li {
    list-style: none
}

@media screen and (min-width:1139px) {
    .Drawer__Main {
        padding: 0
    }
}

.SideBar__Desktop {
    list-style: none;
    margin-top: 0;
    padding-left: 40px
}

.SideBar__Desktop li {
    color: #893400;
    font-family: var(--text-font-family);
    font-size: 14px;
    margin-bottom: 21px
}

.SideBar__Desktop a {
    padding-left: 0
}

.SideBar__Desktop p {
    margin-top: 0
}

.sidebar-menu__Description {
    padding-left: 28px
}

.SideBar__Mobile {
    display: none;
    position: relative
}

.SideBar__Menu__Locale .hidden-pocket {
    display: block!important
}

.SideBar__Menu__Locale .Popover[aria-hidden=false] .Popover__Value {
    font-weight: 600
}

.SideBar__Mobile__Menu {
    display: flex;
    margin-top: -1px;
    text-align: center
}

.SideBar__Mobile__Menu .SideBar__Menu__Locale {
    border: 1px solid #893400;
    font-family: --(text-font-family);
    width: 50%
}

.SideBar__Mobile__Menu .SideBar__Menu__Locale .Heading {
    font-weight: 400
}

.SideBar__Mobile__Menu .SideBar__Menu__Profile svg {
    margin-right: 6px;
    transform: translateY(-3px);
    width: 16px
}

.SideBar__Mobile__Menu .SideBar__Menu__Profile {
    border: 1px solid #893400;
    border-right: none;
    color: #893400;
    font-family: --(text-font-family);
    width: 50%
}

.SideBar__Mobile__LinkBlock {
    display: flex;
    justify-content: space-around
}

.SideBar__Mobile__SubLinkBlock {
    height: 60vh;
    overflow: scroll
}

.SideBar__Mobile__SubLinkBlock li:first-child {
    margin-top: 7px
}

.SideBar__Mobile__SubLinkBlock li {
    color: #893400;
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 22px;
    padding: 7px 14px
}

.SideBar__Mobile__Bottom {
    position: absolute;
    top: 68vh;
    width: 100%
}

.SideBar__Mobile__Bottom .SideBar__Mobile__LinkBlock {
    border-bottom: 1px solid #893400;
    border-top: 1px solid #893400
}

.SideBar__Mobile__Bottom .SideBar__Mobile__LinkBlock li {
    padding: 15px 10px
}

.SideBar__Mobile__Bottom .Link {
    display: block;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 50px;
    line-height: 22px;
    margin: 10px auto 0;
    text-align: center;
    text-transform: uppercase;
    width: 80%
}

.SideBar__Mobile__SubLinkBlock>p {
    font-weight: 600;
    margin-top: 10px;
    padding: 0 40px
}

.Drawer__Header {
    margin-left: 21px
}

@media screen and (max-width:1139px) {
    .SidebarMenu .Drawer__Main {
        overflow: hidden;
        padding-top: 0!important
    }
    #sidebar-menu {
        transform: translateY(105.5px);
        width: 100vw!important
    }
    .SideBar__Desktop {
        display: none
    }
    .SideBar__Mobile {
        display: block
    }
    .Drawer__Header {
        display: none
    }
    .Drawer__Container {
        padding: 0!important
    }
    .Drawer:before {
        box-shadow: none
    }
    .SidebarMenu .Drawer__Content:before {
        background-image: none
    }
}

.Product__Footer {
    height: auto
}


.Footer__List__Left {
    width: 100%;
    order: 1;

    @media screen and (min-width: 960px) {
        width: 30%;
        order: unset;
    }
}

.Footer__List__Inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;

    @media and (min-width: 768px) {
        width: 100%;
        margin-bottom: 0;
    }
}

.Footer__List__Inner .social-menu {
    display: flex;
    justify-content: flex-start;

    @media screen and (min-width: 768px) {
        display: none;
    }
}

.invisible {
    opacity: 0
}

.sidebar-cart__shipping-rules {
    display: none
}

.Cart__ItemList {
    max-height: calc(100vh - 350px);
    overflow-y: auto
}

@media screen and (max-width:768px) {
    .Cart__ItemList {
        overflow-y: auto
    }
}

.CartItem {
    display: flex!important;
    margin-top: 0;
    padding: 12px 16px 12px 12px
}

.CartItem__Price {
    font-size: 14px;
    margin-bottom: 4px
}

#sidebar-cart {
    max-height: 731px;
    overflow-y: scroll;
    width: 502px!important
}

.Drawer__Container {
    margin-bottom: -15px;
    padding: 0!important
}

.CartItem__Image {
    max-height: 100px!important;
    max-width: 100px!important;
    position: relative;
    width: auto!important;
    z-index: 1
}

.CartItem__Image-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 25%
}

.CartItem__Image-wrapper .CartItem__Qty {
    position: absolute;
    top: 5px;
    right: 10px;
    background: var(--text-color);
    width: 15px;
    height: 15px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    border-radius: 100%;
}

.CartItem__Image-background {
    background-color: #f7f6f4;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    bottom: 24px;
    left: 16px;
    position: absolute;
    right: 16px;
    top: 0;
    z-index: 0
}

.CartItem__Info {
    padding-left: 0!important;
    width: 75%
}

.CartItem__Title a {
    font-feature-settings: "ss01";
    color: #893400;
    font-family: var(--heading-font-family);
    font-size: 24px;
    font-style: var(--text-font-style);
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.4rem;
    margin-bottom: 5px;
    width: 75%
}

.CartItem__Info__Top {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.CartItem__Price {
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1.4rem;
    text-align: right
}

.QuantitySelector {
    background: #fff;
    border: 1px solid #893400;
    font-size: 13px;
    font-weight: 300;
    padding: 0 10px
}

.QuantitySelector__Button {
    padding: 3px
}

.QuantitySelector__Button svg {
    stroke-width: 3px;
    color: var(--text-color);
    height: 10px;
    width: 8px
}

.QuantitySelector__CurrentQuantity {
    color: var(--text-color);
    font-family: var(--text-font-family);
    font-weight: 600
}

.CartItem__Actions {
    margin-top: 0
}

.CartItem__Remove {
    color: var(--text-color);
    font-family: var(--text-font-family);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 22px;
    text-decoration-line: underline;
    text-transform: none
}

.CartItem__Product-Info {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.CartItem__Subscription-Info {
    align-items: left
}

.CartItem__General-Info,
.CartItem__Subscription-Info {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.CartItem__General-Info {
    align-items: right
}

.CartItem__Remove:hover {
    opacity: .5
}

.cartmeta_text.subscribe {
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-top: 10px;
    width: -moz-fit-content;
    width: fit-content
}

.cartmeta_text.subscribe .subscribe_save {
    align-items: center;
    border: 1px solid #893400;
    border-radius: 50%;
    border-radius: 15px;
    color: #893400;
    display: flex;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 1.3px;
    padding: 2px 6px;
    text-align: center;
    max-width: 250px;
}

.cartmeta_text.subscribe .subscribe_save:before {
    border: 1px solid #893400;
    border-radius: 50%;
    content: "";
    min-width: 15px
}

.cartmeta_text.subscribe .subscribe_save.subscribe_enabled:before,
.cartmeta_text.subscribe .subscribe_save:before {
    align-items: center;
    border-radius: 20px;
    display: flex;
    height: 15px;
    left: unset;
    margin-right: 8px;
    position: relative;
    top: unset;
    transform: unset;
    width: 15px
}

.cartmeta_text.subscribe .subscribe_save.subscribe_enabled:before {
    background-color: #893400;
    color: #fff;
    content: "✓";
    font-size: 12px;
    padding-left: 2px
}

@media screen and (max-width:400px) {
    .cartmeta_text.subscribe .subscribe_save:before {
        border: 1px solid #893400;
        border-radius: 50%;
        content: "";
        min-width: 15px
    }
    .cartmeta_text.subscribe .subscribe_save.subscribe_enabled:before,
    .cartmeta_text.subscribe .subscribe_save:before {
        align-items: center;
        border-radius: 20px;
        display: flex;
        height: 15px;
        left: unset;
        margin-right: 4px;
        position: relative;
        top: unset;
        transform: unset;
        width: 15px
    }
    .cartmeta_text.subscribe .subscribe_save.subscribe_enabled:before {
        background-color: #893400;
        color: #fff;
        content: "✓";
        font-size: 12px;
        padding-left: 2px
    }
}

.subscribe-button__text {
    color: #893400;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: left
}

.subscribe_save {
    max-width: 150px;
    position: relative
}

.subscribe_save input {
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.Subtotal {
    display: flex;
    justify-content: space-between
}

.Subtotal_text {
    font-feature-settings: "ss01";
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-style: var(--text-font-style)
}

.Drawer__Footer .btn {
    background: #893400;
    border: 1px solid #893400;
    border-radius: 50em;
    color: #000;
    color: #fff;
    cursor: pointer;
    font-family: var(--text-font-family);
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    margin-top: 24px;
    outline: 0;
    padding: 0 20px;
    line-height: 1.1;
    text-transform: uppercase;
    transition: all .2s;
    width: 100%
}

.Drawer__Footer .btn:hover {
    background: #fff;
    color: #893400
}

.cartmeta_text {
    cursor: pointer
}

@media screen and (max-width:1119px) .Drawer {
    padding: 40px 30px;
    transform: translate3d(400px, 0, 0);
    width: 400px!important
}

.chat-button {
    display: flex!important
}

.accordion-button {
    text-align: left
}

.goToAdd2CartButton {
    line-height: 43px
}

.Slideshow__Slide .hidden-phone {
    height: 100%
}

.BlogContainer {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2871' height='1400'%3E%3Cpath fill-rule='evenodd' fill='%23F7F6F4' d='M2860.999 1319.999s-299.813-120.819-1117 21C913.928 1485.56 7 1319.999 7 1319.999L0 0l2871 1-10.001 1318.999Z'/%3E%3C/svg%3E");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.blg-Blog_email {
    margin-bottom: 60px;
}

@media (min-width: 768px) {

    .blg-Blog_email .sec-Email_Inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .blg-Blog_email .sec-Email_Inner h3 {
        width: 60%;
        text-align: left;
        margin-bottom: 0;
    }

    .blg-Blog_email .sec-Email_Form {
        width: 40%;
    }
}

.BlogHeader__Container a.selected {
    background: #893400;
    color: #fff!important
}

.CartItem__ImageWrapper {
    height: 100px
}

.CartItem__PlanAllocation {
    color: #893401;
    font-family: var(--text-font-family);
    font-size: 13px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: normal;
    margin-bottom: 0;
    text-transform: none
}

.CartItem__PropertyList {
    margin: 0
}

.site-header-cart-side__CartQuantity {
    color: #893400;
    display: block!important;
    font-size: 18px;
    margin: 0 0 25px;
    text-align: center;
    width: 100%
}

.Drawer__Footer {
    box-shadow: none
}

@media screen and (max-width:1139px) {
    #sidebar-cart {
        width: 400px!important
    }
    #sidebar-cart.Drawer {
        border-left: 1px solid var(--header-heading-color);
        margin-top: 40px;
        transform: translateX(400px)
    }
    #sidebar-cart.Drawer[aria-hidden=false] {
        margin-top: 40px;
        transform: translateX(0)
    }
    .SideBar__Mobile__Menu {
        margin-top: 0
    }
    #sidebar-menu[aria-hidden=true] {
        transform: translate(100%, var(--header-height))
    }
    #sidebar-menu[aria-hidden=false] {
        transform: translateY(var(--header-height))
    }
}

.chat-button {
    position: relative;
    z-index: 1
}

.chat-button:hover {
    color: #fff
}

.UGC__Block__Content p {
    font-family: var(--text-font-family);
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 22px;
    margin-bottom: 0
}

.UGC__Block__Btn .button-border {
    font-weight: 600;
    display: inline-block;
    margin: 5px auto;
}

.image {
    background-color: #000;
    background-position: 50%;
    background-size: cover;
    border: 1px solid #dcdbd9;
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px #fff;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    width: 40px
}

.radio-img input {
    display: none
}

.Drawer__Content {
    max-height: -moz-fit-content!important;
    max-height: fit-content!important
}

.Drawer__Footer {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 50px!important
}

.Header__CartDot {
    display: none!important
}

.account-page,
.customer {
    background: #f7f6f4
}

.account-page {
    display: block!important;
    height: 64vh;
    min-height: 850px;
    position: relative
}

@media screen and (min-width:768px) {
    .AccountPage__Content {
        width: 50%
    }
}

@media screen and (min-width:1200px) {
    .AccountPage__Content {
        width: 41%
    }
}

@media (min-width:2000px) {
    .account-page {
        height: 75vh
    }
    .AccountPage__Content {
        width: 41.66666667%
    }
}

.account-page__image {
    border-right: 1px solid #893400;
    height: 100%;
    left: 0;
    max-width: 1400px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 58%;
    z-index: 2
}

.account-page__image img {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.account-page__title {
    margin: 0 0 0 80px;
    padding-top: 75px
}

.account-page .small-lead {
    color: #893400;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase
}

.account-page .title {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 46px
}

.account-page .small-lead+.title {
    margin-top: 30px
}

.account-page .account-link {
    color: #893400;
    margin: 30px 0 15px
}

.account-page .account-link a {
    color: #893400;
    text-decoration: underline
}

.account-page .account-link a:hover {
    opacity: .5
}

.account-page form {
    margin-top: 25px;
    max-width: 450px
}

@media (max-width:1199px) {
    .account-page {
        align-items: center;
        display: flex;
        height: 100%;
        min-height: auto
    }
    .account-page__title {
        margin-bottom: 30px!important;
        margin-top: 0;
        width: calc(100% - 80px)
    }
    .account-page .small-lead {
        margin-bottom: 10px
    }
    .account-page__image {
        width: 50%
    }
}

@media (max-width:1024px) {
    .account-page__title {
        margin-left: 0;
        padding-left: 50px;
        width: 100%
    }
    .account-page .title {
        font-size: 36px
    }
}

.mt-3 {
    margin-top: 1rem!important
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c2c7;
    color: #842029
}

.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: 1rem;
    position: relative
}

@media (max-width:767px) {
    .account-page__title {
        background: #fff;
        margin: 0 auto;
        padding: 30px;
        width: 90%
    }
    .account-page__image {
        width: 100%;
        z-index: -1
    }
    .AccountPage__Content {
        width: 100%
    }
}

@media (min-width:1920px) {
    .account-page__image {
        width: 55%
    }
}

.customer footer {
    position: relative
}

.form-control {
    background: #fff;
    border: 1px solid #ece7ec;
    border-radius: 0;
    color: #000;
    font-size: 15px;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 15px;
    padding: 0 20px;
    width: 100%
}

.form-control:focus,
.form-control:hover {
    background: #fff;
    border: 1px solid #893401;
    box-shadow: none
}

.form-control::-moz-placeholder {
    color: #893400;
    font-weight: 600
}

.form-control::placeholder {
    color: #893400;
    font-weight: 600
}

.product-list h4 {
    color: #000;
    font-size: 24px;
    padding-bottom: 3rem!important;
    padding-top: 3rem!important;
    text-align: center;
    width: 100%
}

.EmptyCollection {
    margin-bottom: 147px
}

.form-select {
    background-color: transparent;
    background-size: 18px 10px;
    border: 1px solid #ece7ec;
    border-radius: 0;
    color: #000;
    font-size: 10px;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 15px;
    padding: 0 25px;
    text-transform: uppercase
}

.form-select:focus {
    border: 1px solid #ece7ec;
    box-shadow: none
}

textarea.form-control {
    height: 130px
}

.forgot {
    color: #893400;
    display: block;
    font-size: 12px;
    margin-bottom: 25px;
    padding-left: 5px;
    text-align: right;
    text-decoration: underline
}

.forgot:hover {
    color: #893400;
    opacity: .5
}

.forgot-text {
    display: flex;
    font-size: 14px
}

form .input-group {
    margin-bottom: 15px
}

form .input-group .form-control {
    margin-bottom: 0
}

form .row>* {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.contact-form {
    margin-bottom: 30px
}

form .button-border {
    background: #893400;
    color: #fff;
    width: 100%
}

form .button-border:hover {
    background: #fff;
    border: 1px solid #893400;
    color: #893400
}

.shopify-challenge__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 80vh;
    justify-content: center;
    padding-top: 100px
}

.shopify-challenge__button {
    background: #893400;
    border: 1px solid #893400;
    border-radius: 50em;
    color: #fff;
    display: inline-block;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0 55px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
    width: auto
}

.shopify-challenge__button:hover {
    background: #fff;
    color: #893400
}

.RegisterName {
    display: flex;
    flex-wrap: wrap
}

.RegisterName div {
    width: 50%
}

.RegisterName div:first-child {
    padding-right: 7.5px
}

.RegisterName div:nth-child(2) {
    padding-left: 7.5px
}

@media (max-width:767px) {
    .RegisterName div {
        width: 100%
    }
    .RegisterName div:first-child {
        padding-right: 0
    }
    .RegisterName div:nth-child(2) {
        padding-left: 0
    }
}

.AccountContainer {
    display: flex;
    flex-wrap: wrap
}

.AccountSideBar {
    width: 25%
}

.AccountMainBar {
    width: 75%
}

.AddressContainer {
    display: flex;
    flex-wrap: wrap
}

.AddressContainer div {
    flex: 1 0 0%
}

.itemEditForm {
    display: block;
    margin-top: 105px
}

.itemEditForm.hidden {
    display: none
}

.AddressContainer div:first-child {
    padding-right: 7.5px
}

.AddressContainer div:nth-child(2) {
    padding-left: 7.5px
}

label.form-check-label {
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    line-height: 1.4;
    margin-left: 20px;
    width: 100%
}

.form-check {
    display: flex;
    margin-bottom: 1.5rem!important;
    margin-top: 1.5rem!important
}

.user-address-action a:hover {
    opacity: 1;
    text-decoration: underline!important
}

.address-delete-form {
    display: none
}

.Addresses {
    display: flex;
    flex-wrap: wrap
}

.AddressesContainer {
    flex: 0 0 auto;
    margin: 10px 0;
    width: 33.33333333%
}

@media screen and (max-width:1200px) {
    .AccountSideBar {
        width: 33.333333%
    }
    .AccountMainBar {
        width: 66.6666666%
    }
}

@media screen and (max-width:768px) {
    .AccountMainBar,
    .AccountSideBar {
        width: 100%
    }
    .AddressesContainer {
        width: 100
    }
}

.add-address svg {
    fill: #893400;
    height: 7px;
    margin-right: 5px;
    margin-top: -1px;
    width: 7px
}

.AccountContainer .service-page__sidebar .service-page__title.title {
    margin-bottom: 20px;
    margin-top: 30px
}

.Account__Footer {
    position: relative!important
}

#header-locale-popover-0 {
    border: 1px solid;
    bottom: unset;
    box-shadow: unset;
    left: 50%;
    top: 0;
    transform: translateY(53px)!important;
    transition: unset!important;
    width: 50%
}

#header-locale-popover-0 .Popover__Value {
    font-weight: 400;
    padding: 5px 0 5px 12px!important;
    text-align: left!important
}

#header-locale-popover-0 .Popover__Header {
    display: none
}

.SideBar__Menu__Locale .Popover[aria-hidden=false] {
    font-family: text(--text-font-family);
    transform: translateY(53px)!important;
    visibility: visible
}

@media (max-width:1024px) {
    .subscriptions__content {
        margin-left: 0;
        margin-top: 55px
    }
}

.UGC__Block__Content strong {
    font-family: var(--text-font-family);
    letter-spacing: .5px
}

#rc_link_container {
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase
}

.UGC__Block__Content p:first-child {
    margin-bottom: 15px
}

.add-address {
    font-weight: 600;
    top: 135px!important
}

#header-locale-popover-1 {
    border: 1px solid;
    box-shadow: unset;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 13rem;
    right: 239px!important;
    top: 40px!important
}

#header-locale-popover-1:before {
    content: unset
}

#header-locale-popover-1 .Popover__ValueList {
    padding: .5rem
}

#header-locale-popover-1 .Popover__Value {
    font-weight: 400!important;
    padding: .25rem .5rem;
    text-align: left
}

.ReviewContainer {
    display: flex;
    flex-wrap: wrap
}

.ReviewAll {
    flex: 0 0 auto;
    width: 41.66666667%
}

.ReviewReviews {
    flex: 0 0 auto;
    width: 58.33333333%
}

@media screen and (max-width:768px) {
    .ReviewAll {
        margin: 0 auto;
        padding-bottom: 20px
    }
    .ReviewAll,
    .ReviewReviews {
        flex: 0 0 auto;
        width: 100%
    }
}

.okeReviews-review-reviewer-profile-name {
    word-break: break-all
}

.okeReviews-reviews-footer:before {
    content: unset!important
}

.button-border1 {
    background: #fff;
    border: 1px solid #893400;
    border-radius: 50em;
    color: #893400;
    display: inline-block;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0 60px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
    width: auto
}

.button-border1:hover {
    background: #893400;
    color: #fff
}

@media screen and (max-width:1139px) {
    #sidebar-menu:not(.HomePageSideBar):not(.sideBarMenu__HeaderShifted) {
        height: calc(100% - var(--header-height))!important;
        max-height: unset!important
    }
    .HomePageSideBar {
        height: calc(100% - 105.5px)!important
    }
    .HomePageSideBar[aria-hidden=false] {
        transform: translateY(105.5px)!important
    }
    .HomePageSideBar[aria-hidden=true] {
        transform: translate(100%, 105.5px)!important
    }
    .SideBar__Mobile__Bottom {
        bottom: 10px!important;
        position: absolute;
        top: unset!important;
        width: 100%
    }
    .SideBar__Mobile__SubLinkBlock {
        height: calc(100% - 178px)!important
    }
    .Drawer__Container,
    .SideBar__Mobile {
        height: 100%
    }
    .Drawer__Main {
        height: calc(100vh - 105px)!important
    }
    .Drawer__Content {
        height: 100%!important
    }
    :root {
        --headerHeight: calc(var(--header-height) - var(--announcement-bar-height))
    }
    #sidebar-menu.sideBarMenu__HeaderShifted {
        height: calc(100% - var(--headerHeight))
    }
    #sidebar-menu.sideBarMenu__HeaderShifted[aria-hidden=false] {
        transform: translateY(var(--headerHeight))
    }
    #sidebar-menu.sideBarMenu__HeaderShifted[aria-hidden=true] {
        transform: translate(100%, var(--headerHeight))
    }
}

.Landing__Container {
    display: flex;
    flex-wrap: wrap;
    height: calc(100vh - var(--header-height))
}

.Landing__Image_Container {
    height: 100%;
    width: 50%
}

.Landing__Image_Container .LandingImage_AspectRatio {
    height: 100%
}

.Landing__Image_Container .LandingImage_AspectRatio img {
    -o-object-fit: cover;
    object-fit: cover
}

.Landing__Content_Container {
    align-self: center;
    order: -1;
    padding: 50px 100px;
    width: 50%
}

.Landing__Content_Title {
    font-family: var(--heading-font-family);
    font-size: 88px;
    line-height: 110px
}

.Landing__Content_Description {
    font-family: var(--heading-font-family);
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 45px;
    margin-top: 45px
}

.Landing__Content_Button {
    margin: 0 auto 80px;
    width: -moz-fit-content;
    width: fit-content
}

.Landing__Content_Button a {
    background-color: #893400;
    border-radius: 27.4279px;
    color: #f7f6f4;
    font-family: var(--text-font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 41px;
    padding: 13px 60px;
    text-transform: uppercase;
    transition: all .3s
}

.Landing__Content_Button a:hover {
    background-color: transparent;
    border: 1px solid;
    color: #893400
}

.Landing__Content_Content {
    font-family: var(--heading-font-family);
    font-size: 22px;
    line-height: 27px
}

.Landing__Content_Title.hide-desktop {
    display: none
}

@media screen and (max-width:1410px) {
    .Landing__Content_Title {
        font-size: 80px;
        line-height: 100px
    }
}

@media screen and (max-width:1300px) {
    .Landing__Content_Container {
        padding: 50px
    }
    .Landing__Content_Title {
        font-size: 70px;
        line-height: 90px
    }
    .Landing__Content_Description {
        font-size: 28px
    }
}

@media screen and (max-width:1000px) {
    .Landing__Content_Container {
        padding: 25px
    }
    .Landing__Content_Title {
        font-size: 65px;
        line-height: 82px
    }
    .Landing__Content_Description {
        font-size: 26px
    }
    .Landing__Content_Button a,
    .Landing__Content_Content {
        font-size: 18px
    }
}

@media screen and (max-width:766px) {
    .Landing__Content_Title.hide-desktop {
        display: block;
        font-size: 56px;
        line-height: 70px;
        margin-bottom: 35px;
        padding: 10px 25px 0
    }
    .Landing__Container {
        height: -moz-fit-content;
        height: fit-content
    }
    .Landing__Content_Title.hide-mobile {
        display: none
    }
    .Landing__Image_Container {
        height: 48.125vw;
        width: 100%
    }
    .Landing__Content_Container {
        align-self: center;
        order: 1;
        padding: 40px;
        width: 100%
    }
    img {
        -o-object-position: bottom;
        object-position: bottom
    }
    .Landing__Content_Description {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 33px;
        margin-top: 0
    }
    .Landing__Content_Button {
        margin-bottom: 15px
    }
    .Landing__Content_Content {
        text-align: center
    }
    .Landing__Content_Button a {
        padding: 10px 45px;
        word-break: keep-all
    }
}

@media screen and (max-width:400px) {
    .Landing__Content_Title.hide-desktop {
        font-size: 40px;
        line-height: 50px
    }
}

.Landing_Footer__Container {
    background-color: #f7f6f4;
    border: 1px solid #893400;
    margin: 40px auto;
    padding: 43px;
    width: 64%
}

.Landing_Footer__Title {
    font-family: var(--heading-font-family);
    font-size: 40px;
    margin: 0 auto 35px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content
}

.Landing_Footer__Buttons {
    display: flex;
    justify-content: center
}

.Landing_Footer__Buttons a {
    background-color: #fff;
    border: 1px solid #893400;
    border-radius: 27.4279px;
    font-family: var(--heading-font-family);
    font-size: 24px;
    line-height: 30px;
    padding: 12px 20px;
    transition: all .3s
}

.Landing_Footer__Buttons a:hover {
    background-color: #893400;
    color: #fff
}

.Landing_Footer__Buttons a:first-child {
    margin-right: 50px
}

.Landing_Footer__Buttons a:last-child {
    margin-left: 50px
}

@media screen and (max-width:766px) {
    .Landing_Footer__Container {
        background-color: #f7f6f4;
        border: none;
        margin: 40px auto;
        margin-bottom: 0!important;
        padding: 43px;
        width: 100%
    }
    .Landing_Footer__Title {
        font-size: 24px;
        line-height: 30px
    }
    .Landing_Footer__Buttons {
        flex-direction: column;
        margin: 0 auto;
        width: -moz-fit-content;
        width: fit-content
    }
    .Landing_Footer__Buttons a {
        font-size: 20px;
        margin: 0 0 17px!important
    }
}

.rc_card_container .title-bold {
    text-decoration: underline!important
}

#rc_login h5 {
    font-size: 16px
}

#rc_login a {
    background: #fff;
    border: 1px solid #893400;
    border-radius: 50em;
    color: #893400;
    display: block;
    font-size: 12px;
    height: auto;
    letter-spacing: 1px;
    line-height: 165%;
    padding: 16px 60px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
    width: 100%
}

#rc_login a:hover {
    background: #893400;
    color: #fff
}

.QuizContainer {
    background-color: #f7f6f4;
    min-height: calc(100vh - var(--header-height))
}

@media screen and (max-width:768px) {
    min-height: 72vh
}

.octane-ai-quiz-rendered {
    z-index: 12!important
}

.CartMain .CartItem__ImageWrapper {
    margin: 0;
    width: -moz-fit-content;
    width: fit-content
}

.CartMain .CartItem {
    align-items: center;
    justify-content: space-evenly;
    position: relative
}

.CartMain .CartItem__Info .cartmeta_text {
    display: none
}

.CartMain .CartItem__Info__Top {
    flex-direction: column
}

.CartMain .cartmeta_text {
    bottom: -31px;
    left: 28%;
    position: absolute
}

@media screen and (max-width:641px) {
    .CartMain .cartmeta_text {
        bottom: -35px;
        left: 158px;
        position: absolute
    }
    .CartMain .CartItem__ImageWrapper {
        margin-right: 0
    }
    .CartMain .CartItem__Info {
        flex-direction: column;
        width: 100%
    }
}

.CartMain .Cart__Footer {
    display: flex;
    justify-content: flex-end
}

.CartMain .Cart__Recap {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.UGC__SingleBlock .UGC__ReviewStars {
    position: absolute;
    z-index: 1
}

.UGC__SingleBlock .UGC_ReviewCrap {
    background-color: #893400;
    left: 100%!important;
    transform: translateX(-100%);
    z-index: 2
}

.UGC__SingleBlock .okeReviews.okeReviews--theme .okeReviews-starRating-indicator {
    width: 67px
}

#te-modal.Header__Shifted {
    height: calc(100vh - var(--header-height) + var(--announcement-bar-height))!important;
    top: calc(var(--header-height) - var(--announcement-bar-height))!important
}

#te-modal {
    height: calc(100vh - var(--header-height))!important;
    top: var(--header-height)!important
}

#sidebar-cart {
    overflow: hidden;
    z-index: 9999999999
}

.Cart.Drawer__Content .Drawer__Main {
    height: auto!important
}

.Cart.Drawer__Content {
    height: -moz-fit-content!important;
    height: fit-content!important;
    min-height: calc(100% - 140px)
}

@media screen and (min-width: 1140px) {
    .Cart.Drawer__Content {
        min-height: calc(100% - 53px);
    }
    .Cart__ItemList {
        max-height: calc(100vh - 446px);
    }
}
@media screen and (max-width: 1139px) {
    .Cart.Drawer__Content {
        min-height: calc(100% - 90px);
    }
    .Cart__ItemList {
        max-height: calc(100vh - 388px);
    }
}

.Cart__OffscreenNoteContainer {
    transform: translateY(160%)
}

.Sidecart__USP--container {
    align-items: flex-start;
    margin: 0;
    padding: 10px 25px 15px;
    text-align: center
}

.Sidecart__PaymentList--container,
.Sidecart__USP--container {
    background: #fff;
    display: flex;
    justify-content: center;
    transform: translate(-25px, -10px);
    width: calc(100% + 50px)
}

.Sidecart__PaymentList--container {
    align-items: center;
    margin: -40px 0 0;
    padding: 0 25px 40px
}

.Sidecart__PaymentList--container .HorizontalList__Item {
    margin: 0 14px
}

.Sidecart__USP .Sidecart__USP--block,
.Sidecart__USP .Sidecart__USP--blockContainer {
    height: -moz-fit-content;
    height: fit-content
}

.Sidecart__USP .Sidecart__USP--block {
    margin-inline: 10px
}

.Sidecart__USP .Sidecart__USP--block .Sidecart__USP--image svg {
    font-size: 28px
}

.Sidecart__USP .Sidecart__USP--block .Sidecart__USP--image img {
    height: 28px
}

.CartItem__Title {
    padding: 2px 0
}

.CartItem__Title a {
    display: block;
    margin-bottom: 0
}

.Cart .Drawer__Footer {
    padding: 12px 16px!important
}

@media screen and (max-width:1139px) {
    #sidebar-cart {
        max-width: 400px;
        width: 100%!important
    }
}

section.rc-login {
    height: calc(100vh - 111px);
    margin: -20px auto 0;
    min-height: unset;
    padding: 0
}

section.rc-login .rc-login--body {
    background: #f7f6f4;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

section.rc-login .rc-login--body .rc-login-header-media-line {
    border-color: #893400
}

section.rc-login .rc-login--body svg {
    background: #f7f6f4
}

section.rc-login .rc-login--body svg path {
    fill: #893400
}

section.rc-login .rc-login--body .rc-login--header-title {
    font-feature-settings: "ss01";
    color: #893400;
    font-family: var(--heading-font-family);
    font-size: 44px;
    letter-spacing: -1px;
    line-height: 1
}

#rc-email {
    background: #fff;
    border: 1px solid #ece7ec;
    border-radius: 0;
    color: #000;
    font-family: var(--text-font-family);
    font-size: 15px;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 15px;
    padding: 0 20px;
    width: 100%
}

#rc-email:focus,
#rc-email:hover {
    background: #fff;
    border: 1px solid #893401;
    box-shadow: none
}

#rc-email::-moz-placeholder {
    color: #893400;
    font-weight: 600
}

#rc-email::placeholder {
    color: #893400;
    font-weight: 600
}

.rc-login-form-button.animated {
    animation: none!important;
    background: #893400;
    border: 1px solid #893400;
    border-radius: 50em;
    color: #fff;
    cursor: pointer!important;
    display: inline-block;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 700;
    height: auto;
    letter-spacing: 1px;
    line-height: 165%;
    padding: 16px 28px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
    width: 100%
}

.rc-login-form-button.animated:hover {
    background: #fff;
    border: 1px solid #893400;
    color: #893400
}

.rc-login-form-button.animated .animated {
    position: relative
}

.rc-login-form-button .rc-progress svg {
    background: #893400!important
}

.rc-progress.animated.fadeInLeft.rc-hidden {
    animation: none!important;
    display: none!important
}

.rc-enter-code-header {
    font-feature-settings: "ss01";
    color: #893400;
    font-family: var(--heading-font-family);
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 1
}

.rc-enter-code-text {
    color: #893400;
    font-family: var(--text-font-family)!important
}

.rc-enter-code-digits-item {
    border-color: #893400!important;
    color: #893400!important
}

.rc-enter-code-digits-item::-moz-placeholder {
    color: #893400;
    font-weight: 600
}

.rc-enter-code-digits-item::placeholder {
    color: #893400;
    font-weight: 600
}

.rc-enter-code-sms-info {
    color: #893400!important
}

.product-form__payment .Sidecart__PaymentList {
    background: transparent!important;
    margin: 0;
    padding-bottom: 0!important;
    padding-top: 0!important;
    transform: unset!important;
    width: auto!important
}

.product-form__payment .Sidecart__PaymentList .HorizontalList__Item {
    margin: 0 6px
}

.product-form__payment .Sidecart__PaymentList .HorizontalList__Item:first-child {
    margin-left: 0
}

.product-form__payment .Sidecart__PaymentList .HorizontalList__Item:last-child {
    margin-right: 0
}

.account-manage {
    font-size: 14px;
    padding-top: 15px;
    text-align: center
}

.account-passwordless_button {
    background-color: #893400!important;
    color: #fff!important;
    margin-top: 45px;
    width: 100%
}

.account-passwordless_button:hover {
    background-color: #fff!important;
    color: #893400!important;
    width: 100%
}

.account-or {
    align-items: center;
    display: flex;
    margin: 30px 0
}

.account-or span {
    border-bottom: 1px solid #893400;
    width: 100%
}

.account-or p {
    margin: 0;
    padding: 0 10px
}

.account-or p,
.login-text {
    font-size: 16px
}

.Gift_Cards .product-form__controls-group {
    margin-bottom: 50px;
    margin-top: 20px
}

.Gift_Cards .product-form__controls-group label {
    font-size: 24px
}

.Gift_Cards .selector-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.Gift_Cards .subtitle {
    font-size: 14px;
    margin: 0
}

.Variant_Options {
    display: flex
}

.Variant_Options .Variant_Option {
    border: 1px solid #893400;
    border-radius: 360px;
    cursor: pointer;
    margin: 0 5px;
    padding: 5px 10px;
    transition: all .3s
}

.Variant_Options.open .Variant_Option {
    display: block!important
}

.Variant_Option[selected=selected],
.Variant_Options .Variant_Option:hover {
    background-color: #893400;
    color: #fff
}

.Gift_Cards .main-carousel,
.Gift_Cards .product__carousel {
    height: 100%
}

.Gift_Cards img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

footer .ql-font-playfair-display {
    color: #fff!important;
    font-family: var(--text-font-family);
}

.Product__Image__Container {
    position: relative
}

.Product__Image__Container .product_label {
    background-color: #893400;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 16px 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5%;
    z-index: 3
}

@media screen and (max-width:766px) {
    .Product__Image__Container .product_label {
        padding: 16px 30px;
        top: 0
    }
}

.collection-product-label {
    background-color: #893400;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: normal;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 3
}

.FeaturedBlog__Button {
    display: block;
    margin: 0 auto;
    width: -moz-max-content;
    width: max-content
}

@media screen and (max-width:768px) {
    .Bundle_Section .Bundle_Container .Bundle_Image {
        padding-top: 14px!important;
        position: relative!important;
        top: 0!important
    }
    .Bundle_Section .Bundle_Container {
        padding-top: 14px!important
    }
}

.HowToBanner__Container {
    background-color: var(--bg-color);
    color: var(--text-color)
}

.HowToBanner__Container .container {
    display: flex;
    justify-content: center;
    padding-bottom: 42px;
    padding-top: 42px
}

.HowToBanner__Block {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 15px
}

.HowToBanner__Icon {
    min-height: 50px
}

.HowToBanner__Icon svg {
    height: 50px
}

@media screen and (max-width:1024px) {
    .HowToBanner__Container .container {
        flex-wrap: wrap
    }
    .HowToBanner__Block {
        flex: unset;
        padding: 40px;
        width: 50%
    }
}

@media screen and (max-width:768px) {
    .HowToBanner__Container .container {
        justify-content: start;
        max-width: 100%;
        padding-bottom: 20px;
        padding-top: 20px
    }
    .HowToBanner__Block {
        align-items: center;
        flex-direction: row;
        padding: 20px;
        width: 100%
    }
    .HowToBanner__Text {
        font-size: 16px;
        letter-spacing: .5px;
        line-height: 22px;
        padding-left: 23px;
        padding-top: 0;
        text-align: left
    }
    .HowToBanner__Icon {
        min-height: 0
    }
    .HowToBanner__Icon svg {
        height: 40px;
        width: 60px
    }
}

@media screen and (min-width:769px) and (max-width:1025px) {
    .HowToBanner__Container .container {
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        padding: 40px 20px!important
    }
    .HowToBanner__Container .container .HowToBanner__Block {
        padding: 0;
        width: 100%
    }
    .HowToBanner__Container .container .HowToBanner__Block .HowToBanner__Text {
        font-size: 19px;
        padding-top: 15px
    }
}

.subscriptions.book .GUUD__AddToCartButton {
    background-color: var(--button-background-color);
    border: 1px solid var(--button-background-color);
    border-radius: 50em;
    color: var(--button-text-color);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 165%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 490px;
    padding: 16px 60px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s;
    width: 100%
}

.subscriptions.book .GUUD__AddToCartButton:hover {
    background-color: transparent;
    color: var(--button-background-color)
}

@media screen and (max-width:1024px) {
    .subscriptions.book .GUUD__AddToCartButton {
        width: calc(100% - 3rem)
    }
}

#offcanvasRight {
    border-left: 1px solid;
    margin-top: -4px
}

#offcanvasRight .metafield-rich_text_field p {
    margin-bottom: 20px
}

#offcanvasRight .metafield-rich_text_field h5 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 25px
}

.offcanvas__Images {
    display: flex;
    flex-wrap: wrap;
    margin: -10px
}

.offcanvas__Images .AspectRatio {
    margin: 10px;
    width: calc(50% - 20px)
}

#offcanvasRight {
    height: 101vh;
    padding-top: 110px;
    top: 0
}

.mobile-button .title {
    font-size: 19px
}

.mobile-button .button-border {
    padding: 16px 56px
}

@media screen and (max-width:1024px) {
    .mobile-container {
        padding-left: 41px!important;
        padding-right: 41px!important
    }
}

.single-page-product.book #addToCartButton {
    background-color: var(--button-background-color);
    color: var(--button-label-color)
}

.single-page-product.book #addToCartButton:hover {
    background-color: transparent;
    color: var(--button-background-color)
}

.single-page-product.book .mobile-button button {
    background-color: var(--button-background-color);
    color: var(--button-label-color)
}

.single-page-product.book .mobile-button button:hover {
    background-color: transparent;
    color: var(--button-background-color)
}

@media screen and (max-width:1024px) {
    .DifferentLayout .subscriptions__image {
        margin-right: 0;
        width: 100%!important
    }
    .DifferentLayout .subscriptions__image img {
        border-radius: 20px
    }
    .DifferentLayout .subscriptions__content .button-border {
        font-size: 12px;
        text-transform: uppercase
    }
}

@media screen and (min-width:771px) {
    .DifferentLayout.subscriptions>.container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto
    }
    .DifferentLayout .subscriptions__Image {
        grid-column: 1;
        grid-row: 1;
        height: 100%;
        position: relative;
        width: 100%
    }
    .DifferentLayout .subscriptions__Content {
        grid-column: 2;
        width: 100%
    }
    .DifferentLayout .subscriptions__content {
        margin-left: 0
    }
    .DifferentLayout .subscriptions__image {
        height: 100%;
        margin-right: 170px;
        max-width: 100%;
        position: absolute;
        width: 100%
    }
}

.content-subscriptions .check-list li {
    display: flex
}

.product-showcase__description ul {
    list-style-position: outside
}

.UGC__Container .flickity-viewport,
.guud-to-know .flickity-viewport {
    overflow: visible
}

.center-text,
.center-text-desktop {
    text-align: center
}

.cta-button {
    border: 1px solid #893400;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 40px;
    text-transform: uppercase;
    transition: .3s
}

.cta-button:hover {
    background-color: #893400;
    color: #fff
}

.cta-button:hover .svg-icon-play-fill {
    fill: #fff
}

.cta-button-alt {
    border: 1px solid #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 40px;
    text-transform: uppercase;
    transition: .3s
}

.cta-button-alt:hover {
    background-color: #fff;
    color: #893400
}

.cta-button-alt:hover .svg-icon-play-fill {
    fill: #893400
}

@media screen and (max-width:768px) {
    .center-text-desktop {
        text-align: start
    }
    .tribe-h3 {
        font-family: Nib Pro;
        font-size: 24px;
        font-weight: 400;
        line-height: 34px
    }
    .cta-button {
        border: 1px solid #8b4513;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        font-size: 12px;
        font-weight: 600;
        padding: 8px 40px;
        width: 100%
    }
    .tribe-h4 {
        font-family: Nib Pro;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px
    }
}

.podcast-hero {
    background-image: url(/cdn/shop/files/desktop-background.png?v=1683716019);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 120%;
    padding: 45px 96px 0;
    margin-bottom: 60px;
}

.podcast-hero__container {
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr))
}

.podcast-hero__text {
    grid-column: span 6/span 6;
    padding-top: 76px
}

.podcast-hero__image-container {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    grid-column-end: 13;
    grid-column-start: 8;
    height: 551px;
    overflow: hidden;
}
.podcast-hero__image-container.image-rounded-false {
    border-radius: 0;
}

.podcast-hero__image-container img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media screen and (max-width: 1180px) {
    .podcast-hero {
        background-image: url(/cdn/shop/files/GuudWoman-StudioPenelope-_TheEdenStories-125_1_1800x_1.png?v=1683715879);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 120%;
        padding: 0;
        margin-bottom: 20px;
    }
    .podcast-hero__text {
        grid-column: span 12/span 12;
        order: 2;
        padding: 32px 16px
    }
    .podcast-hero__image-container {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        grid-column: span 12/span 12;
        height: 414px;
        margin-bottom: 0;
        order: 1
    }
    .podcast-hero__image-container img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        object-position: center;
    }
}
@media screen and (max-width: 768px) {
    .podcast-hero__image-container {
        height: 214px;
    }
}

.podcast-book {
    padding: 100px
}

.podcast-book__container {
    border: 1px solid #8b4513;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding: 30px;
    position: relative
}

.podcast-book__image-container {
    grid-column: span 5/span 5
}

.podcast-book__image-container img {
    border-radius: 30px
}

.podcast-book__text {
    display: flex;
    flex-direction: column;
    grid-column-end: 12;
    grid-column-start: 7;
    justify-content: center
}

.podcast-book__svg-container-desktop {
    display: block;
    left: 50%;
    position: absolute;
    top: -60px;
    transform: translateX(-50%)
}

.podcast-book__svg-container-mobile {
    display: none
}

.podcast-book__svg {
    animation: rotate 10s linear infinite reverse
}

@media screen and (max-width: 1180px) {
    .podcast-book {
        padding: 100px 50px;
    }
}

.episodes {
    margin-right: 16px
}
.episode__details button.episodes {
    display: inline-flex;
    align-items: center;
    gap: 0.5em
}


@keyframes rotate {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

@media screen and (max-width:768px) {
    .podcast-book {
        padding: 16px
    }
    .podcast-book__image-container {
        grid-column: span 12/span 12;
        position: relative
    }
    .podcast-book__text {
        display: flex;
        flex-direction: column;
        grid-column: span 12/span 12;
        justify-content: center
    }
    .podcast-book__container {
        border: 1px solid #8b4513;
        -moz-column-gap: 0;
        column-gap: 0;
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        padding: 16px;
        position: relative
    }
    .podcast-book__image-container img {
        border-radius: 14px;
        margin-bottom: 16px
    }
    .book-text {
        display: none
    }
    .mb-22 {
        margin-bottom: 22px
    }
    .episodes {
        margin-bottom: 16px
    }
    .podcast-book__svg-container-desktop {
        display: none
    }
    .podcast-book__svg-container-mobile {
        bottom: -30px;
        display: block;
        position: absolute;
        right: 18px
    }
    .podcast-book__svg {
        animation: rotate 10s linear infinite reverse;
        height: 93px;
        width: 93px
    }
}

.latest-episodes {
    background-color: #893400;
    padding: 50px 96px;
}

.latest-episodes__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.latest-episodes__grid {
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    row-gap: 30px;
}

.episode-card {
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: grid;
    grid-column: span 6/span 6;
    grid-template-columns: repeat(6, minmax(0, 1fr))
}
.latest-episodes .episode-card {
    display: flex;
    gap: 20px;
}

.latest-episode__thumbnail-container {
    min-width: 200px;
    max-width: 200px;
}
.latest-episodes .episode__details {
    flex: 1;
}
.episode__thumbnail-container {
    grid-column: span 2/span 2
}

.episode__details {
    color: #fff
}

.episode__details,
.episode__details-alt {
    display: flex;
    flex-direction: column;
    grid-column: span 4/span 4;
    justify-content: flex-start;
}

.episode__details-alt {
    color: #893400
}


.episode__thumbnail,
.latest-episode__thumbnail {
    aspect-ratio: 1;
    border-radius: 14px;
    -o-object-fit: cover;
    object-fit: cover
}

.episode__info {
    display: flex;
    flex-direction: row
}
@media screen and (max-width: 1368px) {
    .latest-episodes {
        padding-left: 16px;
        padding-right: 16px
    }
}
@media screen and (max-width: 1024px) {
    .latest-episodes .episode-card {
        grid-column: span 12/span 12;
    }
}
@media screen and (max-width:768px) {
    .latest-episodes {
        background-color: #893400;
        padding: 32px 16px
    }
    .latest-episodes .episode-card {
        display: block;
    }
    .latest-episode__thumbnail-container {
        min-width: 0;
        max-width: 100%;
    }
    .latest-episodes__header {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .episode-card {
        -moz-column-gap: 20px;
        column-gap: 20px;
        display: grid;
        grid-column: span 12/span 12;
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
    .episode__thumbnail-container {
        grid-column: span 4/span 4
    }
    .latest-episode__thumbnail-container {
        grid-column: span 12/span 12
    }
    .episode__details {
        color: #fff;
        grid-column: span 12/span 12
    }
    .episode__details,
    .episode__details-alt {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    .episode__details-alt {
        color: #893400;
        grid-column: span 8/span 8
    }
    .latest-episode__thumbnail {
        aspect-ratio: 1.5
    }
    .episode__thumbnail,
    .latest-episode__thumbnail {
        border-radius: 14px;
        margin-bottom: 14px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%
    }
    .episode__thumbnail {
        aspect-ratio: 1
    }
}

.podcast-hosts {
    padding: 64px 0;
}
.podcast-hosts__row {
    margin-left: -20px;
    padding: 10px 0;
}
.podcast-hosts__row .flickity-viewport {
    overflow: visible;
}
.podcast-hosts__header {
    margin-bottom: 30px
}
.podcast-hosts .button-group {
    align-items: center;
    display: flex;
    height: 50px;
    margin-left: 20px;
}
.podcast-hosts .button-group button {
    background: transparent;
}
.podcast-hosts__card {
    padding: 0 20px;
}

.podcast-hosts__card,
.podcast-hosts__card-content {
    display: flex;
    flex-direction: column;
    justify-content: center
}
.podcast-hosts__card-image-container {
    min-width: 100%;
    max-width: 100%;
    position: relative;
    padding-top: 100%;
    margin-bottom: 30px;
}
.podcast-hosts__card-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}

.host-image-1,
.host-image-4 {
    border-radius: 300px
}

.host-image-2 {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px
}

.host-image-3 {
    border-radius: 0 148.5px 0 30px
}

.hosts-header {
    text-align: center
}

@media screen and (max-width: 1023px) {
    .podcast-hosts__row {
        margin-left: 0;
    }
    .podcast-hosts .podcast-hosts__head .button-group {
        display: none;
    }
    .podcast-hosts {
        padding: 32px 16px
    }
    .hosts-header {
        text-align: start
    }
    .podcast-hosts__card {
        min-width: auto !important;
        width: 80% !important;
    }
    .podcast-hosts__card-content {
        align-items: start;
        display: flex;
        flex-direction: column;
        grid-column: span 8/span 8;
        justify-content: center;
        width: -moz-fit-content;
        width: fit-content
    }
    .host-image-2 {
        border-radius: 300px 300px 14px 14px
    }
    .host-image-3 {
        border-radius: 0 60px 0 14px
    }
}

.podcast-book-product {
    border: 1px solid #8b4513;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin: 64px 96px
}

.podcast-book-product__text-container {
    background-color: #f7f6f4;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: grid;
    grid-column: span 6/span 6;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    order: 1
}

.podcast-book-product__text {
    grid-column-end: 6;
    grid-column-start: 2;
    padding: 140px 0
}

.podcast-book-product__image {
    grid-column: span 6/span 6;
    order: 2;
    position: relative
}

.podcast-book-product__image img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

@media screen and (max-width:768px) {
    .podcast-book-product {
        border: 1px solid #8b4513;
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        margin: 12px 0
    }
    .podcast-book-product__text-container {
        background-color: #f7f6f4;
        display: block;
        grid-column: span 12/span 12;
        order: 2
    }
    .podcast-book-product__text {
        padding: 24px 16px 30px
    }
    .podcast-book-product__image {
        grid-column: span 12/span 12;
        height: 212px;
        order: 1;
        position: relative
    }
    .podcast-book-product__image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%
    }
}

.all-episodes {
    padding: 0 96px
}

.all-episodes__header {
    margin-bottom: 30px
}

.all-episdoes__header-social,
.all-episodes__header {
    align-items: center;
    display: flex;
    flex-direction: row
}

.all-episodes__grid {
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-bottom: 30px;
    row-gap: 16px
}

.episode-card__social-icon {
    height: 25px;
    width: 25px
}

.all-episode__card-mb {
    margin-bottom: 14px
}

@media screen and (max-width:768px) {
    .all-episodes {
        padding: 32px 16px
    }
    .all-episodes__header {
        align-items: start;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px
    }
    .all-episdoes__header-social {
        align-items: center;
        display: flex;
        flex-direction: row
    }
    .all-episode__card-mb {
        margin-bottom: 8px
    }
    .all-episodes__grid {
        -moz-column-gap: 16px;
        column-gap: 16px;
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        margin-bottom: 30px;
        row-gap: 30px
    }
}

.podcast-signup__wrapper {
    padding: 80px 50px;
}

.podcast-signup__container {

}

.podcast-signup__content {

}

.podcast-signup__title {
    font-size: 60px;
    line-height: 1;
    font-family: Nib Pro;
    margin-bottom: 30px;
}
.podcast-signup__subtitle {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    max-width: 600px;
}
.podcast-signup__container .form-field {
    max-width: 500px;
}


@media screen and (min-width:769px) {
    .podcast-signup__container .form-field button {
        min-width: 180px;
    }
}
@media screen and (max-width:768px) {
    .podcast-signup__wrapper {
        padding: 30px 14px 55px;
    }

    .podcast-signup__title {
        font-size: 42px;
        margin-bottom: 20px;
    }

}

.site-header-cart-side__header-title {
    font-family: Nib Pro;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    width: 100%
}

#cookies_modal {
    display: none
}

.topbar-scroll>div {
    display: inline
}

.itemEditForm {
    margin-bottom: 30px
}

form .button-border.negative {
    background: #fff;
    color: #893400;
    width: 100%
}

form .button-border.negative:hover {
    background: #893400;
    border: 1px solid #893400;
    color: #fff
}

.cartLineTemplate {
    display: none
}

.cartContent.empty .emptyCartInfo {
    display: block
}

.cartContent.empty .cartItemsList,
.cartContent.empty .cartSummary {
    display: none
}

.processCartWait {
    background: #fff;
    display: none;
    height: 100%;
    opacity: .9;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100
}

.video-block__content.middle-left .video-block__off,
.video-block__content.middle-left .video-block__on {
    right: auto
}

.chat-button {
    display: none
}

#chat-button {
    z-index: 10;
    transition: bottom .3s ease-in-out;
}

@media (min-width: 768px) {
    #chat-button {
        bottom: 0;
        right: 0;
    }
}

.yotpo .yotpo-small-box {
    display: none
}

.yotpo .yotpo-regular-box {
    border-top: 0;
    margin: 0;
    padding: 0
}

.yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon,
.yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon {
    display: none
}

.yotpo .yotpo-default-button,
.yotpo input[type=button].yotpo-default-button {
    background: #fff;
    border: 1px solid #893400;
    border-radius: 50em;
    color: #893400!important;
    font-family: hurme_geometric_sans_4SBd;
    font-size: 12px;
    height: 50px;
    letter-spacing: 1px;
    padding: 0!important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
    width: auto
}

.yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon-button-text,
.yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text {
    color: #893401;
    display: block;
    font-family: var(--text-font-family);
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    padding: 0 60px;
    width: auto
}

.yotpo .yotpo-default-button:hover,
.yotpo input[type=button].yotpo-default-button:hover {
    background: #893401
}

.yotpo-default-button:hover .yotpo-icon-button-text {
    color: #fff!important
}

.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button,
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button {
    top: 16px!important
}

span.yotpo-icon-profile.yotpo-header-element.pull-left {
    display: none!important
}

.yotpo-header.yotpo-verified-user {
    padding: 30px;
    width: 33.33%
}

.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    width: 100%
}

.yotpo .yotpo-review .yotpo-main {
    display: inline-block!important;
    float: left;
    margin: 0!important;
    padding: 30px 30px 15px;
    width: 66.666%
}

.yotpo .yotpo-comment .yotpo-main .content-title,
.yotpo .yotpo-onsite-upload .yotpo-main .content-title,
.yotpo .yotpo-question .yotpo-main .content-title,
.yotpo .yotpo-review .yotpo-main .content-title {
    color: #893401;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 25px
}

.yotpo .yotpo-review .yotpo-main .content-review {
    color: #893401;
    font-family: var(--text-font-family);
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 22px
}

.yotpo a,
.yotpo div,
.yotpo form,
.yotpo i,
.yotpo img,
.yotpo label,
.yotpo li,
.yotpo p,
.yotpo span,
.yotpo strong,
.yotpo sup,
.yotpo ul {
    color: #9b9794;
    font-family: var(--text-font-family);
    font-size: 15px!important;
    letter-spacing: .5px!important;
    line-height: 22px!important
}

.yotpo .yotpo-review .yotpo-footer .yotpo-action {
    display: none
}

.yotpo .yotpo-review .yotpo-footer {
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 0;
    padding: 0 30px 30px;
    width: 66.666%
}

.yotpo-review.yotpo-regular-box {
    border-left: 1px solid #893401!important;
    border-right: 1px solid #893401!important;
    border-top: 1px solid #893401!important;
    margin: 0;
    padding: 0
}

.yotpo-review.yotpo-regular-box:last-of-type {
    border-bottom: 1px solid #893401!important
}

.yotpo-review.yotpo-regular-box+.yotpo-review.yotpo-regular-box {
    border-top: 0
}

.yotpo .yotpo-review .yotpo-footer .yotpo-helpful.yotpo-helpful {
    display: flex;
    width: 100%
}

.y-label.label-helpful {
    margin-right: auto
}

.yotpo .y-input,
.yotpo input {
    border-color: #893401;
    color: #000;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px
}

.socialize-wrapper .yotpo-icon-btn {
    border: 0
}

.yotpo .write-review .yotpo-header .yotpo-header-title {
    font-feature-settings: "ss01";
    color: #893400;
    font-family: Nib Pro;
    font-size: 44px;
    margin-bottom: 30px;
    text-transform: lowercase
}

.yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon,
.yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon,
.yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon,
.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon {
    color: #893401
}

.login-page #rc_login {
    display: none!important
}

.newsletter-section .klaviyo-form form,
footer .klaviyo-form form {
    display: flex!important;
    justify-content: center;
    margin-left: 0!important;
    margin-right: 0!important;
    margin-top: 0!important;
    width: 100% !important
}

.Footer__List__Inner .klaviyo-form form {
   max-width: 100% !important;
}

.newsletter-section .klaviyo-form div[data-testid=form-component],
footer .klaviyo-form div[data-testid=form-component] {
    padding: 0!important
}

.newsletter-section .klaviyo-form input[name=email],
footer .klaviyo-form input[name=email] {
    background: 0 0!important;
    border-left: none!important;
    border-radius: 0!important;
    border-right: none!important;
    border-top: none!important;
    box-shadow: none!important;
    float: left!important;
    font-family: var(--text-font-family);
    font-size: 14px!important;
    font-weight: 400!important;
    height: 37px!important;
    letter-spacing: .5px!important;
    line-height: 22px!important;
    padding: 0 0 14px!important;
    text-transform: none!important;
    width: 100%!important
}

.klaviyo-form input[name=email]:focus,
.klaviyo-form input[name=email]:hover {
    box-shadow: none!important
}

.newsletter-section .klaviyo-form input[name=email]::-moz-placeholder,
footer .klaviyo-form input[name=email]::-moz-placeholder {
    font-family: var(--text-font-family);
    font-size: 14px!important;
    font-weight: 400!important;
    letter-spacing: .5px!important;
    line-height: 22px!important
}

.newsletter-section .klaviyo-form input[name=email]::placeholder,
footer .klaviyo-form input[name=email]::placeholder {
    font-family: var(--text-font-family);
    font-size: 14px!important;
    font-weight: 400!important;
    letter-spacing: .5px!important;
    line-height: 22px!important
}

.newsletter-section .klaviyo-form input[name=email] {
    border-bottom: 1px solid #893400!important;
    color: #893400!important
}

.newsletter-section .klaviyo-form input[name=email]::-moz-placeholder {
    color: #893400!important
}

.newsletter-section .klaviyo-form input[name=email]::placeholder {
    color: #893400!important
}

footer .klaviyo-form input[name=email] {
    border-bottom: 1px solid #fff!important;
    color: #fff!important
}

footer .klaviyo-form input[name=email]::-moz-placeholder {
    color: #fff!important
}

footer .klaviyo-form input[name=email]::placeholder {
    color: #fff!important
}

.newsletter-section .klaviyo-form button,
footer .klaviyo-form button {
    background: 0 0!important;
    border-left: none!important;
    border-radius: 0!important;
    border-right: none!important;
    border-top: none!important;
    box-shadow: none!important;
    float: left!important;
    font-family: var(--text-font-family);
    font-size: 14px!important;
    font-weight: 600!important;
    letter-spacing: .5px!important;
    line-height: 22px!important;
    margin-top: 4px!important;
    padding: 0 0 14px!important;
    text-align: center!important;
    text-transform: uppercase!important;
    width: 64px!important
}

footer .klaviyo-form button {
    border-bottom: 1px solid #fff!important;
    color: #fff!important;
    letter-spacing: .5px!important
}

.newsletter-section .klaviyo-form button {
    border-bottom: 1px solid #893400!important;
    color: #893400!important
}

footer {
    position: relative;
    z-index: 0
}

@media screen and (min-width:1201px) {
    body.article-page footer,
    body.blog-page footer,
    body.collection-page footer,
    body.index-page footer,
    body.page-support footer,
    body.page-who-we-are footer,
    body.product-page footer {
        position: fixed
    }
}

body.article-page {
    padding-top: 110px
}

body.blog-page .categories .container {
    max-width: 1140px
}

body.blog-page .categories {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2871' height='1400'%3E%3Cpath fill-rule='evenodd' fill='%23F7F6F4' d='M2860.999 1319.999s-299.813-120.819-1117 21C913.928 1485.56 7 1319.999 7 1319.999L0 0l2871 1-10.001 1318.999Z'/%3E%3C/svg%3E");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 120%;
    padding-bottom: 170px;
    padding-top: 180px
}

body.activate_account-page,
body.login-page,
body.register-page,
body.reset_password {
    background: #f7f6f4
}

.sidebar-menu li.current a {
    font-weight: 700
}

.smart-scroll {
    overflow: visible
}

.open-menu.scrolled-down,
.open-menu.scrolled-up {
    margin: 0
}

@media (min-width:1200px) {
    .carousel__content__container {
        padding-left: 140px;
        padding-right: 140px
    }
}

.navbar-nav>.nav-item {
    margin-right: 16px
}

.navbar-nav>.nav-item+.nav-item {
    margin-left: 16px;
    margin-right: 16px
}

.desktop-menu .panel {
    border-left: 0
}

.shop-menu li a {
    line-height: 1;
    margin-bottom: 5px
}

.shop-menu li:hover a {
    color: #893400
}

.call-to-action .blue-button {
    text-transform: uppercase
}

.newsletter-section .col-md-5 {
    padding-left: 73px
}

.small-call-to-action.small-call-to-action__product {
    border-left: 0;
    border-right: 0
}

.offcanvas-end .table tr {
    border-right: 0
}

.faq-section {
    position: relative
}

.faq-section .sticky-top {
    top: 140px
}

.service-page__content h2,
.service-page__content h3,
.service-page__content h4,
.service-page__content h5,
.service-page__content h6 {
    margin-bottom: 0
}

.service-page__content a {
    color: #893400
}

.service-page__content p {
    margin-bottom: 30px
}

.service-page .title {
    display: block
}

.add-address {
    position: absolute;
    right: 0;
    top: 240px
}

@media (max-width:767px) {
    .service-page__hello {
        margin-top: 0
    }
    .add-address {
        top: 5px
    }
}

.service-page__content strong {
    display: block;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase
}

.offcanvas-end {
    border-top: 0;
    height: calc(100vh - 110px);
    overflow-y: auto;
    top: 110px;
    width: 530px
}

.service-page .title a {
    display: block;
    width: 100%
}

@media (min-width:1200px) {
    footer .offset-xl-2.col-md-12.col-xl-4 {
        margin-left: auto;
        min-width: 434px
    }
}

@media (max-width:767px) {
    .single-article__reviewed {
        border-top: 1px solid #893400
    }
    footer {
        position: relative!important
    }
    .account-page form .row .col {
        flex: 0 0 100%
    }
    footer h4 {
        margin-top: 50px
    }
    .service-page .title a {
        background-color: #fff;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
        background-position: 95% 50%;
        background-repeat: no-repeat;
        background-size: 12px;
        border: 1px solid #893400;
        color: #893400;
        display: block;
        font-size: 24px;
        padding: 10px;
        width: 100%
    }
    .service-page__sidebar .service-page__title.title {
        margin-bottom: 0
    }
    div#collapseLeftMenu {
        background: #fff;
        border: 1px solid #893400;
        border-top: 0;
        padding: 20px 15px 0
    }
    #collapseLeftMenu .sidebar-menu {
        margin-bottom: 0
    }
    .newsletter-section .col-md-5 {
        padding-left: calc(var(--bs-gutter-x)*.5);
        padding-right: calc(var(--bs-gutter-x)*.5)
    }
}

.service-page .title a {
    color: #893400
}

@media (min-width:768px) {
    #collapseLeftMenu {
        display: block!important;
        height: auto!important
    }
}

.product-list+.small-call-to-action {
    margin-top: 30px
}

.discounted-plp-price {
    margin-right: 8px;
}

.offcanvas-body {
    overflow-y: visible
}

.ly-switcher-wrapper {
    display: none!important
}

@media (min-width:1180px) {
    .newsletter-section {
        background-size: 100% auto
    }
}

body.page-newsletter #main {
    padding-top: 110px
}

section.ingredient-body .ingredient-body__contents .ingredient-body__text .metafield-rich_text_field a {
    text-decoration: underline
}

section.ingredient-body .ingredient-body__contents .ingredient-body__title {
    font-family: Nib Pro!important;
    font-size: 20px!important;
    font-weight: 400!important;
    line-height: 26px!important
}

/* Gorgias Chat Overlay Fix (to be behind Klaviyo popup) */
#chat-button.gorgias-chat-key-1spa6uy {
  z-index: 9999!important;
}

.CartItem__PromoDiscount,
.product-showcase__codearea div {
    background: rgba(137, 52, 0, 0.2);
    font-family: var(--text-font-family);
    font-size: 11px;
    letter-spacing: 0;
    text-transform: none;
    padding: 3px 10px;
    border-radius: 20px;
    margin-top: 5px;
    color: #893400;
    display: flex;
    gap: 3px;
    width: fit-content;
    text-transform: uppercase;
}

.product-showcase__codearea div {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.CartItem__PromoDiscount svg {
    width: 10px;
}

.product-showcase__codearea {
    padding: 0 28px;
}

@media screen and (max-width: 1024px) {
    .product-showcase__codearea {
        padding: 0 14px;
    }
}

.product-showcase__codearea span {
    font-weight: bold;
    text-transform: uppercase;
}

#juo-go-to-checkout-with-ideal img,
#juo-go-to-checkout-with-ideal svg {
    pointer-events: none;
}

/* Hero banner changes */

.hero_button {
    width: 48%;
    text-transform: uppercase !important;

    @media screen and (min-width: 641px) {
        width: 100%;
    }

    @media screen and (min-width: 768px) {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .small-hide {
        display: none !important;
    }
}

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