@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}


.splide__container {
    position: relative;
    box-sizing: border-box
}

.splide__list {
    margin: 0!important;
    padding: 0!important;
    width: -webkit-max-content;
    width: max-content;
    will-change: transform
}

.splide.is-active .splide__list {
    display: flex
}

.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0
}

.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0
}

.splide {
    visibility: hidden
}

.splide,.splide__slide {
    position: relative;
    outline: none
}

.splide__slide {
    box-sizing: border-box;
    list-style-type: none!important;
    margin: 0;
    flex-shrink: 0
}

.splide__slide img {
    vertical-align: bottom
}

.splide__slider {
    position: relative
}

.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    animation: splide-loading 1s linear infinite
}

.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
    -webkit-user-select: none;
    user-select: none
}

.splide--fade>.splide__track>.splide__list {
    display: block
}

.splide--fade>.splide__track>.splide__list>.splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1
}

.splide--rtl {
    direction: rtl
}

.splide--ttb>.splide__track>.splide__list {
    display: block
}

.splide--ttb>.splide__pagination {
    width: auto
}

#MainContent {
    opacity: 1;
    visibility: visible
}

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

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

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

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in
}

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

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

.pswp__bg {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: var(--color-primary-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: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

.pswp__bg {
    transition: opacity 333ms 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;
    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;
    backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: var(--color-text-opacity-05)
}

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

.pswp__error-msg {
    color: var(--color-text);
    font-size: 14px;
    left: 0;
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%
}

.pswp__error-msg a {
    color: var(--color-text);
    text-decoration: underline
}

:root {
    --swiper-theme-color: var(--color-primary-background)
}

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    margin: 0
}

hr {
    color: inherit;
    height: 0
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

fieldset,ol,ul {
    margin: 0;
    padding: 0
}

ol,ul {
    list-style: none
}

html {
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

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

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #9ca3af;
    opacity: 1
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #9ca3af;
    opacity: 1
}

input::placeholder,textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

[role=button],button {
    cursor: pointer
}

:-moz-focusring {
    outline: auto
}

table {
    border-collapse: collapse
}

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

a {
    color: inherit;
    text-decoration: inherit
}

button,input,optgroup,select,textarea {
    color: inherit;
    line-height: inherit;
    padding: 0
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    height: auto;
    max-width: 100%
}

*,:after,:before {
    --tw-border-opacity: 1;
    border-color: rgba(229,231,235,var(--tw-border-opacity))
}

.container {
    width: 100%
}

@media (min-width: 40em) {
    .container {
        max-width:40em
    }
}

@media (min-width: 48em) {
    .container {
        max-width:48em
    }
}

@media (min-width: 64em) {
    .container {
        max-width:64em
    }
}

@media (min-width: 80em) {
    .container {
        max-width:80em
    }
}

.sr-only {
    clip: rect(0,0,0,0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

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

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

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.top-0 {
    top: 0
}

.top-1 {
    top: .25rem
}

.top-2 {
    top: .5rem
}

.top-1\/2 {
    top: 50%
}

.right-0 {
    right: 0
}

.right-1 {
    right: .25rem
}

.right-2 {
    right: .5rem
}

.right-4 {
    right: 1rem
}

.-right-px {
    right: -1px
}

.bottom-0 {
    bottom: 0
}

.bottom-3 {
    bottom: .75rem
}

.bottom-4 {
    bottom: 1rem
}

.bottom-8 {
    bottom: 2rem
}

.bottom-16 {
    bottom: 4rem
}

.bottom-border-width {
    bottom: var(--border-width)
}

.left-0 {
    left: 0
}

.left-2 {
    left: .5rem
}

.-left-10 {
    left: -2.5rem
}

.-left-16 {
    left: -4rem
}

.left-1\/2 {
    left: 50%
}

.z-0 {
    z-index: 0
}

.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-60,.z-70 {
    z-index: 70
}

.z-99 {
    z-index: 99
}

.z-100 {
    z-index: 100
}

.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 11/span 11
}

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

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

.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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-end-13 {
    grid-column-end: 13
}

.col-end-auto {
    grid-column-end: auto
}

.row-span-1 {
    grid-row: span 1/span 1
}

.row-span-2 {
    grid-row: span 2/span 2
}

.row-start-1 {
    grid-row-start: 1
}

.row-start-2 {
    grid-row-start: 2
}

.m-0 {
    margin: 0
}

.m-1 {
    margin: .25rem
}

.m-0\.5 {
    margin: .125rem
}

.-m-1 {
    margin: -.25rem
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.-mx-1 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.-mx-3 {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

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

.my-1 {
    margin-bottom: .25rem;
    margin-top: .25rem
}

.my-2 {
    margin-bottom: .5rem;
    margin-top: .5rem
}

.my-3 {
    margin-bottom: .75rem;
    margin-top: .75rem
}

.my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.my-8 {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.my-12 {
    margin-bottom: 3rem;
    margin-top: 3rem
}

.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-20 {
    margin-top: 5rem
}

.mt-0\.5 {
    margin-top: .125rem
}

.-mt-1 {
    margin-top: -.25rem
}

.-mt-2 {
    margin-top: -.5rem
}

.-mt-4 {
    margin-top: -1rem
}

.-mt-8 {
    margin-top: -2rem
}

.-mt-theme-width {
    margin-top: calc(var(--border-width)*-1)
}

.mr-1 {
    margin-right: .25rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-3 {
    margin-right: .75rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-10 {
    margin-right: 2.5rem
}

.-mr-2 {
    margin-right: -.5rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.-mb-1 {
    margin-bottom: -.25rem
}

.-mb-4 {
    margin-bottom: -1rem
}

.ml-1 {
    margin-left: .25rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-6 {
    margin-left: 1.5rem
}

.ml-8 {
    margin-left: 2rem
}

.ml-14 {
    margin-left: 3.5rem
}

.ml-auto {
    margin-left: auto
}

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

.-ml-4 {
    margin-left: -1rem
}

.-ml-0\.5 {
    margin-left: -.125rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.h-0 {
    height: 0
}

.h-1 {
    height: .25rem
}

.h-2 {
    height: .5rem
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-7 {
    height: 1.75rem
}

.h-8 {
    height: 2rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-14 {
    height: 3.5rem
}

.h-18 {
    height: 4.5rem
}

.h-24 {
    height: 6rem
}

.h-32 {
    height: 8rem
}

.h-40 {
    height: 10rem
}

.h-auto {
    height: auto
}

.h-0\.5 {
    height: .125rem
}

.h-1\/6 {
    height: 16.666667%
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.h-header-no-search {
    height: var(--header-height-no-search)
}

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

.max-h-full {
    max-height: 100%
}

.max-h-screen-header {
    max-height: calc(100vh - var(--header-height, 0px))
}

.min-h-full {
    min-height: 100%
}

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

.w-0 {
    width: 0
}

.w-1 {
    width: .25rem
}

.w-3 {
    width: .75rem
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-7 {
    width: 1.75rem
}

.w-8 {
    width: 2rem
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-14 {
    width: 3.5rem
}

.w-16 {
    width: 4rem
}

.w-18 {
    width: 4.5rem
}

.w-20 {
    width: 5rem
}

.w-24 {
    width: 6rem
}

.w-28 {
    width: 7rem
}

.w-36 {
    width: 9rem
}

.w-40 {
    width: 10rem
}

.w-80 {
    width: 20rem
}

.w-auto {
    width: auto
}

.w-1\/3 {
    width: 33.333333%
}

.w-11\/12 {
    width: 91.666667%
}

.w-full {
    width: 100%
}

.min-w-0 {
    min-width: 0
}

.min-w-variant-option {
    min-width: 2.5rem
}

.max-w-xs {
    max-width: 20rem
}

.max-w-sm {
    max-width: 24rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-xl {
    max-width: 36rem
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-7xl {
    max-width: 80rem
}

.max-w-full {
    max-width: 100%
}

.max-w-screen-lg {
    max-width: 64em
}

.max-w-screen-xl {
    max-width: 80em
}

.max-w-screen {
    max-width: 1680px
}

.flex-1 {
    flex: 1 1 0%
}

.flex-auto {
    flex: 1 1 auto
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-grow-0 {
    flex-grow: 0
}

.flex-grow {
    flex-grow: 1
}

.origin-center {
    transform-origin: center
}

.transform {
    --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: 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))
}

.translate-x-0 {
    --tw-translate-x: 0px
}

.translate-x-1\/4 {
    --tw-translate-x: 25%
}

.translate-x-full {
    --tw-translate-x: 100%
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-1\/4 {
    --tw-translate-x: -25%
}

.-translate-x-full {
    --tw-translate-x: -100%
}

.translate-y-0 {
    --tw-translate-y: 0px
}

.translate-y-1\/4 {
    --tw-translate-y: 25%
}

.translate-y-full {
    --tw-translate-y: 100%
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.-translate-y-1\/4 {
    --tw-translate-y: -25%
}

.-translate-y-full {
    --tw-translate-y: -100%
}

.translate-y-0-important {
    --tw-translate-y: 0px!important
}

.translate-y-search-results {
    --tw-translate-y: calc(100% - var(--border-width))
}

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

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

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

.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes ping {
    75%,to {
        opacity: 0;
        transform: scale(2)
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes bounce {
    0%,to {
        animation-timing-function: cubic-bezier(.8,0,1,1);
        transform: translateY(-25%)
    }

    50% {
        animation-timing-function: cubic-bezier(0,0,.2,1);
        transform: none
    }
}

.cursor-pointer {
    cursor: pointer
}

.cursor-wait {
    cursor: wait
}

.cursor-not-allowed {
    cursor: not-allowed
}

.resize {
    resize: both
}

.list-outside {
    list-style-position: outside
}

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

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

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.grid-flow-row-dense {
    grid-auto-flow: row dense
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none {
    grid-template-columns: none
}

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

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

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

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

.items-center {
    align-items: center
}

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

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

.justify-center {
    justify-content: center
}

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

.gap-1 {
    gap: .25rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-16 {
    gap: 4rem
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-y-2 {
    row-gap: .5rem
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse));
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)))
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)))
}

.space-y-8>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)))
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-hidden2 {
    overflow: hidden;
    border-radius: 25px;
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-y-scroll {
    overflow-y: scroll
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis
}

.truncate,.whitespace-nowrap {
    white-space: nowrap
}

.break-words {
    overflow-wrap: break-word
}

.rounded-md {
    border-radius: .375rem
}

.rounded-full {
    border-radius: 9999px
}

.border-0 {
    border-width: 0
}

.border-2 {
    border-width: 2px
}

.border {
    border-width: 1px
}

.border-theme-width {
    border-width: var(--border-width)
}

.border-text-width {
    border-width: var(--text-width)
}

.border-t-theme-width {
    border-top-width: var(--border-width)
}

.border-b-0 {
    border-bottom-width: 0
}

.border-b {
    border-bottom-width: 1px
}

.border-b-theme-width {
    border-bottom-width: var(--border-width)
}

.border-b-text-width {
    border-bottom-width: var(--text-width)
}

.border-l-0 {
    border-left-width: 0
}

.border-l-theme-width {
    border-left-width: var(--border-width)
}

.last\:border-b-0:last-child {
    border-bottom-width: 0
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-transparent {
    border-color: transparent !important;
}

.border-current {
    border-color: currentColor
}

.border-scheme-text {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-scheme-text),var(--tw-border-opacity))
}

.border-scheme-accent {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-scheme-accent),var(--tw-border-opacity))
}

.border-scheme-meta {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-scheme-meta),var(--tw-border-opacity))
}

.border-scheme-border {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-scheme-border),var(--tw-border-opacity))
}

.hover\:border-scheme-accent:hover {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-scheme-accent),var(--tw-border-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity))
}

.bg-scheme-text {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-scheme-text),var(--tw-bg-opacity))
}

.bg-scheme-background {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-scheme-background),var(--tw-bg-opacity))
}

.bg-scheme-accent {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-scheme-accent),var(--tw-bg-opacity))
}

.bg-scheme-border {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-scheme-border),var(--tw-bg-opacity))
}

.bg-placeholder-bg {
    background-color: rgba(0,0,0,.04)
}

.bg-placeholder-darker-bg {
    background-color: rgba(0,0,0,.1)
}

.hover\:bg-scheme-accent:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-scheme-accent),var(--tw-bg-opacity))
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top,var(--tw-gradient-stops))
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops))
}

.from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,transparent)
}

.from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,0%,100%,0))
}

.from-scheme-background {
    --tw-gradient-from: rgb(var(--color-scheme-background));
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(var(--color-scheme-background),0))
}

.to-transparent {
    --tw-gradient-to: transparent
}

.bg-cover {
    background-size: cover
}

.bg-contain {
    background-size: contain
}

