/** Shopify CDN: Minification failed

Line 1497:0 Unexpected "}"
Line 2774:8 Expected identifier but found "not("

**/
/* Ari C edited proxima font refs to file links from within shopify Files asssets.
original assets are still in theme code editor under 'assets'. Change# aric122022-1 line 164-204*/

@media not all and (prefers-reduced-motion:reduce) {
    @-webkit-keyframes fade-in {
        0% {
            opacity: .01
        }

        to {
            opacity: 1
        }
    }

    @keyframes fade-in {
        0% {
            opacity: .01
        }

        to {
            opacity: 1
        }
    }

    @-webkit-keyframes slide-in {
        0% {
            transform: translateX(-100%)
        }

        to {
            transform: translateX(0)
        }
    }

    @keyframes slide-in {
        0% {
            transform: translateX(-100%)
        }

        to {
            transform: translateX(0)
        }
    }
}

@media (prefers-reduced-motion:reduce) {

    *,
    :after,
    :before {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        transition-duration: 1ms !important
    }
}

:root {
    --breakpoint: small
}

@media (min-width:799px) {
    :root {
        --breakpoint: medium
    }
}

@media (min-width:992px) {
    :root {
        --breakpoint: large
    }
}

@media (min-width:1200px) {
    :root {
        --breakpoint: xlarge
    }
}

@media (min-width:1440px) {
    :root {
        --breakpoint: xxlarge
    }
}