.bg-center {
    background-position: 50%
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.fill-current {
    fill: currentColor
}

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

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

.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-8 {
    padding: 2rem
}

.p-px {
    padding: 1px
}

.p-0\.5 {
    padding: .125rem
}

.p-2px {
    padding: 2px
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

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

.py-1 {
    padding-bottom: .25rem;
    padding-top: .25rem
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

.py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.py-16 {
    padding-bottom: 4rem;
    padding-top: 4rem
}

.py-0\.5 {
    padding-bottom: .125rem;
    padding-top: .125rem
}

.pt-1 {
    padding-top: .25rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pt-8 {
    padding-top: 2rem 
}

.pt-12 {
    padding-top: 3rem
}

.pr-1 {
    padding-right: .25rem
}

.pr-2 {
    padding-right: .5rem
}

.pr-4 {
    padding-right: 1rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pr-10 {
    padding-right: 2.5rem
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pb-0\.5 {
    padding-bottom: .125rem
}

.pb-safe-bottom {
    padding-bottom: calc(2rem + env(safe-area-inset-bottom))
}

.pl-4 {
    padding-left: 1rem
}

.pl-8 {
    padding-left: 2rem
}

.pl-9 {
    padding-left: 2.25rem
}

.pl-12 {
    padding-left: 3rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-middle {
    vertical-align: middle
}

.text-0 {
    font-size: 0;
    line-height: 0
}

.text-xs {
    font-size: .64rem
}

.text-sm {
    color: #999;
    border-color: #212121;
}

,.text-xs {
    line-height: var(--base-line-height)
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.text-base,.text-lg {
    line-height: var(--base-line-height)
}

.text-lg {
    font-size: 1.25rem
}

.text-xl {
    font-size: 1.563rem
}

.text-2xl,.text-xl {
    line-height: var(--base-line-height)
}

.text-2xl {
    font-size: 1.953rem
}

.text-3xl {
    font-size: 2.441rem
}

.text-3xl,.text-4xl {
    line-height: calc(var(--base-line-height)*.9)
}

.text-4xl {
    font-size: 3.052rem
}

.text-5xl {
    font-size: 3.815rem;
    line-height: 1
}

.text-6xl {
    font-size: 4.768rem;
    line-height: 1
}

.text-7xl {
    font-size: 5.96rem;
    line-height: 1
}

.text-8xl {
    font-size: 7.451rem;
    line-height: 1
}

.text-9xl {
    font-size: 9.313rem;
    line-height: 1
}

.text-rte {
    font-size: var(--rte-font-size)
}

.font-bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.italic {
    font-style: italic
}

.oldstyle-nums {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: oldstyle-nums;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.leading-snug {
    line-height: 1.375
}

.leading-relaxed {
    line-height: 1.625
}

.leading-zero {
    line-height: 0
}

.text-transparent {
    color: transparent
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.text-scheme-text {
    --tw-text-opacity: 1;
    color: rgba(var(--color-scheme-text),var(--tw-text-opacity))
}

.text-scheme-background {
    --tw-text-opacity: 1;
    color: rgba(var(--color-scheme-background),var(--tw-text-opacity))
}

.text-scheme-accent {
    --tw-text-opacity: 1;
    color: rgba(var(--color-scheme-accent),var(--tw-text-opacity))
}

.text-scheme-meta {
    --tw-text-opacity: 1;
      color: rgba(var(--color-scheme-meta),var(--tw-text-opacity))
}

.text-scheme-meta2 {
    --tw-text-opacity: 1;
      color: white;
}

.text-scheme-text-overlay {
    --tw-text-opacity: 1;
    color: rgba(var(--color-scheme-text--overlay),var(--tw-text-opacity))
}

.text-white-text {
    color: var(--color-white-text)
}

.text-black-text {
    color: var(--color-black-text)
}

.text-placeholder {
    color: rgba(0,0,0,.18)
}

.hover\:text-scheme-text:hover {
    --tw-text-opacity: 1;
    color: rgba(var(--color-scheme-text),var(--tw-text-opacity))
}

.hover\:text-scheme-accent:hover {
    --tw-text-opacity: 1;
    color: rgba(var(--color-scheme-accent),var(--tw-text-opacity))
}

.hover\:text-scheme-accent-overlay:hover {
    --tw-text-opacity: 1;
    color: rgba(var(--color-scheme-accent--overlay),var(--tw-text-opacity))
}

.focus\:text-scheme-accent:focus {
    --tw-text-opacity: 1;
    color: rgba(var(--color-scheme-accent),var(--tw-text-opacity))
}

.underline {
    text-decoration: underline
}

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

.placeholder-current::-moz-placeholder {
    color: currentColor
}

.placeholder-current:-ms-input-placeholder {
    color: currentColor
}

.placeholder-current::placeholder {
    color: currentColor
}

.placeholder-scheme-meta::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(var(--color-scheme-meta),var(--tw-placeholder-opacity))
}

.placeholder-scheme-meta:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(var(--color-scheme-meta),var(--tw-placeholder-opacity))
}

.placeholder-scheme-meta::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(var(--color-scheme-meta),var(--tw-placeholder-opacity))
}

.opacity-0 {
    opacity: 0
}

.opacity-10 {
    opacity: .1
}

.opacity-40 {
    opacity: .4
}

.opacity-50 {
    opacity: .5
}

.opacity-70 {
    opacity: .7
}

.opacity-90 {
    opacity: .9
}

.opacity-100 {
    opacity: 1
}

*,:after,:before {
    --tw-shadow: 0 0 #0000
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

*,:after,:before {
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000
}

.ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}

.filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.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-opacity {
    transition-duration: .15s;
    transition-property: opacity;
    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)
}

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

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

html {
    scroll-padding-top: 2.5rem
}

body {
    background-color: var(--color-primary-background);
    color: var(--color-primary-text);
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

model-viewer {
    height: 100%;
    width: 100%
}

html {
    background-color: var(--color-primary-background);
    color: var(--color-primary-text);
    font-size: var(--base-font-size);
    line-height: var(--base-line-height)
}

.font-heading {
    font-family: var(--heading-font);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    letter-spacing: var(--heading-letterspacing);
    text-transform: var(--heading-capitalize)
}

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

.font-secondary {
    /* font-family:var(--secondary-font); */
    /* font-style:var(--secondary-font-style); */
    /* font-weight:var(--secondary-font-weight); */
    /* letter-spacing:var(--secondary-letterspacing); */
    /* text-transform:var(--secondary-title-capitalize); */
}

.font-secondary.text-base.flex-1 {
    display: none;
}

.font-secondary.text-base.flex-1 {
}

.type-text-overlay {
    letter-spacing: var(--text-overlay-letterspacing)
}

.section-title-align {
    text-align: var(--section-title-align)
}

.responsive-image-wrapper:before {
    content: "";
    display: block
}

.responsive-image {
    opacity: 0
}

.responsive-image.lazyloaded {
    opacity: 1
}

.responsive-image-placeholder {
    opacity: .05
}

.responsive-image.lazyloaded+.responsive-image-placeholder {
    opacity: 0
}

[data-color-scheme=primary] .responsive-image-placeholder {
    background-color: var(--color-primary-text)
}

[data-color-scheme=secondary] .responsive-image-placeholder {
    background-color: var(--color-secondary-text)
}

[data-color-scheme=tertiary] .responsive-image-placeholder {
    background-color: var(--color-tertiary-text)
}

.no-js .responsive-image-placeholder {
    display: none
}

.splide:focus-within .splide__arrows {
    opacity: 1
}

.splide__pagination__page {
    padding: .5rem
}

.splide__pagination__page>.background-video-wrapper--full-screen {
    padding-bottom: calc(100vh - 1rem)
}

.splide__pagination__page:before {
    --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;
    --tw-rotate: 45deg;
    background-color: transparent;
    border-color: currentColor;
    border-width: 2px;
    content: "";
    display: block;
    height: .75rem;
    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));
    width: .75rem
}

.splide__pagination__page.is-active:before {
    background-color: currentColor
}

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

.splide__autoplay-control .splide__play {
    opacity: 0;
    position: absolute
}

.splide__autoplay-control .splide__pause {
    opacity: 1
}

.splide__autoplay-control--paused .splide__play {
    opacity: 1;
    position: relative
}

.splide__autoplay-control--paused .splide__pause {
    opacity: 0;
    position: absolute
}

.no-js .splide {
    visibility: visible
}

.no-js .splide__list {
    width: 100%
}

.no-js .splide__slide:not(:first-child) {
    display: none
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1680px;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media (min-width: 64em) {
    .wrapper {
        padding-left:2.5rem;
        padding-right: 2.5rem
    }
}

header .sticky-header-container {
    border-color: transparent;
    padding-bottom: .5rem;
    padding-top: .5rem
}

@media(min-width: 1024px) {
    header .sticky-header-container {
        padding-bottom:1rem;
        padding-top: 1rem
    }
}

@media(max-width: 1023px) {
    header .hide-border-mobile {
        border-color:transparent
    }
}

header.header-is-active {
    background-color: var(--color-primary-background);
    color: var(--color-primary-text)
}

.cart-count-overlay {
    background-color: var(--color-primary-text);
    color: var(--color-primary-text--overlay)
}

.btn,.shopify-payment-button .shopify-payment-button__button,.shopify-payment-button .shopify-payment-button__button--unbranded {
    min-height: 44px
}

.shopify-payment-button,.shopify-payment-button__button,.shopify-payment-button__button--branded {
    min-height: var(--payment-button-height)!important
}

.btn,.shopify-payment-button .shopify-payment-button__button--unbranded {
    align-items: center;
    border-color: var(--color-primary-text);
    border-radius: 0;
    border-style: solid;
    border-width: var(--text-width);
    cursor: pointer;
    display: inline-flex;
    font-family: var(--secondary-font);
    font-size: 1rem;
    font-style: var(--secondary-font-style);
    font-weight: var(--secondary-font-weight);
    justify-content: center;
    letter-spacing: var(--secondary-letterspacing);
    line-height: var(--base-line-height);
    line-height: 1;
    padding: 1.25rem 1rem;
    text-transform: var(--secondary-title-capitalize)
}

.shopify-payment-button__button,.shopify-payment-button__button--unbranded,.shopify-payment-button__more-options {
    transition: none!important
}

.shopify-payment-button__button--unbranded.disabled,.shopify-payment-button__button--unbranded[disabled],.shopify-payment-button__button.disabled,.shopify-payment-button__button[disabled],.shopify-payment-button__more-options.disabled,.shopify-payment-button__more-options[disabled] {
    cursor: default;
    visibility: hidden
}

.btn-primary-accent {
    border-color: var(--color-primary-accent);
    color: var(--color-primary-accent)
}

.btn-primary-accent:focus,.btn-primary-accent:hover {
    border-color: var(--color-primary-text);
    color: var(--color-primary-text)
}

.btn-text {
    line-height: 1;
    position: relative;
    top: var(--button-baseline-adjust)
}

.btn-solid-primary-text,.payment-buttons-primary-text .shopify-payment-button .shopify-payment-button__button--unbranded,.payment-buttons-primary-text .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
    background: var(--color-primary-text);
    color: var(--color-primary-text--overlay)
}

.btn-solid-primary-text:focus,.btn-solid-primary-text:hover,.payment-buttons-primary-text .shopify-payment-button .shopify-payment-button__button--unbranded:focus,.payment-buttons-primary-text .shopify-payment-button .shopify-payment-button__button--unbranded:hover,.payment-buttons-primary-text .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded):focus,.payment-buttons-primary-text .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded):hover {
    background: var(--color-primary-accent);
    border-color: var(--color-primary-accent);
    color: var(--color-primary-accent--overlay)
}

.btn-outline-primary-text {
    border-color: var(--color-primary-text);
    color: var(--color-primary-text)
}

.btn-outline-primary-text:focus,.btn-outline-primary-text:hover {
    border-color: var(--color-primary-accent);
    color: var(--color-primary-accent)
}

.btn-primary-accent-full,.btn-solid-primary-accent,.payment-buttons-primary-accent .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded),.payment-buttons-primary-accent .shopify-payment-button__button:not(.shopify-payment-button__button--branded) .shopify-payment-button__button--unbranded {
    background: var(--color-primary-accent);
    border-color: var(--color-primary-accent);
    color: var(--color-primary-accent--overlay)
}

.btn-primary-accent-full:focus,.btn-primary-accent-full:hover,.btn-solid-primary-accent:focus,.btn-solid-primary-accent:hover,.payment-buttons-primary-accent .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded):focus,.payment-buttons-primary-accent .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded):hover,.payment-buttons-primary-accent .shopify-payment-button__button:not(.shopify-payment-button__button--branded) .shopify-payment-button__button--unbranded:focus,.payment-buttons-primary-accent .shopify-payment-button__button:not(.shopify-payment-button__button--branded) .shopify-payment-button__button--unbranded:hover {
    background: var(--color-primary-text);
    border-color: var(--color-primary-text);
    color: var(--color-primary-text--overlay)
}

.btn-outline-primary-accent {
    border-color: var(--color-primary-accent);
    color: var(--color-primary-accent)
}

.btn-outline-primary-accent:focus,.btn-outline-primary-accent:hover {
    border-color: var(--color-primary-text);
    color: var(--color-primary-text)
}

.btn-solid-secondary-text,.payment-buttons-secondary-text .shopify-payment-button .shopify-payment-button__button--unbranded,.payment-buttons-secondary-text .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
    background: var(--color-secondary-text);
    color: var(--color-secondary-text--overlay)
}

.btn-solid-secondary-text:focus,.btn-solid-secondary-text:hover,.payment-buttons-secondary-text .shopify-payment-button .shopify-payment-button__button--unbranded:focus,.payment-buttons-secondary-text .shopify-payment-button .shopify-payment-button__button--unbranded:hover,.payment-buttons-secondary-text .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded):focus,.payment-buttons-secondary-text .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded):hover {
    background: var(--color-secondary-accent);
    border-color: var(--color-secondary-accent);
    color: var(--color-secondary-accent--overlay)
}

.btn-outline-secondary-text {
    border-color: var(--color-secondary-text);
    color: var(--color-secondary-text)
}

.btn-outline-secondary-text:focus,.btn-outline-secondary-text:hover {
    border-color: var(--color-secondary-accent);
    color: var(--color-secondary-accent)
}

.btn-secondary-accent-full,.btn-solid-secondary-accent,.payment-buttons-secondary-accent .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded),.payment-buttons-secondary-accent .shopify-payment-button__button:not(.shopify-payment-button__button--branded) .shopify-payment-button__button--unbranded {
    background: var(--color-secondary-accent);
    border-color: var(--color-secondary-accent);
    color: var(--color-secondary-accent--overlay)
}

.btn-secondary-accent-full:focus,.btn-secondary-accent-full:hover,.btn-solid-secondary-accent:focus,.btn-solid-secondary-accent:hover,.payment-buttons-secondary-accent .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded):focus,.payment-buttons-secondary-accent .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded):hover,.payment-buttons-secondary-accent .shopify-payment-button__button:not(.shopify-payment-button__button--branded) .shopify-payment-button__button--unbranded:focus,.payment-buttons-secondary-accent .shopify-payment-button__button:not(.shopify-payment-button__button--branded) .shopify-payment-button__button--unbranded:hover {
    background: var(--color-secondary-text);
    border-color: var(--color-secondary-text);
    color: var(--color-secondary-text--overlay)
}

.btn-outline-secondary-accent {
    border-color: var(--color-secondary-accent);
    color: var(--color-secondary-accent)
}

.btn-outline-secondary-accent:focus,.btn-outline-secondary-accent:hover {
    border-color: var(--color-secondary-text);
    color: var(--color-secondary-text)
}

.btn-solid-tertiary-text,.payment-buttons-tertiary-text .shopify-payment-button .shopify-payment-button__button--unbranded,.payment-buttons-tertiary-text .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
    background: var(--color-tertiary-text);
    color: var(--color-tertiary-text--overlay)
}

.btn-solid-tertiary-text:focus,.btn-solid-tertiary-text:hover,.payment-buttons-tertiary-text .shopify-payment-button .shopify-payment-button__button--unbranded:focus,.payment-buttons-tertiary-text .shopify-payment-button .shopify-payment-button__button--unbranded:hover,.payment-buttons-tertiary-text .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded):focus,.payment-buttons-tertiary-text .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded):hover {
    background: var(--color-tertiary-accent);
    border-color: var(--color-tertiary-accent);
    color: var(--color-tertiary-accent--overlay)
}

.btn-outline-tertiary-text {
    border-color: var(--color-tertiary-text);
    color: var(--color-tertiary-text)
}

.btn-outline-tertiary-text:focus,.btn-outline-tertiary-text:hover {
    border-color: var(--color-tertiary-accent);
    color: var(--color-tertiary-accent)
}

.btn-solid-tertiary-accent,.btn-tertiary-accent-full,.payment-buttons-tertiary-accent .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded),.payment-buttons-tertiary-accent .shopify-payment-button__button:not(.shopify-payment-button__button--branded) .shopify-payment-button__button--unbranded {
    background: var(--color-tertiary-accent);
    border-color: var(--color-tertiary-accent);
    color: var(--color-tertiary-accent--overlay)
}

.btn-solid-tertiary-accent:focus,.btn-solid-tertiary-accent:hover,.btn-tertiary-accent-full:focus,.btn-tertiary-accent-full:hover,.payment-buttons-tertiary-accent .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded):focus,.payment-buttons-tertiary-accent .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded):hover,.payment-buttons-tertiary-accent .shopify-payment-button__button:not(.shopify-payment-button__button--branded) .shopify-payment-button__button--unbranded:focus,.payment-buttons-tertiary-accent .shopify-payment-button__button:not(.shopify-payment-button__button--branded) .shopify-payment-button__button--unbranded:hover {
    background: var(--color-tertiary-text);
    border-color: var(--color-tertiary-text);
    color: var(--color-tertiary-text--overlay)
}

.btn-outline-tertiary-accent {
    border-color: var(--color-tertiary-accent);
    color: var(--color-tertiary-accent)
}

.btn-outline-tertiary-accent:focus,.btn-outline-tertiary-accent:hover {
    border-color: var(--color-tertiary-text);
    color: var(--color-tertiary-text)
}

.btn-solid-white-accent,.btn-solid-white-text {
    background: var(--color-white-text);
    border-color: var(--color-white-text);
    color: var(--color-white-text--overlay)
}


@media (max-width: 450px) {
    .btn-solid-black-accent,
    .btn-solid-black-text {
display: none !important;
    }
}

@media (max-width: 450px) {
    .btn-solid-white-accent,
    .btn-solid-white-text {
        display: none;
    }
}

.btn-solid-white-accent:focus,.btn-solid-white-accent:hover,.btn-solid-white-text:focus,.btn-solid-white-text:hover {
    background: var(--color-primary-accent);
    border-color: var(--color-primary-accent);
    color: var(--color-primary-accent--overlay)
}

.btn-solid-black-accent,.btn-solid-black-text {
    background: var(--color-black-text);
    border-color: var(--color-black-text);
    color: var(--color-black-text--overlay)
}

.btn-solid-black-accent:focus,.btn-solid-black-accent:hover,.btn-solid-black-text:focus,.btn-solid-black-text:hover {
    background: var(--color-primary-accent);
    border-color: var(--color-primary-accent);
    color: var(--color-primary-accent--overlay)
}

.btn-icon {
    display: inline-block;
    height: 1rem;
    margin-left: .5rem;
    width: 1rem
}

.btn span,.btn svg,.button span,.button svg,button span,button svg {
    pointer-events: none
}

input {
    background-color: var(--color-primary-background)
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: var(--icon-svg-select);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    border-color: var(--color-primary-border);
    border-width: 0;
    border-bottom-width: var(--text-width);
    display: block;
    padding-bottom: .75rem;
    padding-top: .75rem;
    width: 100%
}

select.text-primary-text {
    background-image: var(--icon-svg-select-primary)
}

select.text-secondary-text {
    background-image: var(--icon-svg-select-secondary)
}

select.text-tertiary-text {
    background-image: var(--icon-svg-select-tertiary)
}

.type-product-grid-item:focus-within .product-item-hover,.type-product-grid-item:hover .product-item-hover {
    opacity: 1
}

.product__thumbnail-item {
    flex-basis: 4.5rem
}

.product__block-wrapper>:first-child {
    margin-top: 0
}

.product__block-wrapper>:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.product-block-text+.product-title {
    margin-top: -1.5rem
}

shopify-payment-terms {
    display: block;
    margin-bottom: 2rem;
    margin-top: 1rem
}

.blog__post-sidebar {
    grid-row: 1
}

.plyr--video {
    height: 100%
}

.plyr__control--overlaid svg {
    fill: currentColor
}

.plyr,.plyr__control {
    background-color: var(--color-primary-background);
    color: var(--color-primary-text)
}

@media only screen and (max-width: 767px) {
    .cart-table {
        width:100%
    }

    .cart-table thead {
        display: none
    }

    .cart-table tr {
        border-bottom-width: var(--text-width);
        border-color: var(--color-primary-border);
        display: block;
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .cart-table tr:first-child {
        border-top-width: var(--text-width)
    }

    .cart-table td {
        align-items: center;
        border-width: 0;
        display: flex;
        justify-content: space-between;
        margin: 0;
        width: 100%
    }

    .no-js .no-js:not(html).cart-table td {
        display: flex
    }

    .cart-table td[data-price] {
        display: none
    }

    .cart-table td[data-quantity],.cart-table td[data-total] {
        padding-bottom: .5rem;
        padding-top: .5rem
    }

    .cart-table td:not(:first-child):before {
        color: var(--color-primary-meta);
        content: attr(data-label);
        font-family: var(--secondary-font);
        font-size: .875rem;
        font-style: var(--secondary-font-style);
        font-weight: var(--secondary-font-weight);
        letter-spacing: var(--secondary-letterspacing);
        line-height: var(--base-line-height);
        text-transform: var(--secondary-title-capitalize)
    }
}

@media(min-width: 768px) {
    .cart-table {
        border-color:var(--color-primary-border);
        text-align: center;
        width: 100%
    }

    .cart-table td,.cart-table th {
        border-bottom-width: var(--text-width);
        border-color: var(--color-primary-border);
        padding: 2rem 1.25rem;
        vertical-align: middle
    }

    .cart-table td:first-child,.cart-table th:first-child {
        padding-left: 0;
        text-align: left
    }

    .cart-table td:last-child,.cart-table th:last-child {
        padding-right: 0;
        text-align: right
    }

    .cart-table th {
        padding-bottom: 1rem;
        padding-top: 1rem
    }
}

.rte>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)))
}

.rte {
    line-height: var(--base-line-height)
}

.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6 {
    margin-bottom: 1rem;
    margin-top: 2rem
}

.rte h1:first-child,.rte h2:first-child,.rte h3:first-child,.rte h4:first-child,.rte h5:first-child,.rte h6:first-child {
    margin-top: 0
}

.rte h1 a,.rte h2 a,.rte h3 a,.rte h4 a,.rte h5 a,.rte h6 a {
    text-decoration: none
}

.rte h1 {
    font-family: var(--heading-font);
    font-size: 2.441rem;
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    letter-spacing: var(--heading-letterspacing);
    line-height: calc(var(--base-line-height)*.9);
    text-transform: var(--heading-capitalize)
}

@media (min-width: 64em) {
    .rte h1 {
        font-size:3.052rem;
        line-height: calc(var(--base-line-height)*.9)
    }
}

.rte h2 {
    font-family: var(--heading-font);
    font-size: 1.953rem;
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    letter-spacing: var(--heading-letterspacing);
    line-height: var(--base-line-height);
    text-transform: var(--heading-capitalize)
}

@media (min-width: 64em) {
    .rte h2 {
        font-size:2.441rem;
        line-height: calc(var(--base-line-height)*.9)
    }
}

.rte h3 {
    font-family: var(--heading-font);
    font-size: 1.563rem;
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    letter-spacing: var(--heading-letterspacing);
    line-height: var(--base-line-height);
    text-transform: var(--heading-capitalize)
}

@media (min-width: 64em) {
    .rte h3 {
        font-size:1.953rem;
        line-height: var(--base-line-height)
    }
}

.rte h3 {
    letter-spacing: 0;
    text-transform: none
}

.rte h4 {
    font-family: var(--heading-font);
    font-size: 1.25rem;
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    letter-spacing: var(--heading-letterspacing);
    line-height: var(--base-line-height);
    text-transform: var(--heading-capitalize)
}

@media (min-width: 64em) {
    .rte h4 {
        font-size:1.563rem;
        line-height: var(--base-line-height)
    }
}

.rte h4 {
    letter-spacing: 0;
    text-transform: none
}

.rte h5 {
    font-size: 1rem
}

.rte h5,.rte h6 {
    font-family: var(--heading-font);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    letter-spacing: var(--heading-letterspacing);
    line-height: var(--base-line-height);
    text-transform: var(--heading-capitalize)
}

.rte h6 {
    color: var(--color-primary-meta);
    font-size: .875rem
}

.rte li {
    margin-bottom: .5rem
}

.rte ol,.rte ul {
    padding-left: 1rem
}

.rte ol>:not([hidden])~:not([hidden]),.rte ul>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse));
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)))
}

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

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

.rte blockquote {
    border-color: var(--color-primary-border);
    border-left-width: var(--text-width);
    color: var(--color-primary-accent);
    font-family: var(--body-font);
    font-size: 1.563rem;
    font-style: var(--body-font-style);
    font-weight: var(--body-font-weight);
    line-height: var(--base-line-height);
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 1rem;
    text-transform: var(--body-font-style)
}

.rte code,.rte pre {
    font-family: monospace;
    font-size: .875rem;
    line-height: var(--base-line-height);
    overflow: auto
}

.rte table {
    table-layout: fixed
}

.rte table,.rte td,.rte th {
    border-color: var(--color-primary-border);
    border-width: 1px
}

.rte td,.rte th {
    padding: .25rem
}

@media (min-width: 64em) {
    .rte td,.rte th {
        padding:.5rem
    }

    .rte td>.background-video-wrapper--full-screen,.rte th>.background-video-wrapper--full-screen {
        padding-bottom: calc(100vh - 1rem)
    }
}

.rte-template {
    font-size: var(--rte-font-size)
}

[data-color-scheme=primary].rte a,[data-color-scheme=primary] .rte a {
    text-decoration: underline
}

[data-color-scheme=primary].rte a,[data-color-scheme=primary] .rte a {
    color: var(--color-primary-accent)
}

[data-color-scheme=primary].rte blockquote,[data-color-scheme=primary] .rte blockquote {
    border-left-width: var(--text-width);
    font-size: 1.563rem;
    line-height: var(--base-line-height);
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 1rem
}

[data-color-scheme=primary].rte blockquote,[data-color-scheme=primary] .rte blockquote {
    border-color: var(--color-primary-border);
    color: var(--color-primary-accent);
    font-family: var(--body-font);
    font-style: var(--body-font-style);
    font-weight: var(--body-font-weight);
    text-transform: var(--body-font-style)
}

[data-color-scheme=primary].rte h6,[data-color-scheme=primary] .rte h6 {
    font-size: .875rem;
    line-height: var(--base-line-height)
}

[data-color-scheme=primary].rte h6,[data-color-scheme=primary] .rte h6 {
    color: var(--color-primary-meta);
    font-family: var(--heading-font);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    letter-spacing: var(--heading-letterspacing);
    text-transform: var(--heading-capitalize)
}