:root {
    --white: #fff;
    --off-white: #f2f1f0;
    --light-gray: #ddd;
    --gray: #aaa;
    --dark-gray: #1f2024;
    --black: #111;
    --navy: #001f3f;
    --navy-blue: #204b74;
    --blue: #0074d9;
    --aqua: #7fdbff;
    --teal: #39cccc;
    --olive: #3d9970;
    --green: #2ecc40;
    --lime: #01ff70;
    --yellow: #ffdc00;
    --orange: #ff851b;
    --cooper: #b5915d;
    --red: #bf050c;
    --red-hover: #d5282e;
    --red-active: #ea2f36;
    --red-focus: #bf050c;
    --fuchsia: #f012be;
    --purple: #b10dc9;
    --maroon: #85144b;
    --gray-blue: #848d9d;
    --headline-color: inherit;
    --body-font-color: var(--black);
    --body-background-color: var(--white);
    --link-color: var(--teal);
    --link-color-hover: var(--aqua);
    --link-color-active: var(--olive);
    --button-primary-color: var(--teal);
    --button-color: var(--button-primary-color);
    --button-background-color: transparent;
    --button-border-color: var(--button-primary-color);
    --button-hover-color: var(--white);
    --button-hover-background-color: var(--button-primary-color);
    --button-active-color: var(--white);
    --button-active-background-color: var(--fuchsia);
    --hero-font-color: var(--01FF70);
    --hero-background: var(--black);
    --scrim-color: rgba(0, 0, 0, 0.5);
    --primary-gradient: linear-gradient(180deg, #66f, var(--red));
    --input-background: var(--cream);
    --input-color: var(--black);
    --input-border-color: #c8c8c8;
    --input-placeholder-color: var(--dark-cream);
    --subnav-background-color: var(--red);
    --hcm-focus-outline: 0.1875rem solid transparent;
    --box-shadow-focus: 0 0 0 0.1875rem var(--black);
    --default-focus-outline: -webkit-focus-ring-color auto 0.0625rem;
    --font-roboto-mono: "Proxima Nova", monospace;
    --font-family-primary: "Proxima Nova";
    --font-family-secondary: "Proxima Nova";
    --body-font-family: var(--font-family-primary);
    --font-weight-light: 300;
    --font-weight-book: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --line-height-normal: 1.2;
    --button-font-size: 1.125rem;
    --paragraph-large-font-size: 1.5625rem;
    --font-size-h1: 4.375rem;
    --font-size-h2: 0.875rem;
    --font-size-h3: 2.5rem;
    --font-size-h4: 1.125rem;
    --font-size-h5: 1.75rem;
    --font-size-h6: 1.5625rem;
    --font-size-subhead: 1.5rem
}

@media (min-width:799px) {
    :root {
        --font-size-h1: 7.5rem;
        --font-size-h2: 3.75rem;
        --font-size-h3: 1.875rem
    }
}
/* Ari C changed filepaths for fonts aric122022-1*/
@font-face {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 300;
    src: url(/cdn/shop/files/Proxima-Nova-Light.otf?v=1671569089) format("woff")
}
/* Ari C changed filepaths for fonts aric122022-1*/
@font-face {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 400;
    src: url(/cdn/shop/files/Proxima-Nova-Regular.otf?v=1671569089) format("woff")
}
/* Ari C changed filepaths for fonts aric122022-1*/
@font-face {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 500;
    src: url(/cdn/shop/files/Proxima-Nova-Semibold.otf?v=1671569089) format("woff")
}
/* Ari C changed filepaths for fonts aric122022-1*/
@font-face {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    src: url(/cdn/shop/files/Proxima-Nova-Black.otf?v=1671569089) format("woff")
}
/* Ari C changed filepaths for fonts aric122022-1*/
@font-face {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 700;
    src: url(/cdn/shop/files/Proxima-Nova-Bold.otf?v=1671569089) format("woff")
}
/* Ari C changed filepaths for fonts aric122022-1*/
@font-face {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 800;
    src: url(/cdn/shop/files/Proxima-Nova-Extrabold.otf?v=1671569089) format("woff")
}
/* Ari C changed filepaths for fonts aric122022-1*/
body,
button,
html,
input,
select,
textarea {
    font-family: Proxima Nova;
    font-size: 1rem;
    font-weight: 400
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Proxima Nova;
    font-family: var(--font-family-primary)
}

.h1,
h1 {
    font-size: 4.375rem
}

.h1,
.h2,
h1,
h2 {
    font-weight: 700
}

.h2,
h2 {
    font-size: .875rem
}

.h3,
h3 {
    font-size: 2.5rem;
    font-weight: 300;
    font-weight: var(--font-weight-light);
    line-height: 1.2
}

.h4,
h4 {
    font-size: 1.125rem;
    font-weight: 500
}

.h5,
h5 {
    font-size: 1.75rem;
    font-weight: 300
}

:root {
    --global-width: 77.5rem;
    --global-width-narrow: 60rem;
    --adams-width: 26.25rem;
    --content-width-small: 35rem;
    --content-width-narrow: var(--global-width-narrow);
    --container-width: var(--global-width);
    --container-width-narrow: var(--global-width-narrow);
    --spacer: 0.9375rem;
    --spacer-large: 1.875rem;
    --edge-space: 2.5rem;
    --site-logo-width: 4.6875rem;
    --hero-backdrop-height: 50rem;
    --input-padding-y: 1.25rem;
    --input-padding-x: 1.4375rem;
    --input-padding: var(--input-padding-y) var(--input-padding-x);
    --input-border-size: 0.0625rem;
    --input-border-radius: 0.125rem;
    --form-spacer: 1.375rem;
    --form-spacer-half: calc(var(--form-spacer)/2);
    --button-border-radius: 0;
    --button-border-width: 0.1875rem;
    --button-height: 2.875rem;
    --transition-duration: 150ms;
    --transition-timing-function: linear;
    --global-transition: var(--transition-duration) var(--transition-timing-function);
    --header-sticky-switch-at: 1.25rem;
    --header-z-index: 10;
    --nav-z-index: 11
}

* {
    box-sizing: border-box
}

a.button,
button.button {
    border-radius: .25rem;
    height: 2.875rem;
    height: var(--button-height);
    font-size: .9375rem;
    padding-bottom: calc(.375em - .0625rem);
    padding-top: calc(.375em - .0625rem);
    font-family: Proxima Nova
}

a.button.button--primary:hover,
button.button.button--primary:hover {
    background-color: #d5282e;
    background-color: var(--red-hover)
}

a.button.button--primary:active,
button.button.button--primary:active {
    background-color: #ea2f36;
    background-color: var(--red-active)
}

a.button.button--primary:focus,
button.button.button--primary:focus {
    background-color: #bf050c;
    background-color: var(--red-focus)
}

a.button.button--outline,
button.button.button--outline {
    background-color: transparent;
    border: .125rem solid #bf050c;
    border: .125rem solid var(--red);
    color: #bf050c;
    color: var(--red)
}

a.button.button--outline:hover,
button.button.button--outline:hover {
    background-color: #d5282e;
    background-color: var(--red-hover);
    color: #fff;
    color: var(--white)
}

a.button.button--outline:active,
button.button.button--outline:active {
    background-color: #ea2f36;
    background-color: var(--red-active);
    color: #fff;
    color: var(--white)
}

a.button.button--secondary,
button.button.button--secondary {
    color: #fff;
    background-color: #204b74;
    background-color: var(--navy-blue);
    border-width: 0;
    width: auto;
    height: 2.875rem;
    font-size: .9375rem
}

a.button.button--link-style,
button.button.button--link-style {
    cursor: pointer;
    border-radius: 0
}

a.button.button--link-style:hover,
button.button.button--link-style:hover {
    color: #1f2024;
    border-color: #1f2024
}

a.button.button--link-style:focus,
button.button.button--link-style:focus {
    box-shadow: none;
    outline: .0625rem auto -webkit-focus-ring-color
}

a.button.button--link-style:active,
button.button.button--link-style:active {
    color: #ea2f36;
    color: var(--red-active);
    border-color: #ea2f36;
    border-color: var(--red-active)
}

button.button--text {
    cursor: pointer;
    color: #bf050c;
    color: var(--red);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    font-size: inherit;
    background-color: transparent;
    border: none;
    padding: 0
}

.page-content {
    min-height: 30vh
}

@media only screen and (max-width:798px) {
    .container > .banner__wrapper.is-small > .image-element__wrap {
        min-height: 30vh
    }

    .container > .banner__wrapper.is-medium > .image-element__wrap {
        min-height: 60vh
    }

    .container > .banner__wrapper.is-large > .image-element__wrap {
        min-height: 90vh
    }
}

.ajax-cart__cart-link,
.cart-link {
    color: #bf050c;
    color: var(--red);
    border-bottom: .125rem solid #bf050c;
    border-bottom: .125rem solid var(--red);
    text-decoration: none;
    max-width: 4.6875rem;
    padding: .3125rem 0;
    margin: 1.5625rem auto .9375rem;
    font-weight: 700;
    font-weight: var(--font-weight-bold)
}

.ajax-cart a,
.ajax-cart a:active,
.ajax-cart a:visited {
    color: #bf050c;
    color: var(--red)
}

form {
    font-family: Proxima Nova;
    font-family: var(--font-family-primary)
}

form:not(.newsletter-signup-form) > * + * {
    margin-top: 1.375rem;
    margin-top: var(--form-spacer)
}

.input-group {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: auto;
    grid-auto-flow: row;
    grid-column-gap: 1.375rem;
    grid-column-gap: var(--form-spacer);
    grid-row-gap: 1.375rem;
    grid-row-gap: var(--form-spacer)
}

@media (min-width:799px) {
    .input-group {
        grid-template-rows: 1fr;
        grid-template-columns: auto;
        grid-auto-flow: column
    }
}

.input-wrapper {
    position: relative
}

.input-wrapper + .input-wrapper {
    margin-top: .9375rem;
    margin-top: var(--spacer)
}

.input-wrapper input,
.input-wrapper textarea {
    background-color: var(--cream);
    background-color: var(--input-background);
    transition: padding .2s;
    width: 100%
}

.input-wrapper:not(.select-wrapper) label {
    pointer-events: none;
    position: absolute;
    top: .5rem;
    left: 1.5rem;
    left: calc(var(--input-padding-x) + var(--input-border-size));
    color: #111;
    color: var(--input-color);
    font-size: .875rem;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity .4s, transform 0ms linear 1s
}

.input-wrapper input:not(:-moz-placeholder-shown) + label,
.input-wrapper textarea:not(:-moz-placeholder-shown) + label {
    opacity: .75;
    transform: translateY(0);
    -moz-transition: opacity .4s linear, transform .2s ease-out;
    transition: opacity .4s linear, transform .2s ease-out
}

.input-wrapper input:not(:placeholder-shown) + label,
.input-wrapper textarea:not(:placeholder-shown) + label {
    opacity: .75;
    transform: translateY(0);
    transition: opacity .4s linear, transform .2s ease-out
}

.input-wrapper input:not(:-moz-placeholder-shown),
.input-wrapper textarea:not(:-moz-placeholder-shown) {
    padding-top: 1.75rem;
    padding-bottom: .75rem
}

.input-wrapper input:not(:placeholder-shown),
.input-wrapper textarea:not(:placeholder-shown) {
    padding-top: 1.75rem;
    padding-bottom: .75rem
}

input,
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
select[type=email],
select[type=password],
select[type=search],
select[type=tel],
select[type=text],
textarea,
textarea[type=email],
textarea[type=password],
textarea[type=search],
textarea[type=tel],
textarea[type=text] {
    line-height: 1;
    border: .0625rem solid #c8c8c8;
    border: solid var(--input-border-size) var(--input-border-color);
    padding: 1.25rem 1.4375rem;
    padding: var(--input-padding);
    border-radius: .125rem;
    border-radius: var(--input-border-radius)
}

input::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
select::-moz-placeholder,
select[type=email]::-moz-placeholder,
select[type=password]::-moz-placeholder,
select[type=search]::-moz-placeholder,
select[type=tel]::-moz-placeholder,
select[type=text]::-moz-placeholder,
textarea::-moz-placeholder,
textarea[type=email]::-moz-placeholder,
textarea[type=password]::-moz-placeholder,
textarea[type=search]::-moz-placeholder,
textarea[type=tel]::-moz-placeholder,
textarea[type=text]::-moz-placeholder {
    color: var(--dark-cream);
    color: var(--input-placeholder-color)
}

input::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
select::placeholder,
select[type=email]::placeholder,
select[type=password]::placeholder,
select[type=search]::placeholder,
select[type=tel]::placeholder,
select[type=text]::placeholder,
textarea::placeholder,
textarea[type=email]::placeholder,
textarea[type=password]::placeholder,
textarea[type=search]::placeholder,
textarea[type=tel]::placeholder,
textarea[type=text]::placeholder {
    color: var(--dark-cream);
    color: var(--input-placeholder-color)
}

textarea {
    max-width: 100%;
    min-height: 4rem
}

.form-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: .9375rem;
    margin-top: var(--spacer)
}

.form-actions > a {
    display: inline-block
}

.button-group > * + *,
.form-actions > * + * {
    margin-left: .9375rem;
    margin-left: var(--spacer)
}

.hide,
[data-aria-hidden=true] {
    display: none
}

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