[data-color-scheme=secondary].rte a,[data-color-scheme=secondary] .rte a {
    text-decoration: underline
}

[data-color-scheme=secondary].rte a,[data-color-scheme=secondary] .rte a {
    color: var(--color-secondary-accent)
}

[data-color-scheme=secondary].rte blockquote,[data-color-scheme=secondary] .rte blockquote {
    border-left-width: var(--text-width);
    font-size: 1.563rem;
    line-height: var(--base-line-height);
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 1rem
}

[data-color-scheme=secondary].rte blockquote,[data-color-scheme=secondary] .rte blockquote {
    border-color: var(--color-secondary-border);
    color: var(--color-secondary-accent);
    font-family: var(--body-font);
    font-style: var(--body-font-style);
    font-weight: var(--body-font-weight);
    text-transform: var(--body-font-style)
}

[data-color-scheme=secondary].rte h6,[data-color-scheme=secondary] .rte h6 {
    font-size: .875rem;
    line-height: var(--base-line-height)
}

[data-color-scheme=secondary].rte h6,[data-color-scheme=secondary] .rte h6 {
    color: var(--color-secondary-meta);
    font-family: var(--heading-font);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    letter-spacing: var(--heading-letterspacing);
    text-transform: var(--heading-capitalize)
}

[data-color-scheme=tertiary].rte a,[data-color-scheme=tertiary] .rte a {
    text-decoration: underline
}

[data-color-scheme=tertiary].rte a,[data-color-scheme=tertiary] .rte a {
    color: var(--color-tertiary-accent)
}

[data-color-scheme=tertiary].rte blockquote,[data-color-scheme=tertiary] .rte blockquote {
    border-left-width: var(--text-width);
    font-size: 1.563rem;
    line-height: var(--base-line-height);
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 1rem
}

[data-color-scheme=tertiary].rte blockquote,[data-color-scheme=tertiary] .rte blockquote {
    border-color: var(--color-tertiary-border);
    color: var(--color-tertiary-accent);
    font-family: var(--body-font);
    font-style: var(--body-font-style);
    font-weight: var(--body-font-weight);
    text-transform: var(--body-font-style)
}

[data-color-scheme=tertiary].rte h6,[data-color-scheme=tertiary] .rte h6 {
    font-size: .875rem;
    line-height: var(--base-line-height)
}

[data-color-scheme=tertiary].rte h6,[data-color-scheme=tertiary] .rte h6 {
    color: var(--color-tertiary-meta);
    font-family: var(--heading-font);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    letter-spacing: var(--heading-letterspacing);
    text-transform: var(--heading-capitalize)
}

.product__spr .spr-container.spr-container {
    border-style: none;
    border-width: 0;
    padding: 2.5rem 0
}

@media (min-width: 64em) {
    .product__spr .spr-container.spr-container {
        padding-bottom:5rem;
        padding-top: 5rem
    }
}

.product__spr .spr-header-title.spr-header-title {
    font-family: var(--heading-font);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    letter-spacing: var(--heading-letterspacing);
    text-align: var(--section-title-align);
    text-transform: var(--heading-capitalize)
}

.product__spr[data-section-heading-font-size=text-base] .spr-header-title.spr-header-title {
    font-size: 1rem;
    line-height: var(--base-line-height)
}

.product__spr[data-section-heading-font-size=text-lg] .spr-header-title.spr-header-title {
    font-size: 1.25rem;
    line-height: var(--base-line-height)
}

.product__spr[data-section-heading-font-size="text-2xl lg:text-4xl"] .spr-header-title.spr-header-title,.product__spr[data-section-heading-font-size=text-2xl] .spr-header-title.spr-header-title {
    font-size: 1.953rem;
    line-height: var(--base-line-height)
}

@media (min-width: 64em) {
    .product__spr[data-section-heading-font-size="text-2xl lg:text-4xl"] .spr-header-title.spr-header-title {
        font-size:3.052rem;
        line-height: calc(var(--base-line-height)*.9)
    }
}

.product__spr .spr-summary-actions.spr-summary-actions {
    display: block;
    margin-top: 1.5rem
}

.product__spr[data-button-style=outline][data-outline-button-color=text] .spr-button.spr-button-primary,.product__spr[data-button-style=outline][data-outline-button-color=text] .spr-summary-actions.spr-summary-actions>a,.shopify-payment-button .shopify-payment-button__button,.shopify-payment-button .shopify-payment-button__button--unbranded {
    min-height: 44px
}

.product__spr[data-button-style=outline][data-outline-button-color=text] .spr-button.spr-button-primary,.product__spr[data-button-style=outline][data-outline-button-color=text] .spr-summary-actions.spr-summary-actions>a,.shopify-payment-button .shopify-payment-button__button--unbranded {
    align-items: center;
    border-color: var(--color-primary-text);
    border-radius: 0;
    border-style: solid;
    border-width: var(--text-width);
    cursor: pointer;
    display: inline-flex;
    font-family: var(--secondary-font);
    font-size: 1rem;
    font-style: var(--secondary-font-style);
    font-weight: var(--secondary-font-weight);
    justify-content: center;
    letter-spacing: var(--secondary-letterspacing);
    line-height: var(--base-line-height);
    line-height: 1;
    padding: 1.25rem 1rem;
    text-transform: var(--secondary-title-capitalize)
}

.product__spr[data-button-style=outline][data-outline-button-color=text] .spr-button.spr-button-primary,.product__spr[data-button-style=outline][data-outline-button-color=text] .spr-summary-actions.spr-summary-actions>a {
    border-color: var(--color-primary-text);
    color: var(--color-primary-text)
}

.btn-outline-primary-text:focus,.btn-outline-primary-text:hover,.product__spr[data-button-style=outline][data-outline-button-color=text] .spr-button.spr-button-primary:focus,.product__spr[data-button-style=outline][data-outline-button-color=text] .spr-button.spr-button-primary:hover,.product__spr[data-button-style=outline][data-outline-button-color=text] .spr-summary-actions.spr-summary-actions>a:focus,.product__spr[data-button-style=outline][data-outline-button-color=text] .spr-summary-actions.spr-summary-actions>a:hover {
    border-color: var(--color-primary-accent);
    color: var(--color-primary-accent)
}

.button span,.button svg,.product__spr[data-button-style=outline][data-outline-button-color=text] .spr-button.spr-button-primary span,.product__spr[data-button-style=outline][data-outline-button-color=text] .spr-button.spr-button-primary svg,.product__spr[data-button-style=outline][data-outline-button-color=text] .spr-summary-actions.spr-summary-actions>a span,.product__spr[data-button-style=outline][data-outline-button-color=text] .spr-summary-actions.spr-summary-actions>a svg,button span,button svg {
    pointer-events: none
}

.product__spr[data-button-style=outline][data-outline-button-color=accent] .spr-button.spr-button-primary,.product__spr[data-button-style=outline][data-outline-button-color=accent] .spr-summary-actions.spr-summary-actions>a,.shopify-payment-button .shopify-payment-button__button,.shopify-payment-button .shopify-payment-button__button--unbranded {
    min-height: 44px
}

.product__spr[data-button-style=outline][data-outline-button-color=accent] .spr-button.spr-button-primary,.product__spr[data-button-style=outline][data-outline-button-color=accent] .spr-summary-actions.spr-summary-actions>a,.shopify-payment-button .shopify-payment-button__button--unbranded {
    align-items: center;
    border-color: var(--color-primary-text);
    border-radius: 0;
    border-style: solid;
    border-width: var(--text-width);
    cursor: pointer;
    display: inline-flex;
    font-family: var(--secondary-font);
    font-size: 1rem;
    font-style: var(--secondary-font-style);
    font-weight: var(--secondary-font-weight);
    justify-content: center;
    letter-spacing: var(--secondary-letterspacing);
    line-height: var(--base-line-height);
    line-height: 1;
    padding: 1.25rem 1rem;
    text-transform: var(--secondary-title-capitalize)
}

.product__spr[data-button-style=outline][data-outline-button-color=accent] .spr-button.spr-button-primary,.product__spr[data-button-style=outline][data-outline-button-color=accent] .spr-summary-actions.spr-summary-actions>a {
    border-color: var(--color-primary-accent);
    color: var(--color-primary-accent)
}

.btn-outline-primary-accent:focus,.btn-outline-primary-accent:hover,.product__spr[data-button-style=outline][data-outline-button-color=accent] .spr-button.spr-button-primary:focus,.product__spr[data-button-style=outline][data-outline-button-color=accent] .spr-button.spr-button-primary:hover,.product__spr[data-button-style=outline][data-outline-button-color=accent] .spr-summary-actions.spr-summary-actions>a:focus,.product__spr[data-button-style=outline][data-outline-button-color=accent] .spr-summary-actions.spr-summary-actions>a:hover {
    border-color: var(--color-primary-text);
    color: var(--color-primary-text)
}

.button span,.button svg,.product__spr[data-button-style=outline][data-outline-button-color=accent] .spr-button.spr-button-primary span,.product__spr[data-button-style=outline][data-outline-button-color=accent] .spr-button.spr-button-primary svg,.product__spr[data-button-style=outline][data-outline-button-color=accent] .spr-summary-actions.spr-summary-actions>a span,.product__spr[data-button-style=outline][data-outline-button-color=accent] .spr-summary-actions.spr-summary-actions>a svg,button span,button svg {
    pointer-events: none
}

.product__spr[data-button-style=solid][data-solid-button-color=text] .spr-button.spr-button-primary,.product__spr[data-button-style=solid][data-solid-button-color=text] .spr-summary-actions.spr-summary-actions>a,.shopify-payment-button .shopify-payment-button__button,.shopify-payment-button .shopify-payment-button__button--unbranded {
    min-height: 44px
}

.product__spr[data-button-style=solid][data-solid-button-color=text] .spr-button.spr-button-primary,.product__spr[data-button-style=solid][data-solid-button-color=text] .spr-summary-actions.spr-summary-actions>a,.shopify-payment-button .shopify-payment-button__button--unbranded {
    align-items: center;
    border-color: var(--color-primary-text);
    border-radius: 0;
    border-style: solid;
    border-width: var(--text-width);
    cursor: pointer;
    display: inline-flex;
    font-family: var(--secondary-font);
    font-size: 1rem;
    font-style: var(--secondary-font-style);
    font-weight: var(--secondary-font-weight);
    justify-content: center;
    letter-spacing: var(--secondary-letterspacing);
    line-height: var(--base-line-height);
    line-height: 1;
    padding: 1.25rem 1rem;
    text-transform: var(--secondary-title-capitalize)
}

.payment-buttons-primary-text .shopify-payment-button .shopify-payment-button__button--unbranded,.payment-buttons-primary-text .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded),.product__spr[data-button-style=solid][data-solid-button-color=text] .spr-button.spr-button-primary,.product__spr[data-button-style=solid][data-solid-button-color=text] .spr-summary-actions.spr-summary-actions>a {
    background: var(--color-primary-text);
    color: var(--color-primary-text--overlay)
}

.btn-solid-primary-text:focus,.btn-solid-primary-text:hover,.payment-buttons-primary-text .shopify-payment-button .shopify-payment-button__button--unbranded:focus,.payment-buttons-primary-text .shopify-payment-button .shopify-payment-button__button--unbranded:hover,.payment-buttons-primary-text .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded):focus,.payment-buttons-primary-text .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded):hover,.product__spr[data-button-style=solid][data-solid-button-color=text] .spr-button.spr-button-primary:focus,.product__spr[data-button-style=solid][data-solid-button-color=text] .spr-button.spr-button-primary:hover,.product__spr[data-button-style=solid][data-solid-button-color=text] .spr-summary-actions.spr-summary-actions>a:focus,.product__spr[data-button-style=solid][data-solid-button-color=text] .spr-summary-actions.spr-summary-actions>a:hover {
    background: var(--color-primary-accent);
    border-color: var(--color-primary-accent);
    color: var(--color-primary-accent--overlay)
}

.button span,.button svg,.product__spr[data-button-style=solid][data-solid-button-color=text] .spr-button.spr-button-primary span,.product__spr[data-button-style=solid][data-solid-button-color=text] .spr-button.spr-button-primary svg,.product__spr[data-button-style=solid][data-solid-button-color=text] .spr-summary-actions.spr-summary-actions>a span,.product__spr[data-button-style=solid][data-solid-button-color=text] .spr-summary-actions.spr-summary-actions>a svg,button span,button svg {
    pointer-events: none
}

.product__spr[data-button-style=solid][data-solid-button-color=accent] .spr-button.spr-button-primary,.product__spr[data-button-style=solid][data-solid-button-color=accent] .spr-summary-actions.spr-summary-actions>a,.shopify-payment-button .shopify-payment-button__button,.shopify-payment-button .shopify-payment-button__button--unbranded {
    min-height: 44px
}

.product__spr[data-button-style=solid][data-solid-button-color=accent] .spr-button.spr-button-primary,.product__spr[data-button-style=solid][data-solid-button-color=accent] .spr-summary-actions.spr-summary-actions>a,.shopify-payment-button .shopify-payment-button__button--unbranded {
    align-items: center;
    border-color: var(--color-primary-text);
    border-radius: 0;
    border-style: solid;
    border-width: var(--text-width);
    cursor: pointer;
    display: inline-flex;
    font-family: var(--secondary-font);
    font-size: 1rem;
    font-style: var(--secondary-font-style);
    font-weight: var(--secondary-font-weight);
    justify-content: center;
    letter-spacing: var(--secondary-letterspacing);
    line-height: var(--base-line-height);
    line-height: 1;
    padding: 1.25rem 1rem;
    text-transform: var(--secondary-title-capitalize)
}