@media (min-width:992px) {
    .mobile-only {
        display: none !important
    }
}

@media (max-width:991px) {
    .desktop-only {
        display: none !important
    }
}

.background-cover,
.background-image,
[data-responsive-background] {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

[data-responsive-background-image] {
    opacity: .001;
    position: absolute;
    pointer-events: none;
    z-index: -1
}

.has-background-white {
    background-color: #f8f8f8
}

.has-background-offwhite {
    background-color: #f2f1f0;
    background-color: var(--off-white)
}

.paragraph-large {
    font-size: 1.5625rem;
    font-size: var(--paragraph-large-font-size)
}

.impact-text {
    font-family: Proxima Nova;
    font-family: var(--font-family-secondary);
    font-size: 2.8125rem;
    line-height: 1.25
}

.full-width {
    width: 100%
}

.text-center {
    text-align: center
}

.bold {
    font-weight: 700;
    font-weight: var(--font-weight-bold)
}

.cover {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

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

.is-text-left {
    text-align: left
}

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

@media (max-width:798px) {
    .is-text-left-mobile {
        text-align: left
    }
}

.is-text-small {
    font-size: .8125rem
}

.is-text-normal {
    font-size: 1rem
}

.is-text-medium {
    font-size: 1.125rem
}

.is-text-large {
    font-size: 1.5rem
}

.is-text-xlarge {
    font-size: 2.375rem;
    line-height: 3rem
}

.is-text-xxxlarge {
    font-size: 4.375rem
}

@media (max-width:990px) {
    .is-text-xxxlarge {
        font-size: 2.5rem
    }
}

@media (max-width:798px) {
    .is-text-normal-mobile {
        font-size: 1rem
    }
}

.is-weight-light {
    font-weight: 300
}

.is-weight-normal {
    font-weight: 400
}

.is-weight-medium {
    font-weight: 500
}

.is-weight-semibold {
    font-weight: 600
}

.is-weight-bold {
    font-weight: 700
}

.is-text-uppercase {
    text-transform: uppercase
}

.is-color-white {
    color: #fff
}

.is-color-gray-blue {
    color: #848d9d;
    color: var(--gray-blue)
}

.is-color-red {
    color: #bf050c !important;
    color: var(--red) !important
}

.is-color-gray {
    color: #707070
}

.is-color-black {
    color: #333 !important
}

.has-section-spacing {
    padding-bottom: 5rem !important
}

.has-section-spacing,
.has-section-spacing-top {
    padding-top: 5rem !important
}

.has-section-spacing-bottom {
    padding-bottom: 5rem !important
}

.has-section-spacing-top-small {
    padding-top: 3rem !important
}

.has-section-spacing-bottom-small {
    padding-bottom: 3rem !important
}

#shopify-section-mm-product__recommendations .is-fancy-title-wrapper.is-extended:after {
    width: 100%;
    margin-left: 0
}

.is-fancy-title-wrapper {
    width: 100%
}

.is-fancy-title-wrapper:after {
    background: #1f2024;
    background: var(--dark-gray);
    position: absolute;
    content: "";
    height: .125rem;
    width: 100%;
    left: 0;
    opacity: .1;
    margin-top: .6875rem
}

.is-fancy-title-wrapper.is-extended:after {
    width: calc(100% + 5.625rem);
    margin-left: -2.8125rem
}

.is-fancy-title-wrapper .is-fancy-title {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    padding-left: .625rem;
    padding-right: .625rem;
    position: relative;
    z-index: 10
}

.is-hidden {
    display: none
}

.is-blurred {
    -webkit-backdrop-filter: blur(.625rem);
    backdrop-filter: blur(.625rem)
}

.is-heigh-full {
    height: 100%
}

.icon-size-1 {
    width: .9375rem
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.border-top-light {
    border-top: .0625rem solid rgba(31, 32, 36, .2)
}

.border-bottom-light {
    border-bottom: .0625rem solid rgba(31, 32, 36, .2)
}

.product-card-alert {
    background: #204b74;
    border-radius: 1.25rem;
    color: #fff;
    font-size: .6875rem;
    margin-top: -.625rem;
    margin-left: -.625rem;
    padding: .625rem 1.25rem;
    position: absolute;
    text-transform: uppercase;
    z-index: 9
}

.responsive-video {
    padding-bottom: 56.25%;
    padding-top: 1.5625rem;
    position: relative;
    width: 100%
}

.responsive-video > div,
.responsive-video embed,
.responsive-video iframe,
.responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.login-form-wrapper {
    margin-top: 2.5rem
}

@media (min-width:799px) {
    .login-form-wrapper .column:first-child {
        padding-right: 2.5rem
    }
}

@media (min-width:799px) {
    .login-form-wrapper .column:last-child {
        padding-left: 2.5rem
    }
}

.icon,
.svg-icon {
    display: inline-block;
    vertical-align: middle;
    width: 1.25em;
    height: 1.25em;
    fill: currentColor
}

.mr-auto {
    margin-right: auto
}

.ml-auto {
    margin-left: auto
}

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

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

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

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

.ml-0 {
    margin-left: 0
}

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

.pl-0 {
    padding-left: 0
}

.pl-5 {
    padding-left: .3125rem
}

.mr-0 {
    margin-right: 0
}

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

.pr-0 {
    padding-right: 0
}

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

.mt-10 {
    margin-top: .625rem !important
}

.pt-10 {
    padding-top: .625rem
}

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

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

.ml-10 {
    margin-left: .625rem
}

.pl-10 {
    padding-left: .625rem
}

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

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

.mt-15 {
    margin-top: .9375rem
}

.pt-15 {
    padding-top: .9375rem
}

.mb-15 {
    margin-bottom: .9375rem
}

.pb-15 {
    padding-bottom: .9375rem
}

.ml-15 {
    margin-left: .9375rem
}

.pl-15 {
    padding-left: .9375rem
}

.mr-15 {
    margin-right: .9375rem
}

.pr-15 {
    padding-right: .9375rem
}

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

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

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

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

.ml-20 {
    margin-left: 1.25rem
}

.pl-20 {
    padding-left: 1.25rem
}

.mr-20 {
    margin-right: 1.25rem
}

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

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

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

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

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

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

.pl-25 {
    padding-left: 1.5625rem
}

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

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

.mt-30 {
    margin-top: 1.875rem
}

.pt-30 {
    padding-top: 1.875rem
}

.mb-30 {
    margin-bottom: 1.875rem
}

.pb-30 {
    padding-bottom: 1.875rem
}

.ml-30 {
    margin-left: 1.875rem
}

.pl-30 {
    padding-left: 1.875rem
}

.mr-30 {
    margin-right: 1.875rem
}

.pr-30 {
    padding-right: 1.875rem
}

.mt-35 {
    margin-top: 2.1875rem
}

.pt-35 {
    padding-top: 2.1875rem
}

.mb-35 {
    margin-bottom: 2.1875rem
}

.pb-35 {
    padding-bottom: 2.1875rem
}

.ml-35 {
    margin-left: 2.1875rem
}

.pl-35 {
    padding-left: 2.1875rem
}

.mr-35 {
    margin-right: 2.1875rem
}

.pr-35 {
    padding-right: 2.1875rem
}

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

.pt-40 {
    padding-top: 2.5rem
}

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

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

.ml-40 {
    margin-left: 2.5rem
}

.pl-40 {
    padding-left: 2.5rem
}

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

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

.mt-45 {
    margin-top: 2.8125rem
}

.pt-45 {
    padding-top: 2.8125rem
}

.mb-45 {
    margin-bottom: 2.8125rem
}

.pb-45 {
    padding-bottom: 2.8125rem
}

.ml-45 {
    margin-left: 2.8125rem
}

.pl-45 {
    padding-left: 2.8125rem
}

.mr-45 {
    margin-right: 2.8125rem
}

.pr-45 {
    padding-right: 2.8125rem
}

.mt-50 {
    margin-top: 3.125rem
}

.pt-50 {
    padding-top: 3.125rem
}

.mb-50 {
    margin-bottom: 3.125rem
}

.pb-50 {
    padding-bottom: 3.125rem
}

.ml-50 {
    margin-left: 3.125rem
}

.pl-50 {
    padding-left: 3.125rem
}

.mr-50 {
    margin-right: 3.125rem
}

.pr-50 {
    padding-right: 3.125rem
}

.logo-list__wrapper .image-element__wrap {
    min-height: 6.25rem;
    display: flex;
    align-items: center
}

.logo-list__wrapper .logo-list__item p {
    margin-top: 1.25rem
}

.social-slider .social-slider-content {
    max-width: 22.5rem;
    margin: .75rem auto 1.875rem
}

.social-slider .social-slider-item {
    width: 21%;
    position: relative
}

@media (max-width:990px) {
    .social-slider .social-slider-item {
        width: 26%
    }
}

@media (max-width:768px) {
    .social-slider .social-slider-item {
        width: 80%
    }
}

.social-slider .social-slider-item:hover .social-content,
.social-slider .social-slider-item:hover:after {
    opacity: 1
}

.social-slider .social-slider-item img {
    width: 100%
}

.social-slider .social-slider-item .social-content {
    position: absolute;
    z-index: 99;
    bottom: 1rem;
    left: 1.25rem;
    width: calc(100% - 2.5rem);
    opacity: 0;
    transition: all .3s ease
}

.social-slider .social-slider-item .icon {
    float: right
}

.social-slider .social-slider-item:after {
    content: "";
    position: absolute;
    left: .3125rem;
    right: .3125rem;
    bottom: .4375rem;
    width: calc(100% - .625rem);
    background: linear-gradient(180deg, transparent, #000);
    height: 3.125rem;
    opacity: 0;
    transition: all .3s ease;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.social-slider .flickity-button {
    background-color: transparent
}

.social-slider .flickity-button-icon {
    fill: #fff
}

.social-slider .flickity-page-dots {
    opacity: 0
}

.breadcrumb {
    margin-top: 1.25rem
}

.breadcrumb li {
    font-size: .8125rem
}

.breadcrumb li:nth-last-child(2) {
    a {
        color: #1f2024;
        color: var(--dark-gray)
    }
}

.breadcrumb li a {
    color: #bf050c;
    color: var(--red)
}

.breadcrumb li .breadcrumb-separator {
    margin-left: .3125rem;
    margin-right: .3125rem
}

.container .collection__breadcrumb.column {
    margin-left: 0
}

.button--unstyled,
.mobile-menu__toggle-button {
    border: none;
    background-color: transparent;
    font-family: inherit;
    padding: 0;
    cursor: pointer
}

@media (max-width:991px) {
    .mm-colletion-list-wrapper {
        width: 100%
    }
}

.mm-colletion-list-wrapper .container .column {
    margin-left: 1.875rem;
    margin-right: 1.875rem
}

.mm-colletion-list-wrapper .one-half {
    width: calc(50% - 3.75rem)
}

.mm-colletion-list-wrapper .one-third {
    width: calc(33.33333% - 3.75rem)
}

@media (max-width:991px) {
    .mm-colletion-list-wrapper .medium-down--one-whole {
        width: calc(100% - 3.75rem)
    }
}

.mm-colletion-list-wrapper .collection-info__caption {
    position: static
}

.mm-colletion-list-wrapper .collection-info__caption--below-image {
    align-items: flex-start
}

@media (max-width:991px) {
    .mm-colletion-list-wrapper .collection-info__caption--below-image {
        padding-left: 0;
        padding-right: 0
    }
}

.mm-colletion-list-wrapper .collection-info__caption--below-image .collection-info-content {
    display: flex;
    width: 100%
}

.mm-colletion-list-wrapper .collection-info__caption--below-image .collection-info-content p {
    color: #000;
    color: initial
}

.mm-colletion-list-wrapper .image-element__wrap.overflow-visible {
    overflow: visible;
    overflow: initial
}

.mm-colletion-list-wrapper .has-image-crop img {
    -o-object-fit: initial;
    object-fit: fill
}

/* changed Max-width from 31.25 to 45rem - Ari Cedarlin 11/22*/
.collection__description {
    max-width: 45rem;
    margin: 0 auto
}
}

.odd-product-loop-cta {
    background-color: #f2f1f0;
    background-color: var(--off-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 37.5rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem
}

.swatches-wrapper {
    display: flex;
    justify-content: space-between
}

.swatches-wrapper .button {
    min-width: 4.5625rem
}

@media (min-width:799px) {
    .collection-matrix .column {
        padding-left: 3.125rem;
        padding-right: 3.125rem
    }
}

@media (max-width:991px) {
    .collection-matrix .small-down--one-whole {
        width: 100%
    }
}

@media (max-width:798px) {
    .container-address {
        display: block
    }

    .container-address > .container.column,
    .container-address > .container.columns {
        margin: unset
    }

    .container-address > .container {
        display: block
    }

    .container-address > aside.one-fourth > a {
        justify-content: center;
        margin: 0 auto;
        display: block
    }

    .container-address > div > aside.one-fourth {
        margin: 0 auto;
        text-align: center;
        width: 100%
    }

    .container-address > div > section.three-fourths {
        margin: unset;
        width: 100%
    }

    .container-address > div > section.three-fourths > .has-padding-bottom {
        text-align: center
    }

    .container-address #address_tables {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .container-address #address_tables .one-third {
        width: 9.375rem;
        margin: .9375rem auto;
        display: flex;
        justify-content: center
    }

    .container-address #address_tables .one-third > input {
        width: 100%
    }
}

.mm-custom-footer .scroll-top-button {
    position: fixed;
    right: .625rem;
    bottom: .625rem;
    display: none;
    z-index: 9999
}

.mm-custom-footer .footer__logo-wrapper.is-small {
    width: 100%;
    max-width: 14.0625rem !important
}

.mm-custom-footer .footer__logo-wrapper .image-element__wrap {
    max-width: 14.0625rem !important
}

.mm-custom-footer .footer__menu-link {
    padding-top: .125rem;
    padding-bottom: .5rem
}

.mm-custom-footer .svg-mark {
    max-width: 2.375rem;
    vertical-align: bottom;
    margin-left: .3125rem
}

.mm-custom-footer .footer__credits p {
    margin-right: .3125rem
}

@media (min-width:799px) {
    .mm-custom-footer .block__newsletter {
        padding-left: 8%;
        border-left: .0625rem solid hsla(0, 0%, 100%, .07)
    }
}

.mm-custom-footer .newsletter-form {
    position: relative
}

.mm-custom-footer .newsletter-form .control.has-inline-children {
    display: flex;
    justify-content: center;
    align-items: center
}

.mm-custom-footer .newsletter-form .control .input {
    background: transparent;
    border-color: #b5915d;
    border-color: var(--cooper);
    color: #b5915d;
    color: var(--cooper);
    padding: 1.3125rem 1rem
}

.mm-custom-footer .newsletter-form .field.is-absolute-button {
    position: absolute;
    right: 0;
    top: 0;
    min-width: auto
}

.mm-custom-footer .newsletter-form .field.is-absolute-button .button {
    white-space: nowrap;
    background: transparent;
    font-size: .8125rem;
    padding-right: 2.25rem;
    color: #b5915d;
    color: var(--cooper);
    text-transform: uppercase;
    max-height: 100%;
    height: 2.8125rem;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    display: inline-block
}

.mm-custom-footer .newsletter-form .field.is-absolute-button .button:hover {
    border-color: transparent
}

.mm-custom-footer .newsletter-form .field.is-absolute-button .button .icon {
    width: 1.125rem;
    margin-left: .5rem;
    margin-top: -.1875rem
}

.mm-custom-footer .footer-social-wrapper {
    align-items: center
}

.mm-custom-footer .footer-social-wrapper .social-icons {
    width: 60%;
    justify-content: space-around
}

.mm-custom-footer .footer-social-wrapper .social-icons a {
    color: #848d9d;
    color: var(--gray-blue);
    transition: color .15s ease
}

.mm-custom-footer .footer-social-wrapper .social-icons a:hover {
    color: #fff;
    color: var(--white)
}

@media (max-width:798px) {
    .footer__block:not(:last-child) {
        border-top: .0625rem solid rgba(247, 245, 242, .1);
        padding: 2rem 0
    }
}

:root {
    --skip-link-z-index: 11;
    --mobile-menu-item-height: 2.5rem;
    --toggle-icon-z-index: 11;
    --mobile-menu-font-size: 0.8125rem
}

img[src*=adxcel] {
    display: none
}

a.button.skip-link {
    position: absolute;
    left: -625rem;
    top: auto;
    width: .0625rem;
    height: .0625rem;
    overflow: hidden;
    z-index: 11;
    z-index: var(--skip-link-z-index);
    background-color: #fff;
    background-color: var(--white);
    font-weight: 700;
    font-weight: var(--font-weight-bold)
}

a.button.skip-link:focus {
    left: .1875rem;
    top: .1875rem;
    width: auto;
    min-height: 2.875rem;
    min-height: var(--button-height);
    outline: .1875rem dotted #fff;
    outline: .1875rem dotted var(--white);
    box-shadow: 0 0 0 .1875rem #111;
    box-shadow: 0 0 0 .1875rem var(--black)
}

.top-bar,
.top-bar__content {
    height: 2.25rem
}

.section.has-background,
.section.max-width-wide {
    max-width: 83.75rem
}

.header__menu-items {
    height: 6.875rem
}

.navbar-item {
    height: 100%
}

.navbar-item:hover > a {
    color: #bf050c !important;
    color: var(--red) !important
}

.navbar-item:hover .navbar-link:before {
    opacity: 1
}

.navbar-item.has-dropdown .navbar-link:before {
    left: calc(50% - 2.8125rem)
}

.navbar-item .navbar-link {
    height: 100%
}

.navbar-item .navbar-link:before {
    content: "";
    position: absolute;
    height: .125rem;
    width: 4.375rem;
    background: #bf050c;
    background: var(--red);
    bottom: 0;
    top: auto;
    left: calc(50% - 2.1875rem);
    opacity: 0
}

.mobile-menu {
    --view: mobile;
    border-top: .0625rem solid rgba(31, 32, 36, .2);
    font-size: .8125rem;
    font-size: var(--mobile-menu-font-size);
    text-transform: uppercase
}

.mobile-menu[aria-hidden=false] {
    height: 100vh;
    transition: left .5s;
    left: 0
}

@media (min-width:799px) {
    .mobile-menu {
        --view: desktop;
        position: fixed;
        top: 0;
        max-width: 40%
    }
}

.mobile-menu-scrim.active {
    background-color: rgba(0, 0, 0, .5);
    background-color: var(--scrim-color)
}

@media (min-width:799px) {
    .mobile-menu-scrim.active.active {
        position: fixed;
        content: "";
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh
    }
}

.mobile-header__open-menu-text {
    display: none;
    line-height: .8125rem
}

@media (min-width:799px) {
    .mobile-header__open-menu-text {
        display: block
    }
}

@media (min-width:799px) {
    .mobile-menu__toggle-button {
        left: .9375rem;
        left: calc(var(--spacer-large)/2)
    }
}

@media (min-width:799px) {
    .mobile-menu__open-btn {
        width: unset;
        min-width: 6.25rem
    }
}

.mobile-menu__open-btn .mobile-menu__toggle-icon {
    transition: opacity .33s linear
}

.mobile-menu__close-btn {
    display: flex;
    position: fixed;
    bottom: unset;
    font-size: .8125rem;
    font-size: var(--mobile-menu-font-size);
    align-items: center;
    opacity: 0;
    transition: none
}

.mobile-menu__close-btn .mobile-menu__toggle-icon {
    padding: 1rem .3125rem 1rem 0
}

@media (min-width:799px) {
    .mobile-menu__close-btn {
        justify-content: center
    }
}

.mobile-header__open-menu {
    display: flex;
    align-items: center
}

.mobile-header__open-menu-text {
    padding-left: .5rem
}

.menu-is-open .mobile-header__open-menu {
    opacity: 0
}

.menu-is-open .mobile-menu__close-btn {
    opacity: 1;
    transition: opacity .33s linear .75s
}

@media (min-width:799px) {

    .mobile-dropdown,
    .mobile-icons,
    .mobile-logo {
        padding: 0 1.875rem;
        padding: 0 var(--spacer-large)
    }
}

html.menu-is-open {
    overflow: hidden
}

.submenu-item {
    display: block;
    position: relative
}

.submenu-item > a:after {
    transition: transform .2s linear
}

.submenu-item.is-active > a:after {
    transform: translateY(-60%) rotate(180deg)
}

.mobile-menu__content .icon-caption {
    display: block
}

.mobile-menu__content .mobile-menu__item .icon {
    display: inline-flex;
    fill: #1f2024;
    fill: var(--dark-gray)
}

.mobile-menu__content .item-with-icon {
    line-height: 2.5rem;
    line-height: var(--mobile-menu-item-height)
}

@media (min-width:799px) {
    .mobile-menu__content {
        height: 100%;
        overflow: auto
    }
}

.mobile-menu__first-level .submenu-item .mobile-menu-link,
.mobile-menu__first-level .submenu-item .mobile-menu__item {
    line-height: 2.5rem;
    line-height: var(--mobile-menu-item-height)
}

.mobile-menu__first-level .submenu-item.is-active {
    border-top: .0625rem solid rgba(31, 32, 36, .2)
}

.mobile-menu__submenu.open {
    transition: max-height .8s;
    max-height: 100vh
}

.mobile-menu__submenu.has-dropdown.open {
    max-height: 100vh
}

.mobile-menu__submenu.has-mega-menu.open {
    max-height: none;
    display: block;
    border-left: 0
}

.mega-menu__section .mega-menu {
    border-top: .0625rem solid rgba(31, 32, 36, .2)
}

.mega-menu__section .mega-menu .block__menu {
    width: 100%
}

.mega-menu__section .mega-menu .block__menu.one-third {
    width: 33.3333333333%
}

@media (max-width:799px) {
    .mega-menu__section .mega-menu .block__menu.one-third {
        width: 100%
    }
}

.mega-menu__section .mega-menu {
    & .mobile-submenu__list & {
        background-color: #f2f1f0 !important;
        background-color: var(--off-white) !important
    }
}

.mega-menu__section .mega-menu .container {
    max-width: 75rem
}

.mega-menu__section .mega-menu .mega-menu__linklist a:hover {
    color: #bf050c !important;
    color: var(--red) !important
}

.mega-menu__section .mega-menu .mega-menu__image {
    border-radius: .1875rem;
    transition: all .3s ease
}

.mega-menu__section .mega-menu .mega-menu__image:hover {
    transform: scale(1.1)
}

.mega-menu__section .mega-menu .menu__heading {
    font-weight: 600;
    font-size: .8125rem;
    margin-bottom: 1.25rem
}

.mega-menu__section .mega-menu .mega-menu__content.content {
    max-width: 25.1875rem;
    margin-left: auto;
    margin-right: auto
}

.mega-menu__section .mega-menu .mega-menu__block {
    border-width: 0;
    padding: 1.25rem
}

.mega-menu__section .mega-menu .mega-menu__block.block__mixed {
    width: 100%
}

.selectors-form--mobile .disclosure {
    border-width: 0
}

.selectors-form--mobile .disclosure select {
    border: .125rem solid #1f2024;
    border: .125rem solid var(--dark-gray);
    border-radius: .25rem;
    line-height: 2.875rem;
    min-width: 6.0625rem;
    padding-top: 0;
    padding-bottom: 0
}

.selectors-form--mobile .disclosure .icon {
    height: .8rem;
    width: .8rem
}

.mobile-menu__list.has-margin-bottom:first-child {
    margin-top: .3125rem
}

.mobile-logo .image-element__wrap {
    max-width: 11.5625rem !important
}

@media (min-width:799px) {
    .mobile-logo .image-element__wrap {
        padding: .9375rem 0
    }
}

.mm-image-with-text-overlay__container .caption-content {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4.6875rem;
    padding-right: 4.6875rem
}
.image-with-text__wrapper .image-with-text__text {
    max-width: 28.75rem
}

.product-page {
    overflow: hidden
}

@media (min-width:799px) {
    .product_section .three-fifths {
        padding-right: 6%
    }
}

.product-gallery .product-gallery__thumbnail {
    overflow: hidden;
    height: 4.375rem;
    width: 4.375rem;
    background-position: 50%;
    background-size: cover;
    border: .1875rem solid #f2eeea;
    border-radius: 3.125rem;
    opacity: 1
}

.product-gallery .product-gallery__thumbnail.is-nav-selected {
    border: .1875rem solid #9b9691
}

.product-gallery .product-gallery__image .image__container {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    max-width: 100% !important
}

.product-gallery .product-gallery__image .image__container img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.product__information .title {
    font-size: 1.75rem;
    text-transform: none;
    font-weight: 500
}

.product__information .sold_out {
    font-size: .875rem;
  
    display: block;
    color: #bf050c;
    color: var(--red)
}

.product__information .title-text {
    width: calc(100% - 7.5rem);
    display: inline-block
}

.product__information .reviews-and-3d-render-wrapper {
    display: flex;
    align-items: center
}

.product__information .aritize-viewer {
    display: inline-block
}

.product__information .pipe-spacer {
    padding-left: .625rem;
    padding-right: .625rem
}

.product__information .aritize-load-button,
.product__information .aritize-load-button:hover {
    background-color: transparent;
    color: #bf050c;
    color: var(--red);
    padding: 0;
    height: auto;
    width: auto;
    max-width: none;
    display: inline-block;
    font-size: .8125rem;
    font-weight: 700
}

.cart__quantity .product-quantity-box.purchase-details__quantity {
    display: inline !important;
    display: initial !important
}

.cart__quantity .product-quantity-box.purchase-details__quantity .quantity-style--box {
    width: 7.875rem;
    max-width: 7.875rem
}

.cart__quantity .product-quantity-box.purchase-details__quantity .quantity-style--box .quantity-input-control input {
    border-top-width: 0;
    border-bottom-width: 0;
    border-left: thin solid #204b74;
    border-left: thin solid var(--navy-blue);
    border-right: thin solid #204b74;
    border-right: thin solid var(--navy-blue)
}

.cart__quantity .product-quantity-box.purchase-details__quantity .quantity-wrapper {
    border: .0625rem solid #204b74;
    border: .0625rem solid var(--navy-blue);
    border-radius: .25rem
}

.cart__quantity .product-quantity-box.purchase-details__quantity .icon {
    display: flex;
    padding: .1em
}

.cart__quantity .product-quantity-box.purchase-details__quantity .icon svg {
    fill: #204b74;
    fill: var(--navy-blue)
}

.cart__quantity .product-quantity-box.purchase-details__quantity .quantity-element {
    background-color: transparent
}

.product-quantity-box.purchase-details__quantity {
    display: none !important
}

.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded {
    color: #fff;
    background-color: #bf050c;
    background-color: var(--red)
}

.shopify-payment-button__button--hidden {
    display: none !important
}

.product-image-with-text__column .image-with-text__text em {
    color: #bf050c;
    color: var(--red);
    font-size: .8125rem;
    text-transform: uppercase;
    font-style: none;
    font-weight: 700
}

.product-image-with-text__column .image-with-text__text strong {
    font-size: 1.25rem;
    color: #1f2024;
    color: var(--dark-gray)
}

.mm-slider-wrapper .product-review-wrap {
    display: flex;
    margin-top: .625rem
}

.mm-slider-wrapper .product-review-wrap .yotpo {
    margin-right: .625rem
}

.mm-slider-wrapper .product-review-wrap .yotpo .text-m {
    display: none
}

.mm-slider-wrapper .gallery-cell {
    width: 100%
}

@media (min-width:799px) {
    .mm-slider-wrapper .gallery-cell {
        width: 33.3%
    }
}

@media (min-width:992px) {
    .mm-slider-wrapper .gallery-cell {
        width: 20%
    }
}

.fancybox-bg {
    background: #fff !important
}

.notify_form__inputs.customer--true input.action_button.button {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important
}

.notify_form__inputs input.action_button.button {
    height: 100%;
    background: #bf050c;
    background: var(--red);
    color: #fff;
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
    border-color: #bf050c;
    border-color: var(--red)
}

.notify_form__inputs input.action_button.button:hover {
    background: #d5282e;
    background: var(--red-hover)
}

.section-recommendations {
    margin-bottom: 3.125rem
}

@media (min-width:799px) {
    .section-recommendations {
        margin-bottom: 5.9375rem
    }
}

@media (min-width:799px) {
    .section-reviews {
        margin-top: 4.6875rem
    }
}

.mm-slideshow-with-text__container .text-slideshow {
    justify-content: flex-start
}

.mm-slideshow-with-text__container .text-slideshow .flickity-slider {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.mm-slideshow-with-text__container .image-slideshow.flickity-enabled {
    position: static
}

.mm-slideshow-with-text__container .image-slideshow .flickity-buttons-container {
    display: none
}

@media (max-width:991px) {
    .mm-slideshow-with-text__container .is-text-xlarge {
        font-size: 1.75rem
    }
}

@media (max-width:798px) {
    .mm-collection-slideshow-with-text__container .text-slideshow-column {
        display: flex
    }
}

.mm-collection-slideshow-with-text__container .text-slideshow {
    padding-bottom: 1.875rem
}

@media (max-width:798px) {
    .mm-collection-slideshow-with-text__container .text-slideshow {
        order: 2
    }
}

@media (max-width:798px) {
    .mm-collection-slideshow-with-text__container .slider-buttons-wrapper {
        margin-left: .9375rem;
        margin-top: 0
    }
}

.mm-collection-slideshow-with-text__container .text-slideshow__content .banner__heading {
    margin-bottom: 0;
    padding-bottom: 0
}

@media (min-width:799px) {
    .mm-collection-slideshow-with-text__container .text-slideshow__slide {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0
    }
}

.mm-collection-slideshow-with-text__container .image-slideshow-column {
    margin-left: 0;
    margin-right: 0
}

.mm-collection-slideshow-with-text__container .image-slideshow {
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width:799px) {
    .mm-collection-slideshow-with-text__container .image-slideshow {
        padding-right: 4rem
    }
}

.mm-collection-slideshow-with-text__container .text-slideshow .flickity-slider {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:991px) {
    .mm-collection-slideshow-with-text__container .text-slideshow .flickity-slider {
        align-items: flex-start
    }
}

.mm-collection-slideshow-with-text__container .image-slideshow.flickity-enabled {
    position: static
}

.mm-collection-slideshow-with-text__container .image-slideshow .flickity-buttons-container {
    display: none
}

.slider-buttons-wrapper {
    position: relative;
    z-index: 20;
    margin-top: -1.25rem
}

.slider-buttons-wrapper.is-overlapping-top {
    margin-top: -3rem
}

@media (max-width:991px) {
    .slider-buttons-wrapper.is-overlapping-top {
        margin-top: -1.5rem
    }
}

.slider-buttons-wrapper button {
    width: 1.375rem;
    background: transparent;
    border-width: 0;
    cursor: pointer
}

.slider-buttons-wrapper button:first-child {
    margin-right: 1.875rem
}

.slider-buttons-wrapper button:focus {
    border-width: 0;
    outline-width: 0
}

.slider-buttons-wrapper button:hover {
    opacity: .5
}

.swatch_options {
    margin-top: 0 !important;
    margin-bottom: 1.25rem
}

.swatch_options .swatch-element,
.swatch_options .swatch-element.color label {
    border-radius: 2.5rem
}

.swatch input {
    display: inline-block
}

[data-whatinput=keyboard] .swatch_options input:checked:focus + div.swatch-element {
    outline: .0625rem auto -webkit-focus-ring-color
}

.mm-product-faq-wrapper .column-wrapper .faq-title {
    margin-bottom: 1.875rem
}

.mm-product-faq-wrapper .column-wrapper .faq-text:last-child {
    margin-top: 1.25rem
}

.mm-product-faq-wrapper .column-wrapper .faq-text:not(:last-child) {
    margin-bottom: 1.25rem
}

.mm-product-faq-wrapper .column-wrapper .faq-accordion dt:first-of-type {
    border-top: .0625rem solid var(--shopify-editor-setting-border_color)
}

.mm-product-faq-wrapper .column-wrapper .faq-accordion dt button {
    padding: 1.875rem 1.25rem 1.875rem 3.75rem
}

.mm-product-faq-wrapper .column-wrapper .faq-accordion dt .icon {
    color: #000;
    font-size: 1rem
}

.mm-product-faq-wrapper .column-wrapper .faq-accordion dd {
    border-bottom: .0625rem solid var(--shopify-editor-setting-border_color)
}

.mm-product-faq-wrapper .column-wrapper .faq-accordion .accordion__button:focus {
    outline-color: #bf050c;
    outline-color: var(--red)
}

.mm-product-faq-wrapper .column-wrapper .faq--image {
    padding-left: 0
}

@media (min-width:799px) {
    .mm-product-faq-wrapper .column-wrapper .faq--image {
        padding-right: 4%
    }
}

@media (max-width:991px) {
    .section .subcollection__featured-collection .mm-product-thumbnail__title .is-text-medium {
        font-size: 1rem
    }
}

@media (max-width:991px) {
    .section .subcollection__featured-collection .mm-product-thumbnail__title .title-text {
        max-width: 100%;
        width: 100%
    }
}

@media (max-width:991px) {
    .section .subcollection__featured-collection .mm-product-thumbnail__title .float-right {
        float: left
    }
}

.section .mm-product-thumbnail__title .yotpo-stars + a {
    display: none
}

.section .mm-product-thumbnail__title .title-text {
    max-width: calc(100% - 4.6875rem);
    display: inline-block
}

.section .mm-product-thumbnail__title .yotpo a {
    color: #111 !important;
    color: var(--black) !important
}

.section .yotpo a,
.section .yotpo div,
.section .yotpo form,
.section .yotpo i,
.section .yotpo img,
.section .yotpo label,
.section .yotpo li,
.section .yotpo p,
.section .yotpo span,
.section .yotpo strong,
.section .yotpo sup,
.section .yotpo ul {
    font-family: Proxima Nova;
    font-family: var(--font-family-primary)
}

@media only screen and (max-width:960px) {
    .section .yotpo .main-widget .avg-score {
        font-size: 1.75rem
    }
}

.section .yotpo .promoted-products-box {
    display: none !important
}

.section .yotpo.bottomLine .yotpo-bottomline .yotpo-stars {
    margin-right: .625rem
}

.section .yotpo .yotpo-default-button,
.section .yotpo input[type=button].yotpo-default-button {
    border-radius: .25rem;
    background: #204b74;
    background: var(--navy-blue);
    padding: .9375rem;
    color: #fff;
    text-transform: capitalize;
    font-size: .9375rem;
    font-family: Proxima Nova;
    font-family: var(--font-family-primary)
}

.section .yotpo .yotpo-default-button:hover,
.section .yotpo input[type=button].yotpo-default-button:hover {
    background-color: #bf050c !important;
    background-color: var(--red) !important;
    border-color: #bf050c !important;
    border-color: var(--red) !important
}

.section .yotpo .yotpo-default-button .write-question-review-button-icon,
.section .yotpo .yotpo-default-button .write-question-review-button-text,
.section .yotpo input[type=button].yotpo-default-button .write-question-review-button-icon,
.section .yotpo input[type=button].yotpo-default-button .write-question-review-button-text {
    color: #fff !important;
    font-family: Proxima Nova;
    font-family: var(--font-family-primary);
    font-weight: 300
}

.section .yotpo.yotpo-main-widget {
    width: 100%
}

.section .yotpo.yotpo-main-widget .yotpo-icon-btn,
.section .yotpo .yotpo-modal-dialog .yotpo-icon-btn {
    padding: .9375rem
}

.section .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button,
.section .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button {
    top: .875rem
}

.section .yotpo .yotpo-label,
.section .yotpo .yotpo-label-container {
    display: none
}

.section .yotpo .yotpo-nav-content .yotpo-regular-box {
    padding: 1.875rem;
    background-color: #f2f1f0;
    background-color: var(--off-white);
    margin-top: 1.25rem;
    border-width: 0
}

.section .yotpo .yotpo-regular-box {
    border-width: 0;
    margin-left: 0;
    margin-right: 0
}

.section .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile {
    display: none
}

.section .yotpo .yotpo-review .yotpo-footer,
.section .yotpo .yotpo-review .yotpo-main {
    margin-top: 1.25rem;
    margin-left: 0
}

.section .yotpo .yotpo-review .yotpo-main .content-review {
    line-height: 1.5;
    font-family: Proxima Nova;
    font-family: var(--font-family-primary)
}

.section .yotpo .yotpo-comment .yotpo-main .content-title,
.section .yotpo .yotpo-onsite-upload .yotpo-main .content-title,
.section .yotpo .yotpo-question .yotpo-main .content-title,
.section .yotpo .yotpo-review .yotpo-main .content-title {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 1.25rem
}

.section .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label,
.section .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label,
.section .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label,
.section .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label {
    font-size: 1rem
}

.section .yotpo .yotpo-comment .yotpo-header .yotpo-user-name,
.section .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-user-name,
.section .yotpo .yotpo-question .yotpo-header .yotpo-user-name,
.section .yotpo .yotpo-review .yotpo-header .yotpo-user-name {
    font-weight: lighter
}

.filters-container .desktop-clear-all-btn span.desktop-clear-btn-text {
    color: #fff;
    color: var(--white)
}

.suggested-topics-row .suggested-topic,
.suggested-topics-row .suggested-topic-expand {
    background-color: #fff !important;
    background-color: var(--white) !important;
    border: .0625rem solid #ddd !important;
    border: .0625rem solid var(--light-gray) !important
}

.suggested-topics-row .suggested-topic-expand.active-topic,
.suggested-topics-row .suggested-topic.active-topic {
    background-color: #bf050c !important;
    background-color: var(--red) !important
}

.blog-main {
    width: 75%
}

.product-wrap .thumbnail-overlay__container,
.product-wrap .thumbnail-overlay__container .quick-shop__buttons,
.product-wrap .thumbnail-overlay__container .quick-shop__info {
    display: flex;
    opacity: 0;
    transition: opacity, .5s
}

.product-wrap .product-image__wrapper.focus-visible .thumbnail-overlay__container,
.product-wrap .product-image__wrapper:hover .thumbnail-overlay__container,
.product-wrap .product-image__wrapper[focus-within] .thumbnail-overlay__container {
    opacity: 1
}

.product-wrap .product-image__wrapper.focus-visible .thumbnail-overlay__container,
.product-wrap .product-image__wrapper:focus-within .thumbnail-overlay__container,
.product-wrap .product-image__wrapper:hover .thumbnail-overlay__container {
    opacity: 1
}

.product-wrap .product-image__wrapper:focus-visible .thumbnail-overlay__container,
.product-wrap .product-image__wrapper:hover .thumbnail-overlay__container,
.product-wrap .product-image__wrapper[focus-within] .thumbnail-overlay__container {
    opacity: 1
}

.product-wrap .product-image__wrapper:focus-visible .thumbnail-overlay__container,
.product-wrap .product-image__wrapper:focus-within .thumbnail-overlay__container,
.product-wrap .product-image__wrapper:hover .thumbnail-overlay__container {
    opacity: 1
}

.product-wrap .product-image__wrapper.focus-visible .thumbnail-overlay__container .quick-shop__buttons,
.product-wrap .product-image__wrapper.focus-visible .thumbnail-overlay__container .quick-shop__info,
.product-wrap .product-image__wrapper:hover .thumbnail-overlay__container .quick-shop__buttons,
.product-wrap .product-image__wrapper:hover .thumbnail-overlay__container .quick-shop__info,
.product-wrap .product-image__wrapper[focus-within] .thumbnail-overlay__container .quick-shop__buttons,
.product-wrap .product-image__wrapper[focus-within] .thumbnail-overlay__container .quick-shop__info {
    opacity: 1
}

.product-wrap .product-image__wrapper.focus-visible .thumbnail-overlay__container .quick-shop__buttons,
.product-wrap .product-image__wrapper.focus-visible .thumbnail-overlay__container .quick-shop__info,
.product-wrap .product-image__wrapper:focus-within .thumbnail-overlay__container .quick-shop__buttons,
.product-wrap .product-image__wrapper:focus-within .thumbnail-overlay__container .quick-shop__info,
.product-wrap .product-image__wrapper:hover .thumbnail-overlay__container .quick-shop__buttons,
.product-wrap .product-image__wrapper:hover .thumbnail-overlay__container .quick-shop__info {
    opacity: 1
}

.product-wrap .product-image__wrapper:focus-visible .thumbnail-overlay__container .quick-shop__buttons,
.product-wrap .product-image__wrapper:focus-visible .thumbnail-overlay__container .quick-shop__info,
.product-wrap .product-image__wrapper:hover .thumbnail-overlay__container .quick-shop__buttons,
.product-wrap .product-image__wrapper:hover .thumbnail-overlay__container .quick-shop__info,
.product-wrap .product-image__wrapper[focus-within] .thumbnail-overlay__container .quick-shop__buttons,
.product-wrap .product-image__wrapper[focus-within] .thumbnail-overlay__container .quick-shop__info {
    opacity: 1
}

.product-wrap .product-image__wrapper:focus-visible .thumbnail-overlay__container .quick-shop__buttons,
.product-wrap .product-image__wrapper:focus-visible .thumbnail-overlay__container .quick-shop__info,
.product-wrap .product-image__wrapper:focus-within .thumbnail-overlay__container .quick-shop__buttons,
.product-wrap .product-image__wrapper:focus-within .thumbnail-overlay__container .quick-shop__info,
.product-wrap .product-image__wrapper:hover .thumbnail-overlay__container .quick-shop__buttons,
.product-wrap .product-image__wrapper:hover .thumbnail-overlay__container .quick-shop__info {
    opacity: 1
}

@media only screen and (max-width:798px) {
    .product-wrap .product-image__wrapper .thumbnail-overlay__container {
        display: none;
        opacity: 0;
        visibility: hidden
    }
}

.close:focus,
.close:hover {
    background-color: hsla(0, 0%, 100%, .8)
}

.close .not(.popup__close):focus,
.close .not(.popup__close):hover,
.close .popup__close:focus {
    background-color: rgba(10, 10, 10, .3) !important
}

.close .popup__close:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 .3125rem #19f !important
}

.fancybox-is-open .fancybox-bg {
    opacity: .6
}

.popup-modal .fancybox-slide {
    fill: hsla(0, 0%, 100%, .8)
}

.sold-out {
    color: #707075
}

.ajax-cart__close-icon {
    background: transparent !important;
    border: none;
    display: block
}

.ajax-cart__close-icon.focus-visible,
.ajax-cart__close-icon:focus-visible {
    border: .125rem solid #bf050c;
    border: .125rem solid var(--red);
    border-radius: .25rem
}

.slider-buttons-wrapper button.focus-visible,
.slider-buttons-wrapper button:focus-visible {
    border-radius: .125rem;
    outline: .125rem solid #bf050c;
    outline: solid .125rem var(--red);
    outline-offset: .125rem
}

.accessibility-sidebar {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap
}

@media (min-width:799px) {
    .accessibility-sidebar {
        flex-wrap: nowrap
    }
}

.klaviyo-show {
    display: inline-flex !important
}

.klaviyo-hide {
    display: none !important
}

.text-slideshow__slide:not(.is-selected) a {
    display: none
}

@media (max-width:798px) {
    .text-slideshow {
        margin-top: .9375rem;
        min-height: 31.25rem
    }
}

@media (max-width:798px) {
    .index-sections > .slideshow-with-text > .mm-slideshow-with-text__container .is-text-xlarge {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (max-width:798px) {
    .index-sections > .slideshow-with-text > .mm-slideshow-with-text__container .text-slideshow {
        margin-top: .9375rem;
        min-height: 28.125rem
    }
}

@media (max-width:798px) {
    .text-slideshow__slide {
        height: 100%
    }
}