.btn-primary-accent-full,.payment-buttons-primary-accent .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded),.payment-buttons-primary-accent .shopify-payment-button__button:not(.shopify-payment-button__button--branded) .shopify-payment-button__button--unbranded,.product__spr[data-button-style=solid][data-solid-button-color=accent] .spr-button.spr-button-primary,.product__spr[data-button-style=solid][data-solid-button-color=accent] .spr-summary-actions.spr-summary-actions>a {
    background: var(--color-primary-accent);
    border-color: var(--color-primary-accent);
    color: var(--color-primary-accent--overlay)
}

.btn-primary-accent-full:focus,.btn-primary-accent-full:hover,.btn-solid-primary-accent:focus,.btn-solid-primary-accent:hover,.payment-buttons-primary-accent .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded):focus,.payment-buttons-primary-accent .shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--branded):hover,.payment-buttons-primary-accent .shopify-payment-button__button:not(.shopify-payment-button__button--branded) .shopify-payment-button__button--unbranded:focus,.payment-buttons-primary-accent .shopify-payment-button__button:not(.shopify-payment-button__button--branded) .shopify-payment-button__button--unbranded:hover,.product__spr[data-button-style=solid][data-solid-button-color=accent] .spr-button.spr-button-primary:focus,.product__spr[data-button-style=solid][data-solid-button-color=accent] .spr-button.spr-button-primary:hover,.product__spr[data-button-style=solid][data-solid-button-color=accent] .spr-summary-actions.spr-summary-actions>a:focus,.product__spr[data-button-style=solid][data-solid-button-color=accent] .spr-summary-actions.spr-summary-actions>a:hover {
    background: var(--color-primary-text);
    border-color: var(--color-primary-text);
    color: var(--color-primary-text--overlay)
}

.btn span,.btn svg,.button span,.button svg,.product__spr[data-button-style=solid][data-solid-button-color=accent] .spr-button.spr-button-primary span,.product__spr[data-button-style=solid][data-solid-button-color=accent] .spr-button.spr-button-primary svg,.product__spr[data-button-style=solid][data-solid-button-color=accent] .spr-summary-actions.spr-summary-actions>a span,.product__spr[data-button-style=solid][data-solid-button-color=accent] .spr-summary-actions.spr-summary-actions>a svg,button span,button svg {
    pointer-events: none
}

.product__spr .spr-summary-actions.spr-summary-actions>a {
    float: none
}

.product__spr .spr-review.spr-review {
    border-bottom-width: 0;
    border-color: var(--color-primary-border);
    border-top-width: var(--border-width)
}

@media (min-width: 64em) {
    .product__spr .spr-review.spr-review:first-of-type {
        border-top-width:0;
        margin-top: 0;
        padding-top: 0
    }
}

.product__spr .spr-review.spr-review:first-of-type {
    border-color: var(--color-primary-border)
}

.product__spr[data-star-color=accent] .spr-starrating.spr-starrating,.product__spr[data-star-color=accent] .spr-starratings.spr-starratings {
    color: var(--color-primary-accent)
}

.product__spr.product__spr[data-section-font-size=body] .spr-form-title.spr-form-title.spr-form-title,.product__spr.product__spr[data-section-font-size=body] .spr-review-header-title.spr-review-header-title.spr-review-header-title {
    font-family: var(--body-font);
    font-size: 1rem;
    font-style: var(--body-font-style);
    font-weight: var(--body-font-weight);
    font-weight: bolder!important;
    line-height: var(--base-line-height);
    margin-bottom: .75rem;
    margin-top: .75rem;
    text-transform: var(--body-font-style)
}

.product__spr.product__spr[data-section-font-size=rte] .spr-form-title.spr-form-title.spr-form-title,.product__spr.product__spr[data-section-font-size=rte] .spr-review-header-title.spr-review-header-title.spr-review-header-title {
    font-family: var(--heading-font);
    font-size: 1.25rem;
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    letter-spacing: var(--heading-letterspacing);
    line-height: var(--base-line-height);
    text-transform: var(--heading-capitalize)
}

@media (min-width: 64em) {
    .product__spr.product__spr[data-section-font-size=rte] .spr-form-title.spr-form-title.spr-form-title,.product__spr.product__spr[data-section-font-size=rte] .spr-review-header-title.spr-review-header-title.spr-review-header-title {
        font-size:1.953rem;
        line-height: var(--base-line-height)
    }
}

.product__spr.product__spr[data-section-font-size=rte] .spr-form-title.spr-form-title.spr-form-title,.product__spr.product__spr[data-section-font-size=rte] .spr-review-header-title.spr-review-header-title.spr-review-header-title {
    margin-bottom: .75rem;
    margin-top: .75rem
}

.product__spr.product__spr[data-section-font-size=body] .spr-review-content-body.spr-review-content-body,.product__spr.product__spr[data-section-font-size=body] .spr-review-reply-body,.product__spr.product__spr[data-section-font-size=body] .spr-review-reply-shop {
    font-size: var(--base-font-size);
    line-height: var(--base-line-height)
}

.product__spr.product__spr[data-section-font-size=rte] .spr-review-content-body.spr-review-content-body,.product__spr.product__spr[data-section-font-size=rte] .spr-review-reply-body,.product__spr.product__spr[data-section-font-size=rte] .spr-review-reply-shop {
    font-size: var(--rte-font-size);
    line-height: var(--base-line-height)
}

.product__spr .spr-review-reply.spr-review-reply {
    background-color: var(--color-primary-background);
    border-color: var(--color-primary-accent);
    border-left-width: var(--border-width)
}

.product__spr .spr-review-header-byline {
    color: var(--color-primary-meta);
    font-size: 1rem;
    font-style: inherit;
    font-weight: inherit;
    line-height: var(--base-line-height)
}

.product__spr .spr-review-header-byline strong {
    font-style: inherit;
    font-weight: inherit!important
}

.product__spr .spr-review-header-byline strong:first-of-type {
    color: var(--color-primary-text)
}

.product__spr .spr-review-content.spr-review-content {
    margin-top: 1.5rem
}

.product__spr .spr-review-reply-shop.spr-review-reply-shop {
    float: none
}

.product__spr .spr-review-reportreview.spr-review-reportreview {
    color: var(--color-primary-meta);
    font-size: .875rem;
    line-height: var(--base-line-height)
}

.product__spr .spr-container.spr-container {
    display: grid;
    gap: 2.5rem;
    margin-top: 1.25rem
}

@media (min-width: 64em) {
    .product__spr .spr-container.spr-container {
        grid-template-columns:repeat(12,minmax(0,1fr));
        margin-top: 2.5rem
    }

    .product__spr .spr-header.spr-header {
        grid-column: span 4/span 4
    }

    .product__spr .spr-content.spr-content {
        grid-column: span 8/span 8
    }
}

.product__spr .spr-container.spr-container:after,.product__spr .spr-container.spr-container:before {
    display: none
}

.product__spr .spr-form.spr-form {
    border-bottom-width: 0;
    border-top-width: var(--border-width);
    margin-bottom: 6rem
}

@media (min-width: 64em) {
    .product__spr .spr-form.spr-form {
        border-top-width:0;
        margin-top: 0;
        padding-top: 0
    }
}

.product__spr .spr-form.spr-form {
    border-color: var(--color-primary-border)
}

.product__spr .spr-form-title.spr-form-title {
    margin-top: 1rem
}

.product__spr .spr-form-label.spr-form-label {
    display: block;
    font-family: var(--secondary-font);
    font-size: .875rem;
    font-style: var(--secondary-font-style);
    font-weight: var(--secondary-font-weight);
    letter-spacing: var(--secondary-letterspacing);
    line-height: var(--base-line-height);
    margin-bottom: .25rem;
    text-transform: var(--secondary-title-capitalize)
}

@media (min-width: 64em) {
    .product__spr .spr-form-label.spr-form-label {
        margin-top:0
    }
}

.product__spr input.spr-form-input.spr-form-input {
    background-color: transparent;
    border-width: var(--text-width);
    padding: .5rem;
    width: 100%
}

.product__spr input.spr-form-input.spr-form-input>.background-video-wrapper--full-screen {
    padding-bottom: calc(100vh - 1rem)
}

.product__spr input.spr-form-input.spr-form-input {
    border-color: var(--color-primary-border)
}

.product__spr .spr-form-input-textarea.spr-form-input-textarea {
    background-color: transparent;
    border-width: var(--text-width);
    display: block;
    font-size: 1rem;
    line-height: var(--base-line-height);
    margin-top: .25rem;
    padding: .5rem;
    width: 100%
}

.product__spr .spr-form-input-textarea.spr-form-input-textarea>.background-video-wrapper--full-screen {
    padding-bottom: calc(100vh - 1rem)
}

.product__spr .spr-form-input-textarea.spr-form-input-textarea {
    border-color: var(--color-primary-border)
}

@media only screen and (max-width: 480px) {
    .product__spr .spr-summary.spr-summary {
        text-align:left
    }
}

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

.aspect-square {
    padding-top: 100%
}

.aspect-image-with-text-large {
    padding-top: 75%
}

.aspect-landscape {
    padding-top: 56.25%
}

.aspect-wide {
    padding-top: 42.5531915%
}

.shopify-model-viewer-ui,[data-product-media-type-video] iframe,[data-product-media-type-video] video,model-viewer,svg {
    height: 100%;
    width: 100%
}

.video-wrapper {
    height: 0;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.table-wrapper {
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    overflow: auto
}

.fade-enter-active,.fade-leave-active {
    transition: opacity .2s
}

.fade-enter,.fade-leave-to {
    opacity: 0
}

[data-shopify-xr-hidden],[hidden],[x-cloak] {
    display: none
}

[data-shopify-buttoncontainer] {
    justify-content: center
}

.no-js .respimg,.no-js:not(html) {
    display: none
}

.no-js .no-js:not(html) {
    display: block
}

.no-js .no-js:not(html).flex {
    display: flex
}

.supports-no-cookies:not(html),[hidden],html.no-js .js-enabled {
    display: none
}

.supports-no-cookies .supports-no-cookies:not(html) {
    display: block
}

.dynamic-payment-buttons .shopify-payment-button__button--hidden {
    display: none
}

.increase-target:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.skip-link {
    background-color: var(--color-primary-text);
    color: var(--color-primary-background);
    left: 0;
    opacity: 0;
    padding: 1rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 50
}

.skip-link:focus {
    opacity: 1;
    pointer-events: auto
}

.shopify-challenge__container,.shopify-challenge__container .g-recaptcha {
    margin: 3rem auto!important
}

@media only screen and (max-width: 767px) {
    .responsive-table {
        width:100%
    }

    .responsive-table thead {
        display: none
    }

    .responsive-table td {
        align-items: center;
        border-width: 0;
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding-bottom: .25rem;
        padding-top: .25rem;
        text-align: right;
        width: 100%
    }

    .no-js .no-js:not(html).responsive-table td {
        display: flex
    }

    .responsive-table td:before,.responsive-table th:before {
        content: attr(data-label);
        font-size: .64rem;
        font-weight: 400;
        line-height: var(--base-line-height);
        margin-top: .25rem;
        max-width: 50%;
        padding-right: .75rem;
        text-align: left
    }

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

@media(min-width: 768px) {
    .responsive-table {
        border-width:var(--text-width);
        text-align: center;
        width: 100%
    }

    .responsive-table,.responsive-table td,.responsive-table th {
        border-color: var(--color-primary-border)
    }

    .responsive-table td,.responsive-table th {
        border-width: var(--text-width);
        padding: .5rem
    }

    .responsive-table td>.background-video-wrapper--full-screen,.responsive-table th>.background-video-wrapper--full-screen {
        padding-bottom: calc(100vh - 1rem)
    }

    .responsive-table td:first-child,.responsive-table th:first-child {
        text-align: left
    }

    .responsive-table td:last-child,.responsive-table th:last-child {
        text-align: right
    }
}

.disclosure-list {
    max-height: 60vh;
    overflow-y: auto;
    transform: translateY(calc(-100% + var(--text-width)))
}

.background-video-wrapper--full-screen {
    padding-bottom: 100vh
}

.background-video-wrapper--four-three {
    padding-bottom: 75%
}

.background-video-wrapper--landscape {
    padding-bottom: 62.5%
}

.background-video-wrapper--widescreen {
    padding-bottom: 56.25%
}

.background-video-wrapper--cinematic {
    padding-bottom: 42.5531914894%
}

.p-2>.background-video-wrapper--full-screen {
    padding-bottom: calc(100vh - 1rem)
}

@media(min-width: 1024px) {
    .lg\:p-4>.background-video-wrapper--full-screen,.lg\:p-4>.lg\:background-video-wrapper--full-screen {
        padding-bottom:calc(100vh - 2rem)
    }
}

.background-video__error {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.background-video iframe {
    height: 300%;
    left: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -100%;
    transform: scale(1.0125);
    transition: opacity .2s ease-in-out;
    width: 100%;
    z-index: 1
}

.background-video iframe.background-video-iframe--tall {
    height: 120%;
    left: -100%;
    max-width: none;
    top: -10%;
    width: 300%
}

.background-video.is-playing iframe {
    opacity: 1
}

.spec-list {
    display: grid;
    grid-template-columns: auto 1fr
}

.spec-list dd {
    margin-left: 3rem
}

.custom-checkbox input[type=checkbox]:checked+label .custom-checkbox__input {
    border-color: currentColor
}

.custom-checkbox input[type=checkbox]:checked+label .custom-checkbox__input:before {
    opacity: 1
}

.custom-checkbox input[type=checkbox]:focus+label .custom-checkbox__input {
    outline: var(--text-width) solid var(--color-primary-accent);
    outline-offset: .125rem
}

.custom-checkbox__input {
    border-color: var(--color-primary-border);
    border-width: var(--text-width);
    display: inline-block;
    height: 1rem;
    margin-right: .5rem;
    min-width: 1rem;
    position: relative;
    width: 1rem
}

.custom-checkbox__input,.custom-checkbox__input:before {
    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)
}

.custom-checkbox__input:before {
    --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;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    background-color: var(--color-primary-text);
    content: "";
    display: block;
    height: .5rem;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    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));
    width: .5rem
}

.color-swatch+label {
    border-color: transparent
}

.color-swatch:checked+label {
    border-color: currentColor
}

.color-swatch:focus+label {
    outline: .125rem solid currentColor;
    outline-offset: .125rem
}

.predictive-search__option[aria-selected=true] {
    outline: .125rem solid currentColor
}

.predictive-search__query-suggestion mark {
    background: none;
    font-weight: bolder;
    text-decoration: underline
}

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

.section-y-padding {
    padding-bottom: 2rem;
    padding-top: 2rem
}

@media (min-width: 64em) {
    .section-y-padding {
        padding-bottom: 4rem;
        padding-top: 2rem
    }
}

.section-t-padding {
    padding-top: 2rem
}

@media (min-width: 64em) {
    .section-t-padding {
        padding-top:4rem
    }
}

.section-b-padding {
    padding-bottom: 2rem
}

@media (min-width: 64em) {
    .section-b-padding {
        padding-bottom:4rem
    }
}

.section-x-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media (min-width: 64em) {
    .section-x-padding {
        padding-left:2.5rem;
        padding-right: 2.5rem
    }
}

.section-y-padding+.section-with-no-padding {
    padding-top: 2rem
}

@media (min-width: 64em) {
    .section-y-padding+.section-with-no-padding {
        padding-top:4rem
    }
}

.background-video-wrapper--full-screen {
    padding-bottom: calc(100vh - var(--header-height, 0px))
}

@media(min-width: 1024px) {
    .lg\:background-video-wrapper--full-screen {
        padding-bottom:calc(100vh - var(--header-height, 0px))
    }
}

.background-video-wrapper--full-screen.hero-video {
    padding-bottom: calc(100vh - var(--announcement-bar-height, 0px))
}

@media(min-width: 1024px) {
    .lg\:background-video-wrapper--full-screen.hero-video {
        padding-bottom:calc(100vh - var(--announcement-bar-height, 0px))
    }
}

#MainContent .shopify-section:first-of-type .section-with-no-padding .h-screen-header,#MainContent .shopify-section:first-of-type .section-with-no-top-padding .h-screen-header {
    height: calc(100vh - var(--header-height, 0px))
}

@media(max-width: 1023px) {
    #MainContent .shopify-section:first-of-type .section-with-no-padding .background-video-wrapper--full-screen,#MainContent .shopify-section:first-of-type .section-with-no-top-padding .background-video-wrapper--full-screen {
        padding-bottom:calc(100vh - var(--header-height, 0px))
    }
}

@media(min-width: 1024px) {
    #MainContent .shopify-section:first-of-type .section-with-no-padding .lg\:background-video-wrapper--full-screen,#MainContent .shopify-section:first-of-type .section-with-no-top-padding .lg\:background-video-wrapper--full-screen {
        padding-bottom:calc(100vh - var(--header-height, 0px))
    }
}

#MainContent .shopify-section:last-of-type .section-with-no-bottom-padding,#MainContent .shopify-section:last-of-type .section-with-no-padding {
    margin-bottom: calc(var(--border-width)*-1)
}

@media(max-width: 1023px) {
    #MainContent .shopify-section:first-of-type .section-with-no-padding-mobile {
        margin-top:calc(var(--border-width)*-1)
    }
}

.loading {
    display: inline-block;
    padding-top: 100%;
    position: relative;
    width: 100%
}

.loading:after {
    animation: loading 1.2s linear infinite;
    border: var(--border-width) solid;
    border-color: currentColor transparent;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

@keyframes loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.user-using-mouse :focus,.user-using-mouse button:focus {
    outline: 0
}

.user-using-mouse ::-moz-focus-inner {
    outline: 0
}

.user-using-mouse .color-swatch:focus+label,.user-using-mouse .custom-checkbox input[type=checkbox]:focus+label .custom-checkbox__input,.user-using-mouse .custom-input:focus+label,.user-using-mouse .increase-target:focus:before,.user-using-mouse .product-media-object:focus,.user-using-mouse .product-media-object:focus:after {
    outline: 0
}

@media (min-width: 40em) {
    .sm\:col-span-1 {
        grid-column:span 1/span 1
    }

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

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

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

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

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

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

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

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

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

    .sm\:col-span-11 {
        grid-column: span 11/span 11
    }

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

    .sm\:col-span-full {
        grid-column: 1/-1
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .sm\:col-start-13 {
        grid-column-start: 13
    }

    .sm\:col-start-auto {
        grid-column-start: auto
    }

    .sm\:col-end-1 {
        grid-column-end: 1
    }

    .sm\:col-end-2 {
        grid-column-end: 2
    }

    .sm\:col-end-3 {
        grid-column-end: 3
    }

    .sm\:col-end-4 {
        grid-column-end: 4
    }

    .sm\:col-end-5 {
        grid-column-end: 5
    }

    .sm\:col-end-6 {
        grid-column-end: 6
    }

    .sm\:col-end-7 {
        grid-column-end: 7
    }

    .sm\:col-end-8 {
        grid-column-end: 8
    }

    .sm\:col-end-9 {
        grid-column-end: 9
    }

    .sm\:col-end-10 {
        grid-column-end: 10
    }

    .sm\:col-end-11 {
        grid-column-end: 11
    }

    .sm\:col-end-12 {
        grid-column-end: 12
    }

    .sm\:col-end-13 {
        grid-column-end: 13
    }

    .sm\:col-end-auto {
        grid-column-end: auto
    }

    .sm\:mr-4 {
        margin-right: 1rem
    }

    .sm\:mb-0 {
        margin-bottom: 0
    }

    .sm\:flex {
        display: flex
    }

  
    .sm\:w-20 {
        width: 7rem
    }


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

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

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

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

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

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

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

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

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

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

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

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

    .sm\:grid-cols-none {
        grid-template-columns: none
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:oldstyle-nums {
        --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
        --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
        --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
        --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
        --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
        --tw-numeric-figure: oldstyle-nums;
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
    }
}

@media (min-width: 48em) {
    .md\:col-span-1 {
        grid-column:span 1/span 1
    }

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

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

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

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

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

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

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

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

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

    .md\:col-span-11 {
        grid-column: span 11/span 11
    }

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

    .md\:col-span-full {
        grid-column: 1/-1
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:col-start-13 {
        grid-column-start: 13
    }

    .md\:col-start-auto {
        grid-column-start: auto
    }

    .md\:col-end-1 {
        grid-column-end: 1
    }

    .md\:col-end-2 {
        grid-column-end: 2
    }

    .md\:col-end-3 {
        grid-column-end: 3
    }

    .md\:col-end-4 {
        grid-column-end: 4
    }

    .md\:col-end-5 {
        grid-column-end: 5
    }

    .md\:col-end-6 {
        grid-column-end: 6
    }

    .md\:col-end-7 {
        grid-column-end: 7
    }

    .md\:col-end-8 {
        grid-column-end: 8
    }

    .md\:col-end-9 {
        grid-column-end: 9
    }

    .md\:col-end-10 {
        grid-column-end: 10
    }

    .md\:col-end-11 {
        grid-column-end: 11
    }

    .md\:col-end-12 {
        grid-column-end: 12
    }

    .md\:col-end-13 {
        grid-column-end: 13
    }

    .md\:col-end-auto {
        grid-column-end: auto
    }

    .md\:row-start-1 {
        grid-row-start: 1
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mt-2 {
        margin-top: .5rem
    }

    .md\:ml-10 {
        margin-left: 2.5rem
    }

    .md\:ml-12 {
        margin-left: 3rem
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:flex {
        display: flex
    }

    .md\:grid {
        display: grid
    }

    .md\:w-28 {
        width: 7rem
    }

    .md\:w-auto {
        width: auto
    }

    .md\:max-w-xs {
        max-width: 20rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:grid-cols-none {
        grid-template-columns: none
    }

    .md\:grid-rows-1 {
        grid-template-rows: repeat(1,minmax(0,1fr))
    }

    .md\:py-16 {
        padding-bottom: 4rem;
        padding-top: 4rem
    }

    .md\:py-20 {
        padding-bottom: 5rem;
        padding-top: 5rem
    }

    .md\:pr-5 {
        padding-right: 1.25rem
    }

    .md\:pb-16 {
        padding-bottom: 4rem
    }

    .md\:pl-8 {
        padding-left: 2rem
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: var(--base-line-height)
    }

    .md\:oldstyle-nums {
        --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
        --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
        --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
        --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
        --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
        --tw-numeric-figure: oldstyle-nums;
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
    }
}

@media (min-width: 64em) {
    .lg\:not-sr-only {
        clip:auto;
        height: auto;
        margin: 0;
        overflow: visible;
        padding: 0;
        position: static;
        white-space: normal;
        width: auto
    }

    .lg\:top-4 {
        top: 1rem
    }

    .lg\:top-1\/2 {
        top: 50%
    }

    .lg\:right-0 {
        right: 0
    }

    .lg\:right-4 {
        right: 1rem
    }

    .lg\:right-auto {
        right: auto
    }

    .lg\:bottom-auto {
        bottom: auto
    }

    .lg\:bottom-1\/2 {
        bottom: 50%
    }

    .lg\:left-0 {
        left: 0
    }

    .lg\:left-auto {
        left: auto
    }

    .lg\:left-1\/2 {
        left: 50%
    }

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

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

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

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

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

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

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

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

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

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

    .lg\:col-span-11 {
        grid-column: span 11/span 11
    }

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

    .lg\:col-span-full {
        grid-column: 1/-1
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:col-start-13 {
        grid-column-start: 13
    }

    .lg\:col-start-auto {
        grid-column-start: auto
    }

    .lg\:col-end-1 {
        grid-column-end: 1
    }

    .lg\:col-end-2 {
        grid-column-end: 2
    }

    .lg\:col-end-3 {
        grid-column-end: 3
    }

    .lg\:col-end-4 {
        grid-column-end: 4
    }

    .lg\:col-end-5 {
        grid-column-end: 5
    }

    .lg\:col-end-6 {
        grid-column-end: 6
    }

    .lg\:col-end-7 {
        grid-column-end: 7
    }

    .lg\:col-end-8 {
        grid-column-end: 8
    }

    .lg\:col-end-9 {
        grid-column-end: 9
    }

    .lg\:col-end-10 {
        grid-column-end: 10
    }

    .lg\:col-end-11 {
        grid-column-end: 11
    }

    .lg\:col-end-12 {
        grid-column-end: 12
    }

    .lg\:col-end-13 {
        grid-column-end: 13
    }

    .lg\:col-end-auto {
        grid-column-end: auto
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .lg\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mt-8 {
        margin-top: 2rem
    }

    .lg\:mt-10 {
        margin-top: 2.5rem
    }

    .lg\:mt-16 {
        margin-top: 4rem
    }

    .lg\:-mt-3 {
        margin-top: -.75rem
    }

    .lg\:mr-2 {
        margin-right: .5rem
    }

    .lg\:mr-4 {
        margin-right: 1rem
    }

    .lg\:mr-8 {
        margin-right: 2rem
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem
    }

    .lg\:ml-4 {
        margin-left: 1rem
    }

    .lg\:ml-5 {
        margin-left: 1.25rem
    }

    .lg\:ml-12 {
        margin-left: 3rem
    }

    .lg\:ml-auto {
        margin-left: auto
    }

    .lg\:block {
        display: block
    }

    .lg\:inline-block {
        display: inline-block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:inline-flex {
        display: inline-flex
    }

    .lg\:grid {
        display: grid
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-8 {
        height: 2rem
    }

    .lg\:h-10 {
        height: 2.5rem
    }

    .lg\:h-16 {
        height: 4rem
    }

    .lg\:h-18 {
        height: 4.5rem
    }

    .lg\:w-8 {
        width: 2rem
    }

    .lg\:w-10 {
        width: 2.5rem
    }

    .lg\:w-16 {
        width: 4rem
    }

    .lg\:w-18 {
        width: 4.5rem
    }

    .lg\:w-24 {
        width: 6rem
    }

    .lg\:w-auto {
        width: auto
    }

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

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-2\/3 {
        width: 66.666667%
    }

    .lg\:w-3\/4 {
        width: 75%
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:w-1\/7 {
        width: 14.2857143%
    }

    .lg\:max-w-xl {
        max-width: 36rem
    }

    .lg\:max-w-2xl {
        max-width: 42rem
    }

    .lg\:flex-grow-0 {
        flex-grow: 0
    }

    .lg\:flex-grow {
        flex-grow: 1
    }

    .lg\:transform {
        --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: 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))
    }

    .lg\:-translate-x-0 {
        --tw-translate-x: 0px
    }

    .lg\:-translate-x-1\/2 {
        --tw-translate-x: -50%
    }

    .lg\:-translate-y-1\/2 {
        --tw-translate-y: -50%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:grid-cols-none {
        grid-template-columns: none
    }

    .lg\:flex-wrap {
        flex-wrap: wrap
    }

    .lg\:flex-nowrap {
        flex-wrap: nowrap
    }

    .lg\:items-center {
        align-items: center
    }

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

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

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

    .lg\:gap-4 {
        gap: 1rem
    }

    .lg\:gap-10 {
        gap: 2.5rem
    }

    .lg\:gap-20 {
        gap: 5rem
    }

    .lg\:border-t-theme-width {
        border-top-width: var(--border-width)
    }

    .lg\:border-none {
        border-style: none
    }

    .lg\:p-4 {
        padding: 1rem
    }

    .lg\:p-8 {
        padding: 2rem
    }

    .lg\:p-24 {
        padding: 6rem
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .lg\:py-4 {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .lg\:py-8 {
        padding-bottom: 2rem;
        padding-top: 2rem
    }

    .lg\:py-16 {
        padding-bottom: 4rem;
        padding-top: 4rem
    }

    .lg\:py-20 {
        padding-bottom: 5rem;
        padding-top: 5rem
    }

    .lg\:pt-8 {
        padding-top: 2rem
    }

    .lg\:pr-16 {
        padding-right: 4rem
    }

    .lg\:pb-8 {
        padding-bottom: 2rem
    }

    .lg\:pb-10 {
        padding-bottom: 2.5rem
    }

    .lg\:text-right {
        text-align: right
    }

    .lg\:text-0 {
        font-size: 0;
        line-height: 0
    }

    .lg\:text-xs {
        font-size: .64rem
    }

    .lg\:text-sm,.lg\:text-xs {
        line-height: var(--base-line-height)
    }

    .lg\:text-sm {
        font-size: .875rem
    }

    .lg\:text-base {
        font-size: 1rem
    }

    .lg\:text-base,.lg\:text-lg {
        line-height: var(--base-line-height)
    }

    .lg\:text-lg {
        font-size: 1.25rem
    }

    .lg\:text-xl {
        font-size: 1.563rem
    }

    .lg\:text-2xl,.lg\:text-xl {
        line-height: var(--base-line-height)
    }

    .lg\:text-2xl {
        font-size: 1.953rem
    }

    .lg\:text-3xl {
        font-size: 2.441rem
    }

   .lg\:text-3xl,.lg\:text-4xl {
     line-height: calc(var(--base-line-height)*.9) 
    } 

    .lg\:text-4xl {
        font-size: 3.052rem;
        text-transform: uppercase;
        font-weight: 900;
    }

    .lg\:text-5xl {
        font-size: 3.815rem;
        line-height: 1
    }

    .lg\:text-6xl {
        font-size: 4.768rem;
        line-height: 1
    }

    .lg\:text-7xl {
        font-size: 5.96rem;
        line-height: 1
    }

    .lg\:text-8xl {
        font-size: 7.451rem;
        line-height: 1
    }

    .lg\:text-9xl {
        font-size: 9.313rem;
        line-height: 1
    }

    .lg\:text-rte {
        font-size: var(--rte-font-size)
    }

    .lg\:oldstyle-nums {
        --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
        --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
        --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
        --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
        --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
        --tw-numeric-figure: oldstyle-nums;
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
    }

    .lg\:opacity-0 {
        opacity: 0
    }

    .lg\:opacity-100 {
        opacity: 1
    }

    .lg\:aspect-ratio-content:before {
        content: "";
        float: left;
        height: 0;
        margin-left: -1px;
        width: 1px
    }

    .lg\:aspect-ratio-content-square:before {
        padding-top: 100%
    }

    .lg\:aspect-ratio-content-portrait:before {
        padding-top: 150%
    }

    .lg\:aspect-ratio-content-landscape:before {
        padding-top: 56.25%
    }

    .lg\:aspect-ratio-content:after {
        clear: both;
        content: "";
        display: table
    }

    .lg\:background-video-wrapper--full-screen {
        padding-bottom: 100vh
    }

    .lg\:background-video-wrapper--four-three {
        padding-bottom: 75%
    }

    .lg\:background-video-wrapper--landscape {
        padding-bottom: 62.5%
    }

    .lg\:background-video-wrapper--widescreen {
        padding-bottom: 56.25%
    }

    .lg\:background-video-wrapper--cinematic {
        padding-bottom: 42.5531914894%
    }
}

@media (min-width: 80em) {
    .xl\:col-span-1 {
        grid-column:span 1/span 1
    }

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

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

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

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

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

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

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

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

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

    .xl\:col-span-11 {
        grid-column: span 11/span 11
    }

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

    .xl\:col-span-full {
        grid-column: 1/-1
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .xl\:col-start-13 {
        grid-column-start: 13
    }

    .xl\:col-start-auto {
        grid-column-start: auto
    }

    .xl\:col-end-1 {
        grid-column-end: 1
    }

    .xl\:col-end-2 {
        grid-column-end: 2
    }

    .xl\:col-end-3 {
        grid-column-end: 3
    }

    .xl\:col-end-4 {
        grid-column-end: 4
    }

    .xl\:col-end-5 {
        grid-column-end: 5
    }

    .xl\:col-end-6 {
        grid-column-end: 6
    }

    .xl\:col-end-7 {
        grid-column-end: 7
    }

    .xl\:col-end-8 {
        grid-column-end: 8
    }

    .xl\:col-end-9 {
        grid-column-end: 9
    }

    .xl\:col-end-10 {
        grid-column-end: 10
    }

    .xl\:col-end-11 {
        grid-column-end: 11
    }

    .xl\:col-end-12 {
        grid-column-end: 12
    }

    .xl\:col-end-13 {
        grid-column-end: 13
    }

    .xl\:col-end-auto {
        grid-column-end: auto
    }

    .xl\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .xl\:max-w-xl {
        max-width: 36rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .xl\:grid-cols-none {
        grid-template-columns: none
    }

    .xl\:pr-16 {
        padding-right: 4rem
    }

    .xl\:pl-6 {
        padding-left: 1.5rem
    }

    .xl\:pl-10 {
        padding-left: 2.5rem
    }

    .xl\:oldstyle-nums {
        --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
        --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
        --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
        --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
        --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
        --tw-numeric-figure: oldstyle-nums;
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
    }
}




/* 
.column529 {
  display: inline-block;
  width: 100%;
  padding: 8px;
}


.row529 {
  text-align: center;
}


.row529:after {
  content: "";
  display: table;
  clear: both;
}


@media (min-width: 1024px) {
  .column529, .productpad {
    width: 40%;
  }
}

.productpad {
  display: inline-block;
  width: 80%;
  padding: 10px;
}
*/





.fonter-sizer {
    font-size: 30px;
}

.paddington {
    padding: 8px;
    padding-top: 25px;
}


.flex items-center {
    display: none;
}

.displaygone {
    display: none !important;
}

.fontlight {
    color: #000 !important;
}

.gray529 {
    color: #555 !important;
}

.d-md-inline-block {
    display: none !important;
}


.paddington2 {
  margin-top:10px;
}



.gradient_anim_btn_aa {
  color: white;
  font-weight: 600;
  font-size: 30px;
  margin-top: 10px;
  padding: 30px 85px 30px 85px;
  border-radius: 0.7em;
  background: -webkit-linear-gradient(225deg, #340d58, #db27c9, #351aa7) 0% 0% / 300% 300%;
  background-size: 200% auto;
  -webkit-animation: gradient_move 6s ease infinite;
  animation: gradient_move 6s ease infinite;
}


@media screen and (max-width: 480px) {
  .gradient_anim_btn_aa {
    color: white;
    font-weight: 600;
    font-size: 20px;
    margin-top: 5px;
    padding: 20px 50px 20px 50px !important;
    border-radius: 0.5em;
    background: -webkit-linear-gradient(225deg, #340d58, #db27c9, #351aa7) 0% 0% / 300% 300%;
    background-size: 200% auto;
    -webkit-animation: gradient_move 6s ease infinite;
    animation: gradient_move 6s ease infinite;
  }
}



.gradient_anim_btn {
  color: white;
  font-weight: 600;
  font-size: 30px;
  margin-top: 10px;
  padding: 30px 85px 30px 85px;
  border-radius: 0.7em;
  background: -webkit-linear-gradient(225deg, rgb(251, 175, 21), rgb(251, 21, 242),             
  rgb(21, 198, 251)) 0% 0% / 300% 300%;
  background-size: 200% auto;
  -webkit-animation: gradient_move 3s ease infinite;
  animation: gradient_move 3s ease infinite;
}

@-webkit-keyframes gradient_move {
  0%{background-position: 0% 92%}
  50%{background-position: 100% 9%}
  100%{background-position: 0% 92%}
}

@keyframes gradient_move {
  0%{background-position: 0% 92%}
  50%{background-position: 100% 9%}
  100%{background-position: 0% 92%}
}


@media screen and (max-width: 480px) {
  .gradient_anim_btn {
    color: white;
    font-weight: 600;
    font-size: 20px;
    margin-top: 5px;
    padding: 20px 50px 20px 50px !important;
    border-radius: 0.5em;
    background: -webkit-linear-gradient(225deg, rgb(251, 175, 21), rgb(251, 21, 242),             
    rgb(21, 198, 251)) 0% 0% / 300% 300%;
    background-size: 200% auto;
    -webkit-animation: gradient_move 3s ease infinite;
    animation: gradient_move 3s ease infinite;
  }

  @-webkit-keyframes gradient_move {
    0%{background-position: 0% 92%}
    50%{background-position: 100% 9%}
    100%{background-position: 0% 92%}
  }

  @keyframes gradient_move {
    0%{background-position: 0% 92%}
    50%{background-position: 100% 9%}
    100%{background-position: 0% 92%}
  }
}




.gradient_anim_btn2 {
  color: white;
  font-weight: 400;
  font-size: 18px;
  margin-top: 10px;
  padding: 10px 20px 10px 20px;
  border-radius: 0.7em;
  background: -webkit-linear-gradient(225deg, rgb(251, 175, 21), rgb(251, 21, 242),             
  rgb(21, 198, 251)) 0% 0% / 300% 300%;
  background-size: 200% auto;
  -webkit-animation: gradient_move 3s ease infinite;
  animation: gradient_move 3s ease infinite;
}

@-webkit-keyframes gradient_move {
  0%{background-position: 0% 92%}
  50%{background-position: 100% 9%}
  100%{background-position: 0% 92%}
}

@keyframes gradient_move {
  0%{background-position: 0% 92%}
  50%{background-position: 100% 9%}
  100%{background-position: 0% 92%}
}





/* container */
.containerdl {
  display: grid;
  margin: auto;
  width: 75%; /* Set the grid width to 75% of the parent container */
  grid-template-columns: repeat(2, 1fr); /* Two equal columns */
  grid-template-rows: repeat(2, auto); /* Two rows with automatic height */
  grid-gap: 15px; /* Gap between grid items */

  /* Media query for smaller screens (e.g., smartphones) */
  @media screen and (max-width: 480px) {
    width: 95%; /* Set the grid width to 100% for smaller screens */
    grid-template-columns: 1fr; /* Single column layout for small screens */
  }

  /* Media query for medium-sized screens (e.g., tablets) */
  @media screen and (min-width: 481px) and (max-width: 1023px) {
    width: 95%; /* Adjust the grid width for screens between 481px and 1023px */
  }
  
  /* Media query for larger screens (e.g., desktops) */
  @media screen and (min-width: 1024px) {
    width: 73%; /* Set the width back to 75% for larger screens */
  }
}

.container2l {
  margin: auto;
  width: 75%; /* Set the width to 75% of the parent container */
  grid-gap: 15px; /* Gap between grid items */

  /* Media query for smaller screens (e.g., smartphones) */
  @media screen and (max-width: 480px) {
    width: 95%; /* Set the width to 100% for smaller screens */
  }

  /* Media query for medium-sized screens (e.g., tablets) */
  @media screen and (min-width: 481px) and (max-width: 1023px) {
    width: 95%; /* Adjust the width for screens between 481px and 1023px */
  }
  
  /* Media query for larger screens (e.g., desktops) */
  @media screen and (min-width: 1024px) {
    width: 73%; /* Set the width back to 75% for larger screens */
  }
}


/* Sets a small gap between the STEMS button and above on Narrow Screens */
@media only screen and (max-width: 480px) {
  .container2l {
    margin-top: 15px;
  }
}






.dl-header {
  /* Make the div responsive */
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px; /* Add padding for better readability on smaller screens */
  padding-top: 25px; /* Add padding for better readability on smaller screens */
}

.dl-header {
  /* Center the header tag */
  text-align: center;
  font-size: 60px; /* Set a relatively large font size */
  margin-bottom: 20px;
}

/* Media Query for screens smaller than 768px */
@media screen and (max-width: 768px) {
  .dl-header {
    font-size: 45px; /* Decrease font size for smaller screens */
     margin-bottom: 20px;
  }
}

/* Media Query for screens smaller than 480px */
@media screen and (max-width: 480px) {
  .dl-header {
    font-size: 25px; /* Further decrease font size for even smaller screens */
     margin-bottom: 20px;
  }
}



.thegap {
 margin-top: 15px;
}







.product-header-txt {
  /* Make the div responsive */
  width: 100%;
  max-width: 960px;
  margin: 0 auto;

}

.product-header-txt {
  /* Center the header tag */
  font-size: 60px; /* Set a relatively large font size */
  font-weight: 900;
}

/* Media Query for screens smaller than 768px */
@media screen and (max-width: 768px) {
  .product-header-txt {
    font-size: 45px; /* Decrease font size for smaller screens */
     font-weight: 900;
  }
}

/* Media Query for screens smaller than 480px */
@media screen and (max-width: 480px) {
  .product-header-txt {
    font-size: 25px; 
     font-weight: 900;
  }
}



.song-header-txt {
  /* Center the header tag */
  font-size: 59px; /* Set a relatively large font size */
  font-weight: 900;
}

/* Media Query for screens smaller than 768px */
@media screen and (max-width: 768px) {
  .song-header-txt {
    font-size: 59px; /* Decrease font size for smaller screens */
     font-weight: 900;
  }
}

/* Media Query for screens smaller than 480px */
@media screen and (max-width: 480px) {
  .song-header-txt {
    font-size: 30px; 
     font-weight: 900;
  }
}



/* remove "none" to add FL btn */
.displaynun {
 display: none !important;
}



/*.banner1 { text-shadow: 0 0 4px #4173ed; } /* Blue shadow */
/*.banner2 { text-shadow: 0 0 4px #800080; } /* Purple shadow */
/*.banner3 { text-shadow: 0 0 4px #ffbf00; } /* Orange shadow */
/*.banner4 { text-shadow: 0 0 6px #4c1216; } /* Red shadow */
/*.banner5 { text-shadow: 0 0 4px #996515; } /* Gold shadow */
/*.banner6 { text-shadow: 0 0 4px #ffa500; } /* Orange shadow */
/*.banner7 { text-shadow: 0 0 4px #7fbfb1; } /* Green shadow */
/*.banner8 { text-shadow: 0 0 5px #de5234; } /* Orange shadow */

/* Genre Banners */
.container-home {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Creates 5 columns for a 4 grid layout */
    gap: 30px;
    padding: 30px;
}

.block-home {
    position: relative;
    height: 200px;
    width: 100%;
    display: flex;
    font-size: 26px;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition: transform 0.3s ease, filter 0.3s ease;
}


.block-home:hover {
/* filter: grayscale(0%); /* Remove grayscale on hover to show colors */
  /*  filter: brightness(125%); /* Increase brightness on hover */
 /*  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.3); /* Preferred inset shadow */
  transform: scale(1.025); /* Slightly enlarge blocks on hover */
}


/* Responsive adjustments */
@media (max-width: 1424px) {
    .container-home {
        grid-template-columns: repeat(3, 1fr); /* Corrected to create 2 columns */
    }
    .block-home {
        font-size: 22px !important;
       /* aspect-ratio: 1 / 1; /* Ensures the element maintains a square aspect ratio */
        width: 100%;
        height: 175px;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .container-home {
        grid-template-columns: repeat(2, 1fr); /* Corrected to create 2 columns */
    }
    .block-home {
        font-size: 18px !important;
      /*  aspect-ratio: 1 / 1; /* Ensures the element maintains a square aspect ratio */
        width: 100%;
        height: 120px;
    }
}


.logo-wrapper {
    width: 25%; /* Adjust the width to scale down the logo size */
    margin: 0 auto; /* Center the logo if desired */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0; /* Initial height to 0 */
    padding-top: 35%; /* Adjust padding-top to control the height, maintaining aspect ratio */
    position: relative; /* Positioning context for the logo */
}

/*
.logo-placeholder-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/cdn/shop/files/lion-reggae-logo-beats-subscription-genre.png?v=1709772354');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-placeholder-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/cdn/shop/files/monster-truck-country-music-genre-icon-beats-subscription.png?v=1709773799');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

*/




.text-home {
  font-size: 60px;
  font-weight: 900;
  line-height: 0.95 !important;
}
@media (max-width: 868px) {
  .text-home {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .text-home {
    font-size: 20px;
  }
}


.gradient-text {
  font-size: 40px; /* Adjust the font size as needed */
background: -webkit-linear-gradient(225deg, #FBAF15, #FB15F2, #15C6FB) 0% 0% / 300% 300%; /* For Chrome/Safari */
background: linear-gradient(225deg, #FBAF15, #FB15F2, #15C6FB) 0% 0% / 300% 300%; /* Standard syntax for other browsers */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; /* To ensure the gradient is applied correctly */
}



.simplee_medium_h2 {
  color: #fff !important;
}

.simplee_small_h3 {
  color: red !important;
}

.simplee_heading_bold_h2 {
  color: white !important;
}


.simplee-locked-header {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 868px) {
  .simplee-locked-header {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .simplee-locked-header {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.simplee-locked-details {
  text-align: justify; 
  text-align-last: center !important;
}

.error-message {
  color: red; 
  font-weight: bold; 
  font-size: small;
} 

/* Select the div element with the class name simplee_msl_box */
.simplee_msl_box {  
  /* Make the div behave like an inline-block element */ 
  display: inline-block; 
  /* Set the background color to red */ 
  background-color: #e50914; 
  /* Set the text color to white */ 
  color: white; 
  /* Add some padding around the text */ 
  padding: 10px; 
  /* Add some rounded corners */ 
  border-radius: 5px; 
  /* Make the cursor change to a pointer when hovering over the div */ 
  cursor: pointer; 
  margin-bottom: 20px;
}

.simplee_msl_box:hover {
  /* Make the background color lighter */ 
  background-color: red;
}

.lg\:text-4xl {
  font-size: 2.8rem !important;
}

.new-button {
  display: flex; 
  /* border-radius: 50px; */ 
  background: #ee7e3f; 
  color: white; 
  border-color: #ee7e3f;
}

.new-button:hover {
  background: white; 
  border-color: white; 
  color: black;
}

.the-message {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}



.plan_price {
  font-weight: 700 !important;
}

/* Popup cart text modifications -- see cart-drawer to revert and remove "custom" */
.text-scheme-meta-custom {
  --tw-text-opacity: 1;
  color: #ccc !important;
  font-size: 14px;
}

/* Popup cart text modifications -- see cart-drawer to revert and remove "custom-2" */
.text-scheme-meta-custom-2 {
  --tw-text-opacity: 1;
  color: red !important;
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
}

.custom-cart-line-through {
  color: #d22f27; /* Sets the font color to red */
}




.padding-bot {
  padding-bottom: 50px;
}


.text-sm-red {
  color: red;
  font-size: 14px;
}



.disclaimer-beats {
  margin: auto;
  word-wrap: break-word;
  max-width: 70%; /* Use max-width instead of width for responsiveness */
  font-size: 15px;
  font-weight: 600;
  color: #555;
  margin-top: 60px;
  margin-bottom: 70px;
}

@media (max-width: 768px) { /* Adjust this value based on your design's breakpoints */
  .disclaimer-beats {
    font-size: 12px; /* Slightly smaller text on smaller screens */
    max-width: 95%; /* Allow more width on very small screens */
  }
}


  .v-download-grp {
    display: none !important;
  }


.marger {
margin-top: 35px;
}

@media (max-width: 768px) { /* Adjust the max-width as needed for your mobile breakpoint */
    .marger {
        margin-top: 20px;
    }
}

 .responsive-table th, .responsive-table td {
    border: 1px solid #333;
    padding: 8px;
  }


  .responsive-table {
    border-collapse: collapse;
    width: 100%;
  }

 

  .responsive-table tr:hover {
    background-color: #050505;
  }

  .responsive-table td {
    padding: 8px;
  }


.text-scheme-accent-addy {
color: red;
font-size: 12px;  
}




.griddle-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Creates a 4-column grid */
  grid-gap: 20px; /* Adjusts space between grid items */
}

.griddle-item {
  transform: perspective(1000px) rotateY(20deg); /* Creates a 3D effect */
  overflow: hidden; /* Ensures content doesn't overflow its box */
  transition: transform 0.3s ease; /* Smooth transition for hover effect */
}

.griddle-item img {
  width: 100%; /* Ensures images fill their containers */
  display: block; /* Removes bottom margin/gap under images */
}

.griddle-item:hover {
  transform: perspective(1000px) rotateY(0deg); /* Reduces angle on hover for interaction */
}






.logo-carousel {
    width: 100%;
    overflow: hidden; /* Ensures logos outside the container are not visible */
}

.logo-slide {
    display: flex;
    width: calc((200px + 20px) * 11); /* Adjusted for 11 logos with updated margin */
    animation: slide linear 45s infinite;
}


.logo-slide img {
    margin: 0 10px; /* Correctly applied based on your input */
    height: 200px; /* Example height, adjust as needed */
    width: auto; /* Keeps the aspect ratio of the logos */
}

@media (max-width: 768px) {
    .logo-slide {
        animation: slide linear 45s infinite; /* Slower animation on mobile */
    }
}

@keyframes slide {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); } /* Adjusted to -100% for the complete set */
}






.slider-wrapper {
  position: relative;
  z-index: 0;
}

.loader {
  width: 50px;
  height: 50px; /* Make sure to set a height if you're using padding and aspect-ratio */
  padding: 8px;
  border-radius: 50%;
  background: -webkit-linear-gradient(225deg, rgb(251, 175, 21), rgb(188, 21, 251), rgb(21, 198, 251)) 0% 0% / 300% 300%;
  --_m: 
    conic-gradient(#0000 10%, #ffa516),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m); 
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  position: absolute;
  top: 50%;
  left: calc(50% - 30px);
  z-index: -3; /* Ensure it's above other elements if needed, adjust based on your layout */
  opacity: 0; /* Start fully transparent */
  animation: l3 1s linear infinite, fadeInLoader 1s ease-out 2s 1 forwards;
}

@keyframes l3 {
  to {transform: rotate(1turn);} /* Maintain the centering during rotation */
}

@keyframes fadeInLoader {
  to {
    opacity: 1; /* Animate to fully opaque */
  }
}



.message {
  position: absolute;
  top: calc(50% + 120px); /* Adjust the vertical position as needed */
  left: calc(50%);
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 500;
  z-index: -5; /* Ensure it's above other elements if needed, adjust based on your layout */
  color: transparent; /* Make text color transparent */
  background: -webkit-linear-gradient(225deg, rgb(251, 175, 21), rgb(188, 21, 251), rgb(21, 198, 251)) 0% 0% / 300% 300%;
  -webkit-background-clip: text; /* Clip the background to the text */
  background-clip: text;
  opacity: 0; /* Start fully transparent */
  animation: fadeInMessage 1s ease-out 2s 1 forwards;
}

@keyframes fadeInMessage {
  to {
    opacity: 1; /* Animate to fully opaque */
  }
}



/* Media query for mobile devices */
@media (max-width: 768px) {
  .message {
    top: calc(50% + 80px); /* Adjust the top position for mobile */
  }
}




.flex-container-license {
  display: flex; /* Enables Flexbox layout */
  flex-wrap: wrap; /* Allows items to wrap onto the next line as needed */
  justify-content: space-between; /* Spaces out the flex items */
}

.flex-item-license {
  flex: 1; /* Allows each item to grow equally */
  padding: 10px; /* Adds some padding inside each column */
  min-width: 300px; /* Minimum width before wrapping, adjust as needed */
}

@media (max-width: 768px) {
  .flex-item-license {
    flex-basis: 100%; /* Takes the full width of the container */
    min-width: 0; /* Resets the minimum width */
  }
}





.text-scheme-accent-2 {
  color: red !important;
  font-size: 12px;
}


  .seek-bar-container .progress-bar {
    background-color: #E50914; /* Fill the seekbar in red as it plays */
  }

  .bg-scheme-text-prod {
    background-color: #E50914;
  }

  .text-scheme-meta-3 {
    color: #888;
    font-size: 14px;
  }

  .seek-bar-container .bg-scheme-border {
    background-color: #2f2f2f; /* Deep gray for the remaining part of the seekbar */
  }

  .seek-bar-container .h-4 {
    background-color: #808080; /* Medium gray for the scrubber */
  }

  .play-button {
    background-color: transparent; /* Make the button background transparent */
    color: white; /* Set the text/icon color to white */
    border: none; /* Remove any border */
    cursor: pointer; /* Change cursor to pointer */
  }

  .play-button:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Optional: Add a hover effect */
  }

  .play-button svg {
    fill: white; /* Adjust this if using SVG icons */
  }




  .text-scheme-meta-2 {
    color: #888 !important; /* Change the color to gray */
    font-size: 12px !important; /* Adjust the font size as needed */
    font-weight: normal !important;
    margin-left: 3px;
    display: none;
  }

  .tracklist-title {
        font-size: 22px !important; /* Adjust this size as needed for mobile */
    }
  
/* Responsive Font Size for screens less than 1400px */
@media (max-width: 1400px) {
    .tracklist-title {
        font-size: 18px !important; /* Adjust this size as needed for mobile */
    }
}

/* Responsive Font Size for screens larger than 750px and less than 1062px */
@media (min-width: 750px) and (max-width: 1062px) {
    .tracklist-title {
        font-size: 16px !important; /* Adjust this size as needed */
    }
}

/* Disable the style for screens 749px or smaller */
@media (max-width: 749px) {
    .tracklist-title {
        font-size: initial; /* Resets to default size or you can set a specific size */
    }
}


