﻿#shopify-buyer-consent {
    margin-top: 1em;
    display: inline-block;
    width: 100%;
}

    #shopify-buyer-consent.hidden {
        display: none;
    }

#shopify-subscription-policy-button {
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    font-size: inherit;
    cursor: pointer;
}

    #shopify-subscription-policy-button::before {
        box-shadow: none;
    }
@-webkit-keyframes jdgm-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes jdgm-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@font-face {
    font-family: 'JudgemeStar';
    src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAScAA0AAAAABrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEgAAAABoAAAAcbyQ+3kdERUYAAARgAAAAHgAAACAAMwAGT1MvMgAAAZgAAABGAAAAVi+vS9xjbWFwAAAB8AAAAEAAAAFKwBMjvmdhc3AAAARYAAAACAAAAAj//wADZ2x5ZgAAAkAAAAEJAAABdH33LXtoZWFkAAABMAAAAC0AAAA2BroQKWhoZWEAAAFgAAAAHAAAACQD5QHQaG10eAAAAeAAAAAPAAAAFAYAAABsb2NhAAACMAAAAA4AAAAOAO4AeG1heHAAAAF8AAAAHAAAACAASgAvbmFtZQAAA0wAAADeAAABkorWfVZwb3N0AAAELAAAACkAAABEp3ubLXgBY2BkYADhPPP4OfH8Nl8ZuJkYQODS2fRrCPr/aSYGxq1ALgcDWBoAO60LkwAAAHgBY2BkYGDc+v80gx4TAwgASaAICmABAFB+Arl4AWNgZGBgYGPQYWBiAAIwyQgWc2AAAwAHVQB6eAFjYGRiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAAMCBKS5pjA4PGB4wMR44P8BBj3GrQymQGFGkBwAjtgK/gAAeAFjYoAAEA1jAwAAZAAHAHgB3crBCcAwDEPRZydkih567CDdf4ZskmLwFBV8xBfCaC4BXkOUmx4sU0h2ngNb9V0vQCxaRKIAevT7fGWuBrEAAAAAAAAAAAA0AHgAugAAeAF9z79Kw1AUx/FzTm7un6QmJtwmQ5Bg1abgEGr/BAqlU6Gju+Cgg1MkQ/sA7Vj7BOnmO/gUvo2Lo14NqIO6/IazfD8HEODtmQCfoANwNsyp2/GJt3WKQrd1NLiYYWx2PBqOsmJMEOznPOTzfSCrhAtbbLdmeFLJV9eKd63WLrZcIcuaEVdssWCKM6pLCfTVOYbz/0pNSMSZKLIZpvh78sAUH6PlMrreTCabP9r+Z/puPZ2ur/RqpQHgh+MIegCnXeM4MRAPjYN//5tj4ZtTjkFqEdmeMShlEJ7tVAly2TAkx6R68Fl4E/aVvn8JqHFQ4JS1434gXKcuL31dDhzs3YbsEOAd/IU88gAAAHgBfY4xTgMxEEVfkk0AgRCioKFxQYd2ZRtpixxgRU2RfhU5q5VWseQ4JdfgAJyBlmNwAM7ABRhZQ0ORwp7nr+eZAa54YwYg9zm3ynPOeFRe8MCrciXOh/KSS76UV5L/iDmrLiS5AeU519wrL3jmSbkS5115yR2fyivJv9kx0ZMZ2RLZw27q87iNQi8EBo5FSPIMw3HqBboi5lKTGAGDp8FKXWP+t9TU01Lj5His1Ba6uM9dTEMwvrFmbf5GC/q2drW3ruXUhhsCiQOjznFlCzYhHUZp4xp76vsvQh89CQAAeAFjYGJABowM6IANLMrEyMTIzMjCXpyRWJBqZshWXJJYBKOMAFHFBucAAAAAAAAB//8AAngBY2BkYGDgA2IJBhBgAvKZGViBJAuYxwAABJsAOgAAeAFjYGBgZACCk535hiD60tn0azAaAEqpB6wAAA==") format("woff");
    font-weight: normal;
    font-style: normal
}

.jdgm-star {
    font-family: 'JudgemeStar';
    display: inline !important;
    text-decoration: none !important;
    padding: 0 4px 0 0 !important;
    margin: 0 !important;
    font-weight: bold;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .jdgm-star:hover {
        opacity: 1
    }

    .jdgm-star:last-of-type {
        padding: 0 !important
    }

    .jdgm-star.jdgm--on:before {
        content: "\e000"
    }

    .jdgm-star.jdgm--off:before {
        content: "\e001"
    }

    .jdgm-star.jdgm--half:before {
        content: "\e002"
    }

.jdgm-widget * {
    margin: 0;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch
}

.jdgm-hidden {
    display: none !important;
    visibility: hidden !important
}

.jdgm-temp-hidden {
    display: none
}

.jdgm-spinner {
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-left: 2px solid #ccc;
    -webkit-animation: jdgm-spin 0.8s infinite linear;
    animation: jdgm-spin 0.8s infinite linear
}

.jdgm-prev-badge {
    display: block !important
}
.jdgm-xx {
    left: 0
}

.jdgm-prev-badge[data-average-rating='0.00'] {
    display: none !important
}

.jdgm-author-all-initials {
    display: none !important
}

.jdgm-author-last-initial {
    display: none !important
}

.jdgm-rev-widg__title {
    visibility: hidden
}

.jdgm-rev-widg__summary-text {
    visibility: hidden
}

.jdgm-prev-badge__text {
    visibility: hidden
}

.jdgm-rev__replier:before {
    content: 'onsclothing.com'
}

.jdgm-rev__prod-link-prefix:before {
    content: 'about'
}

.jdgm-rev__out-of-store-text:before {
    content: '(out of store)'
}

@media only screen and (min-width: 768px) {
    .jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator, .jdgm-rev__pics .jdgm-rev__product-picture {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator, .jdgm-rev__pics .jdgm-rev__product-picture {
        display: none
    }
}

.jdgm-preview-badge[data-template="index"] {
    display: none !important
}

.jdgm-verified-count-badget[data-from-snippet="true"] {
    display: none !important
}

.jdgm-all-reviews-text[data-from-snippet="true"] {
    display: none !important
}

.jdgm-medals-section[data-from-snippet="true"] {
    display: none !important
}

.jdgm-ugc-media-wrapper[data-from-snippet="true"] {
    display: none !important
}

.slidecarthq, .slidecarthq *, .slidecart-form-error {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    animation: none;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    -o-border-image: none;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    -moz-columns: auto;
    columns: auto;
    -moz-column-count: auto;
    column-count: auto;
    -moz-column-fill: balance;
    column-fill: balance;
    -moz-column-gap: normal;
    column-gap: normal;
    -moz-column-rule: medium none currentColor;
    column-rule: medium none currentColor;
    -moz-column-rule-color: currentColor;
    column-rule-color: currentColor;
    -moz-column-rule-style: none;
    column-rule-style: none;
    -moz-column-rule-width: none;
    column-rule-width: none;
    -moz-column-span: 1;
    column-span: 1;
    -moz-column-width: auto;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font: normal;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    -webkit-hyphens: none;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    quotes: '\201C' '\201D' '\2018' '\2019';
    right: auto;
    -moz-tab-size: 8;
    -o-tab-size: 8;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    -moz-text-align-last: auto;
    text-align-last: auto;
    text-decoration: none;
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-style: flat;
    transition: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 0;
    width: auto;
    word-spacing: normal;
    z-index: auto
}

#slidecarthq .button:before, #slidecarthq .button:after {
    display: none !important
}

.slidecarthq div, .slidecarthq header, .slidecarthq footer, .slidecarthq img, .slidecarthq svg, .slidecarthq ul, .slidecarthq p, .slidecarthq h1, .slidecarthq h2, .slidecarthq h3, .slidecarthq h4, .slidecarthq h5, .slidecarthq h6 {
    display: block
}

.slidecarthq h1, .slidecarthq h2, .slidecarthq h3, .slidecarthq h4, .slidecarthq h5, .slidecarthq h6 {
    font-weight: 600
}

.slidecarthq img, .slidecarthq svg {
    max-width: 100%
}

#slidecarthq .slick-list, #slidecarthq .slick-slider, #slidecarthq .slick-track {
    position: relative;
    display: block;
    width: 100%
}

#slidecarthq .slick-loading .slick-slide, #slidecarthq .slick-loading .slick-track {
    visibility: hidden
}

#slidecarthq .slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

#slidecarthq .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    #slidecarthq .slick-list:focus {
        outline: 0
    }

    #slidecarthq .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

#slidecarthq .slick-slider .slick-list, #slidecarthq .slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

#slidecarthq .slick-track {
    top: 0;
    left: 0
}

    #slidecarthq .slick-track:after, #slidecarthq .slick-track:before {
        display: table;
        content: ''
    }

    #slidecarthq .slick-track:after {
        clear: both
    }

#slidecarthq .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

#slidecarthq [dir='rtl'] .slick-slide {
    float: right
}

#slidecarthq .slick-slide img {
    display: block
}

#slidecarthq .slick-slide.slick-loading img {
    display: none
}

#slidecarthq .slick-slide.dragging img {
    pointer-events: none
}

#slidecarthq .slick-initialized .slick-slide {
    display: block
}

#slidecarthq .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

#slidecarthq .slick-arrow.slick-hidden {
    display: none
}

#slidecarthq .slick-next, #slidecarthq .slick-prev {
    font-size: 0;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgdmlld0JveD0iMCAwIDU0IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik02LjEgOTUuNWMtMS40IDAtMi45LS41LTQtMS42LTIuMi0yLjItMi4yLTUuNyAwLTcuOUw0MCA0OCAyLjEgMTAuMWMtMi4yLTIuMi0yLjItNS43IDAtNy45UzcuOCAwIDEwIDIuMUw1MS45IDQ0YzEuMSAxLjEgMS42IDIuNSAxLjYgNHMtLjYgMi45LTEuNiA0TDEwIDkzLjljLTEuMSAxLjEtMi41IDEuNi0zLjkgMS42eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
    transition: 0.2s opacity
}

@media (min-width: 374px) {
    #slidecarthq .slick-next, #slidecarthq .slick-prev {
        width: 40px;
        height: 40px
    }
}

#slidecarthq .slick-next:before, #slidecarthq .slick-prev:before {
    display: none
}

#slidecarthq .slick-next:hover, #slidecarthq .slick-prev:hover {
    opacity: 0.5
}

#slidecarthq .slick-next.slick-disabled, #slidecarthq .slick-prev.slick-disabled {
    opacity: 0.2
}

#slidecarthq .slick-prev {
    transform: translateY(-50%) rotate(180deg);
    left: 0;
    right: 0
}

#slidecarthq .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

    #slidecarthq .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0;
        padding: 0;
        cursor: pointer
    }

        #slidecarthq .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent
        }

            #slidecarthq .slick-dots li button:hover, #slidecarthq .slick-dots li button:focus {
                outline: none
            }

                #slidecarthq .slick-dots li button:hover:before, #slidecarthq .slick-dots li button:focus:before {
                    opacity: 1
                }

            #slidecarthq .slick-dots li button:before {
                font-family: 'slick';
                font-size: 30px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '\2022';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        #slidecarthq .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black
        }

#slidecarthq .dark .slick-next, #slidecarthq .dark .slick-prev {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgdmlld0JveD0iMCAwIDU0IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik02LjEgOTUuNWMtMS40IDAtMi45LS41LTQtMS42LTIuMi0yLjItMi4yLTUuNyAwLTcuOUw0MCA0OCAyLjEgMTAuMWMtMi4yLTIuMi0yLjItNS43IDAtNy45UzcuOCAwIDEwIDIuMUw1MS45IDQ0YzEuMSAxLjEgMS42IDIuNSAxLjYgNHMtLjYgMi45LTEuNiA0TDEwIDkzLjljLTEuMSAxLjEtMi41IDEuNi0zLjkgMS42eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
}

#slidecarthq .slidecarthq-overlay, #slidecarthq .slidecarthq-overlay:empty {
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 888888888888888;
    top: 0;
    left: -999em;
    transition: left 0s 0.4s,opacity 0.4s;
    opacity: 0;
    display: block
}

    #slidecarthq .slidecarthq-overlay.open, #slidecarthq .slidecarthq-overlay:empty.open {
        left: 0;
        transition: left 0s,opacity 0.4s;
        transition-delay: 0.2s;
        opacity: 1
    }

#slidecarthq .slidecarthq {
    width: 100%;
    z-index: 999999999999999;
    transition: 0.4s transform;
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.09),0 0 4px 0 rgba(0,0,0,0.21),0 0 0 1px rgba(0,0,0,0.09);
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow-y: scroll;
    position: fixed;
    max-width: 433px;
    height: 100%;
    top: 0
}

    #slidecarthq .slidecarthq > * {
        flex-shrink: 0
    }

    #slidecarthq .slidecarthq.dark {
        background: #000
    }

    #slidecarthq .slidecarthq.right {
        right: 0;
        transform: translateX(100%)
    }

    #slidecarthq .slidecarthq.left {
        left: 0;
        transform: translateX(-100%)
    }

    #slidecarthq .slidecarthq.open {
        transform: none
    }

    #slidecarthq .slidecarthq .items + .custom-html, #slidecarthq .slidecarthq .note + .custom-html {
        margin-top: auto
    }

    #slidecarthq .slidecarthq .hidden {
        display: none !important
    }

html body .slidecart-form-error {
    font-size: 12px;
    color: #c53131;
    margin-top: 10px;
    text-align: center;
    display: block
}

#slidecarthq .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px
}

@media (min-width: 374px) {
    #slidecarthq .header {
        padding: 30px
    }
}

#slidecarthq .header h2, #slidecarthq .header span {
    font-size: 22px;
    font-weight: 600;
    color: #000
}

@media (min-width: 374px) {
    #slidecarthq .header h2, #slidecarthq .header span {
        font-size: 22px
    }
}

#slidecarthq .header span span {
    color: rgba(0,0,0,0.3);
    font-weight: 400;
    font-size: 19px
}

@media (min-width: 374px) {
    #slidecarthq .header span span {
        font-size: 22px
    }
}

#slidecarthq .header button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.05);
    transition: 0.2s background-color;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer
}

    #slidecarthq .header button:hover {
        background: rgba(0,0,0,0.1)
    }

    #slidecarthq .header button svg {
        width: 10px
    }

        #slidecarthq .header button svg path {
            fill: rgba(0,0,0,0.3)
        }

    #slidecarthq .header button:hover svg path {
        fill: #000
    }

#slidecarthq .dark .header h2, #slidecarthq .dark .header span {
    color: #fff
}

    #slidecarthq .dark .header span > span {
        color: rgba(255,255,255,0.4)
    }

#slidecarthq .dark .header button {
    background-color: rgba(255,255,255,0.05)
}

    #slidecarthq .dark .header button:hover {
        background: rgba(255,255,255,0.1)
    }

    #slidecarthq .dark .header button svg path {
        fill: rgba(255,255,255,0.3);
        transition: 0.2s fill
    }

    #slidecarthq .dark .header button:hover svg path {
        fill: #fff
    }

#slidecarthq .cartEmpty .header {
    border-bottom: 1px solid #ebebeb
}

#slidecarthq .dark.cartEmpty .header {
    border-bottom: 1px solid #0b0b0b
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

#slidecarthq .loading-state, #slidecarthq .empty {
    margin: auto;
    text-align: center
}

#slidecarthq .empty {
    color: #868785
}

    #slidecarthq .empty svg {
        margin: 0 auto 20px;
        width: 56px
    }

#slidecarthq .loading-state, #slidecarthq .loader-container {
    color: rgba(0,0,0,0.2)
}

    #slidecarthq .loading-state svg, #slidecarthq .loader-container svg {
        will-change: transform;
        animation: rotate 1s linear infinite
    }

#slidecarthq .dark .loading-state, #slidecarthq .dark .loader-container {
    color: rgba(255,255,255,0.2)
}

#slidecarthq .header + .items {
    border-top: 1px solid rgba(0,0,0,0.1)
}

#slidecarthq .dark .header + .items {
    border-top: 1px solid rgba(255,255,255,0.1)
}

#slidecarthq .item {
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

@media (min-width: 440px) {
    #slidecarthq .item {
        padding: 20px 30px
    }
}

#slidecarthq .item .item-container {
    display: flex;
    gap: 15px
}

#slidecarthq .item .item-image-anchor {
    overflow: auto;
    border-radius: 4px
}

#slidecarthq .item img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover
}

#slidecarthq .item .main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

#slidecarthq .item .main-top {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    line-height: 20px
}

    #slidecarthq .item .main-top button {
        display: flex;
        align-items: flex-start;
        margin-top: 5px
    }

        #slidecarthq .item .main-top button svg {
            width: 9px
        }

    #slidecarthq .item .main-top .loader-container svg {
        width: 16px
    }

    #slidecarthq .item .main-top button svg path {
        fill: rgba(0,0,0,0.5);
        transition: 0.2s fill
    }

    #slidecarthq .item .main-top button:hover svg path {
        fill: rgba(0,0,0,0.8)
    }

#slidecarthq .item .main-top-left {
    flex: 1;
    margin-right: 20px
}

#slidecarthq .item .title, #slidecarthq .item .title a {
    color: #000;
    font-size: 15px;
    font-weight: 600
}

@media (min-width: 374px) {
    #slidecarthq .item .title, #slidecarthq .item .title a {
        font-size: 17px
    }
}

#slidecarthq .item .title br {
    content: ' ';
    display: none
}

#slidecarthq .item .variants-p {
    color: rgba(0,0,0,0.4);
    margin-top: 5px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width: 374px) {
    #slidecarthq .item .variants-p {
        font-size: 14px
    }
}

#slidecarthq .item .properties-key-value {
    display: block;
    margin-top: 7px
}

    #slidecarthq .item .properties-key-value li, #slidecarthq .item .properties-key-value li span {
        font-size: 13px;
        color: rgba(0,0,0,0.4)
    }

    #slidecarthq .item .properties-key-value li {
        display: block
    }

        #slidecarthq .item .properties-key-value li + li {
            margin-top: 3px
        }

        #slidecarthq .item .properties-key-value li[data-key^='_'] {
            display: none
        }

#slidecarthq .item .main-bottom {
    display: flex;
    justify-content: space-between
}

#slidecarthq .item .discount-allocations {
    display: flex;
    margin-top: 5px
}

#slidecarthq .item .discount-allocations-flex-initial {
    flex: 0 1 auto;
    opacity: 0.8
}

#slidecarthq .item .discount-allocations-flex-1 {
    flex: 1 1 0%;
    font-size: 12px;
    padding-left: 5px
}

#slidecarthq .item .price {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    display: block
}

@media (min-width: 374px) {
    #slidecarthq .item .price {
        font-size: 16px
    }
}

#slidecarthq .item .unit-price {
    font-size: 12px;
    color: rgba(0,0,0,0.5);
    display: block;
    margin-top: 3px;
    display: block
}

@media (min-width: 374px) {
    #slidecarthq .item .unit-price {
        font-size: 14px
    }
}

#slidecarthq .item .item-error {
    color: #c53131;
    margin-top: 10px
}

#slidecarthq .dark .item {
    border-bottom: 1px solid rgba(255,255,255,0.05)
}

    #slidecarthq .dark .item .title, #slidecarthq .dark .item .title a {
        color: #fff
    }

    #slidecarthq .dark .item .variants-p {
        color: rgba(255,255,255,0.4)
    }

    #slidecarthq .dark .item .properties-key-value li, #slidecarthq .dark .item .properties-key-value li span {
        color: rgba(255,255,255,0.4)
    }

    #slidecarthq .dark .item .price {
        color: #fff
    }

    #slidecarthq .dark .item .unit-price {
        color: rgba(255,255,255,0.5)
    }

    #slidecarthq .dark .item .main-top button svg path {
        fill: rgba(255,255,255,0.5)
    }

    #slidecarthq .dark .item button:hover svg path {
        fill: rgba(255,255,255,0.8)
    }

    #slidecarthq .dark .item .discount-allocations-flex-initial svg {
        color: rgba(255,255,255,0.4)
    }

    #slidecarthq .dark .item .discount-allocations-flex-1 {
        color: rgba(255,255,255,0.4)
    }

#slidecarthq .subscription-option {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative
}

    #slidecarthq .subscription-option label {
        font-weight: 600;
        font-size: 13px;
        display: inline-block;
        font-size: 13px;
        width: 100%
    }

@media (min-width: 374px) {
    #slidecarthq .subscription-option label {
        font-size: 14px
    }
}

#slidecarthq .subscription-option select {
    display: block;
    flex: 1;
    border: 1px solid rgba(0,0,0,0.1);
    height: 48px;
    width: 100%;
    background-color: #fff;
    background-position: right 15px center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIHZpZXdCb3g9IjAgMCA5NiA1NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjQ5NCA2LjE0NGMwLTEuNC41LTIuOSAxLjYtNCAyLjItMi4yIDUuNy0yLjIgNy45IDBsMzggMzcuOSAzNy45LTM3LjljMi4yLTIuMiA1LjctMi4yIDcuOSAwczIuMiA1LjcuMSA3LjlsLTQxLjkgNDEuOWMtMS4xIDEuMS0yLjUgMS42LTQgMS42cy0yLjktLjYtNC0xLjZsLTQxLjktNDEuOWMtMS4xLTEuMS0xLjYtMi41LTEuNi0zLjl6IiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 11px;
    padding: 0 40px 0 15px;
    border-radius: 0;
    margin-top: 5px
}

#slidecarthq .subscription-option .loading-container {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
    background: white;
    height: 24px
}

#slidecarthq .upgrade-to-subscription {
    margin-top: 10px
}

    #slidecarthq .upgrade-to-subscription .loader-container, #slidecarthq .upsell-options .loader-container {
        display: flex;
        justify-content: center
    }

#slidecarthq .dark .subscription-option {
    background: #000
}

    #slidecarthq .dark .subscription-option label, #slidecarthq .dark .subscription-option select {
        color: #fff
    }

    #slidecarthq .dark .subscription-option select {
        background-color: #000;
        border: 1px solid rgba(255,255,255,0.15);
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIHZpZXdCb3g9IjAgMCA5NiA1NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjQ5NCA2LjE0NGMwLTEuNC41LTIuOSAxLjYtNCAyLjItMi4yIDUuNy0yLjIgNy45IDBsMzggMzcuOSAzNy45LTM3LjljMi4yLTIuMiA1LjctMi4yIDcuOSAwczIuMiA1LjcuMSA3LjlsLTQxLjkgNDEuOWMtMS4xIDEuMS0yLjUgMS42LTQgMS42cy0yLjktLjYtNC0xLjZsLTQxLjktNDEuOWMtMS4xLTEuMS0xLjYtMi41LTEuNi0zLjl6IiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=)
    }

#slidecarthq .strike-through > * {
    text-decoration: line-through
}

#slidecarthq .main-bottom .price-discount-block {
    display: flex;
    gap: 5px;
    align-items: flex-end;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    flex-wrap: wrap;
    justify-content: flex-end
}

#slidecarthq .subscription-option-loading {
    position: relative;
    opacity: 0.5
}

#slidecarthq .quantity-selector {
    display: inline-flex;
    align-items: center
}

    #slidecarthq .quantity-selector button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border: 1px solid rgba(0,0,0,0.1)
    }

        #slidecarthq .quantity-selector button:disabled {
            background-color: transparent !important
        }

        #slidecarthq .quantity-selector button.notAllowed {
            cursor: not-allowed
        }

        #slidecarthq .quantity-selector button:first-of-type {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px
        }

        #slidecarthq .quantity-selector button:last-of-type {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px
        }

    #slidecarthq .quantity-selector input, #slidecarthq .quantity-selector input[type='text'] {
        display: inline-flex;
        line-height: 28px;
        height: 30px;
        max-height: none;
        min-height: 0;
        border: none;
        background: transparent;
        border-top: 1px solid rgba(0,0,0,0.1) !important;
        border-bottom: 1px solid rgba(0,0,0,0.1) !important;
        width: 45px;
        text-align: center;
        font-size: 13px;
        color: #000;
        padding: 0;
        border-radius: 0;
        min-height: 0 !important;
        margin: 0 !important
    }

@media (min-width: 374px) {
    #slidecarthq .quantity-selector input, #slidecarthq .quantity-selector input[type='text'] {
        font-size: 14px
    }
}

#slidecarthq .quantity-selector input:disabled, #slidecarthq .quantity-selector input[type='text']:disabled {
    background: transparent
}

#slidecarthq .quantity-selector button svg {
    width: 10px
}

    #slidecarthq .quantity-selector button svg path {
        fill: rgba(0,0,0,0.5)
    }

#slidecarthq .quantity-selector button:hover svg path {
    fill: #000
}

#slidecarthq .dark .quantity-selector input {
    border-top: 1px solid rgba(255,255,255,0.15) !important;
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
    color: #fff
}

#slidecarthq .dark .quantity-selector button {
    border: 1px solid rgba(255,255,255,0.15)
}

    #slidecarthq .dark .quantity-selector button svg path {
        fill: rgba(255,255,255,0.5)
    }

    #slidecarthq .dark .quantity-selector button:hover svg path {
        fill: #fff
    }

#slidecarthq .button {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background-color: #000;
    padding: 0 25px;
    font-weight: 600;
    line-height: 52px;
    height: 52px;
    max-height: none;
    min-height: 0;
    transition: 0.2s opacity, 0.2s background-color, 0.2s color;
    border-radius: 0;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer
}

@media (min-width: 374px) {
    #slidecarthq .button {
        font-size: 15px
    }
}

#slidecarthq .button:hover {
    background-color: rgba(0,0,0,0.8)
}

#slidecarthq .button.full {
    width: 100%;
    display: block;
    text-align: center
}

#slidecarthq .button:disabled, #slidecarthq .button.disabled {
    opacity: 0.5;
    background-color: rgba(0,0,0,0.8);
    cursor: not-allowed
}

    #slidecarthq .button:disabled:hover, #slidecarthq .button.disabled:hover {
        opacity: 0.5;
        background-color: rgba(0,0,0,0.8);
        cursor: not-allowed
    }

#slidecarthq .dark .button {
    color: #000;
    background-color: #fff
}

    #slidecarthq .dark .button:hover {
        background-color: rgba(255,255,255,0.8)
    }

#slidecarthq .footer {
    padding: 20px 20px;
    background-color: rgba(0,0,0,0.05)
}

@media (min-width: 440px) {
    #slidecarthq .footer {
        padding: 20px 30px
    }
}

#slidecarthq .footer.new-footer {
    padding: 20px 20px 0
}

@media (min-width: 440px) {
    #slidecarthq .footer.new-footer {
        padding: 20px 30px 0
    }
}

#slidecarthq .footer.sticky-footer {
    background: #f2f2f2;
    z-index: 5;
    position: sticky;
    bottom: 0
}

#slidecarthq .footer .button {
    margin-top: 10px
}

#slidecarthq .footer .footer-checkbox + .button, #slidecarthq .footer .footer-checkbox + form .button {
    margin-top: 0
}

#slidecarthq .additional-checkout-buttons {
    margin-top: 10px
}

    #slidecarthq .additional-checkout-buttons svg rect {
        width: 141px !important;
        height: 90px !important
    }

#slidecarthq .footer-checkbox {
    padding: 15px 0;
    display: block;
    border-top: 1px solid rgba(0,0,0,0.05);
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    text-align: left
}

    #slidecarthq .footer-checkbox a {
        text-decoration: underline;
        transition: 0.2s color
    }

        #slidecarthq .footer-checkbox a:hover {
            color: #000
        }

    #slidecarthq .footer-checkbox input[type='checkbox'] {
        width: 18px;
        height: 18px;
        border-radius: 3px;
        border: 1px solid rgba(0,0,0,0.1);
        background: #fff;
        display: inline-block;
        vertical-align: middle;
        margin: -2px 8px 0 0;
        background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiI+PC9wYXRoPjwvc3ZnPg==);
        background-repeat: no-repeat;
        background-size: 9px;
        background-position: -100px -100px
    }

        #slidecarthq .footer-checkbox input[type='checkbox']:checked {
            background-position: center center
        }

#slidecarthq .dark .footer-checkbox {
    border-color: rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.8)
}

    #slidecarthq .dark .footer-checkbox a:hover {
        color: #fff
    }

    #slidecarthq .dark .footer-checkbox input[type='checkbox'] {
        background-color: rgba(255,255,255,0.05);
        border-color: rgba(255,255,255,0.1);
        background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiI+PC9wYXRoPjwvc3ZnPg==)
    }

#slidecarthq form + .footer-checkbox, #slidecarthq button + .footer-checkbox {
    padding-bottom: 0
}

#slidecarthq .footer-sticky .footer-continue, #slidecarthq .footer .footer-continue {
    text-align: center;
    display: block;
    margin: 10px auto 0;
    color: rgba(0,0,0,0.5);
    transition: 0.2s color;
    cursor: pointer;
    font-size: 14px
}

    #slidecarthq .footer-sticky .footer-continue:hover, #slidecarthq .footer .footer-continue:hover {
        color: rgba(0,0,0,0.8)
    }

#slidecarthq .dark .footer-sticky .footer-continue, #slidecarthq .dark .footer .footer-continue {
    color: rgba(255,255,255,0.5)
}

    #slidecarthq .dark .footer-sticky .footer-continue:hover, #slidecarthq .dark .footer .footer-continue:hover {
        color: rgba(255,255,255,0.8)
    }

#slidecarthq .items + .footer, #slidecarthq .note + .footer {
    margin-top: auto
}

#slidecarthq .discount-box + .footer, #slidecarthq .rewards + .footer {
    margin-top: 0
}

#slidecarthq .rewards + .footer {
    border-top: 1px solid rgba(0,0,0,0.1)
}

#slidecarthq .dark .footer {
    background-color: rgba(255,255,255,0.07)
}

    #slidecarthq .dark .footer.sticky-footer {
        background: #121212
    }

#slidecarthq .footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 15px;
    color: rgba(0,0,0,0.8)
}

    #slidecarthq .footer-row:first-of-type {
        padding-top: 0
    }

    #slidecarthq .footer-row span, #slidecarthq .footer-row strong {
        font-size: 14px
    }

@media (min-width: 374px) {
    #slidecarthq .footer-row span, #slidecarthq .footer-row strong {
        font-size: 16px
    }
}

#slidecarthq .footer-row .flex {
    flex: 1
}

#slidecarthq .footer-row strong {
    font-weight: 600;
    color: #000
}

#slidecarthq .footer-row .shipping-cost, #slidecarthq .footer-row .shipping-cost span, #slidecarthq .footer-row .shipping-cost span a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #abaaaa
}

#slidecarthq .footer-row {
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

    #slidecarthq .footer-row:last-of-type {
        border-bottom: none
    }

#slidecarthq .dark .footer-row {
    border-bottom: 1px solid rgba(255,255,255,0.1)
}

    #slidecarthq .dark .footer-row:last-of-type {
        border-bottom: none
    }

#slidecarthq .footer-row .footer-row-flex {
    display: flex;
    align-items: center;
    width: 100%;
    flex: 1;
    flex-wrap: wrap;
    gap: 5px
}

#slidecarthq .footer-row .flex-column {
    flex-direction: column
}

#slidecarthq .footer-row .align-start {
    align-items: start
}

#slidecarthq .dark .footer-row {
    color: rgba(255,255,255,0.8)
}

    #slidecarthq .dark .footer-row strong {
        color: #fff
    }

    #slidecarthq .dark .footer-row .shipping-cost {
        color: rgba(255,255,255,0.3)
    }

    #slidecarthq .dark .footer-row ~ .footer-row:last-of-type {
        border-top: 1px solid rgba(255,255,255,0.05)
    }

#slidecarthq .footer-sticky {
    position: sticky;
    bottom: 0;
    padding: 20px;
    background-color: #f2f2f2;
    border-top: 1px solid rgba(0,0,0,0.05);
    z-index: 99
}

@media (min-width: 440px) {
    #slidecarthq .footer-sticky {
        padding: 20px 30px
    }
}

#slidecarthq .dark .footer-sticky {
    background-color: #121212;
    border-top: 1px solid rgba(0,0,0,0.05)
}

#slidecarthq .footer-row span .footer-code {
    display: inline-flex;
    padding: 5px 7px;
    vertical-align: middle;
    align-items: center;
    background: rgba(0,0,0,0.05);
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 8px
}

    #slidecarthq .footer-row span .footer-code.right {
        margin-left: auto
    }

    #slidecarthq .footer-row span .footer-code .footer-tags-icon {
        margin-right: 8px;
        color: #585858
    }

    #slidecarthq .footer-row span .footer-code button {
        margin-left: 6px
    }

        #slidecarthq .footer-row span .footer-code button svg {
            width: 9px
        }

            #slidecarthq .footer-row span .footer-code button svg path {
                margin-left: 5px;
                fill: rgba(0,0,0,0.3)
            }

        #slidecarthq .footer-row span .footer-code button:hover svg path {
            margin-left: 5px;
            fill: rgba(0,0,0,0.7)
        }

#slidecarthq .dark .footer-row span .footer-code {
    background: rgba(255,255,255,0.05);
    color: #fff
}

    #slidecarthq .dark .footer-row span .footer-code .footer-tags-icon {
        color: #939393
    }

    #slidecarthq .dark .footer-row span .footer-code button svg path {
        fill: rgba(255,255,255,0.3)
    }

    #slidecarthq .dark .footer-row span .footer-code button:hover svg path {
        fill: rgba(255,255,255,0.7)
    }

#slidecarthq .shipping-protection .shipping-title-container {
    width: 100%
}

#slidecarthq .shipping-protection .flex-column {
    display: flex;
    flex-direction: column
}

#slidecarthq .shipping-protection .flex-row {
    display: flex;
    flex-direction: row
}

#slidecarthq .shipping-protection .flex-start {
    align-items: flex-start
}

#slidecarthq .shipping-protection .shipping-protection-title {
    font-size: 16px;
    font-weight: bold
}

#slidecarthq .shipping-protection .shipping-protection-description {
    font-size: 14px
}

#slidecarthq .shipping-protection .price {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    font-weight: bold
}

    #slidecarthq .shipping-protection .price .money {
        font-weight: bold
    }

#slidecarthq .shipping-protection .shipping-protection-toggle-switch-loading {
    opacity: 0.5
}

#slidecarthq .shipping-protection .switch {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 34px
}

    #slidecarthq .shipping-protection .switch input {
        opacity: 0;
        width: 0;
        height: 0
    }

#slidecarthq .shipping-protection .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s
}

    #slidecarthq .shipping-protection .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s
    }

#slidecarthq .shipping-protection input:checked + .slider {
    background-color: #56c080
}

#slidecarthq .shipping-protection input:focus + .slider {
    box-shadow: 0 0 1px #56c080
}

#slidecarthq .shipping-protection input:checked + .slider:before {
    transform: translateX(26px)
}

#slidecarthq .shipping-protection .slider.round {
    border-radius: 34px
}

    #slidecarthq .shipping-protection .slider.round:before {
        border-radius: 50%
    }

#slidecarthq .slidecart-discount-amount-container {
    display: flex;
    flex-direction: column
}

    #slidecarthq .slidecart-discount-amount-container .slidecart-discount-amount-header {
        height: 18px
    }

    #slidecarthq .slidecart-discount-amount-container .slidecart-discount-amount {
        margin-top: 10px
    }

#slidecarthq .shipping-label, #slidecarthq .discounts-label {
    font-weight: 500
}

#slidecarthq .slidecart-applied-discount-codes {
    display: flex;
    gap: 10px
}

#slidecarthq .note {
    padding: 20px
}

@media (min-width: 440px) {
    #slidecarthq .note {
        padding: 20px 30px
    }
}

#slidecarthq .note-trigger {
    color: rgba(0,0,0,0.5);
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer
}

@media (min-width: 374px) {
    #slidecarthq .note-trigger {
        font-size: 14px
    }
}

#slidecarthq .dark .note-trigger {
    color: rgba(255,255,255,0.5);
    text-decoration: underline
}

#slidecarthq .note-body {
    padding-top: 15px
}

    #slidecarthq .note-body textarea {
        border: 1px solid rgba(0,0,0,0.1);
        color: rgba(0,0,0,0.7);
        padding: 15px;
        border-radius: 0;
        height: 80px;
        display: block;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 13px
    }

@media (min-width: 374px) {
    #slidecarthq .note-body textarea {
        font-size: 14px
    }
}

#slidecarthq .note-body textarea::-moz-placeholder {
    color: rgba(0,0,0,0.4)
}

#slidecarthq .note-body textarea::placeholder {
    color: rgba(0,0,0,0.4)
}

#slidecarthq .dark .note-body textarea {
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.7)
}

    #slidecarthq .dark .note-body textarea::-moz-placeholder {
        color: rgba(255,255,255,0.4)
    }

    #slidecarthq .dark .note-body textarea::placeholder {
        color: rgba(255,255,255,0.4)
    }

#slidecarthq .upsells {
    width: 100%;
    margin-top: auto;
    position: relative;
    padding: 30px 15px
}

#slidecarthq .upsells-stacked-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

#slidecarthq .upsells-stacked {
    width: 100%
}

    #slidecarthq .upsells-stacked .upsell + .upsell {
        margin-top: 10px
    }

#slidecarthq .upsells-header {
    padding-bottom: 11px
}

    #slidecarthq .upsells-header h2, #slidecarthq .upsells-header span {
        text-align: center;
        color: #000;
        font-weight: 600
    }

#slidecarthq .upsell-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: rgba(0,0,0,0.05);
    margin: 0 auto;
    border-radius: 0
}

#slidecarthq .upsells .upsell-item {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: rgba(0,0,0,0.05);
    margin: 0 auto;
    border-radius: 3px;
    gap: 10px
}

#slidecarthq .dark .upsell-item {
    background: rgba(255,255,255,0.07)
}

#slidecarthq .upsells .upsell-image {
    overflow: auto;
    border-radius: 4px
}

    #slidecarthq .upsells .upsell-image img {
        width: 80px;
        height: 80px;
        -o-object-fit: cover;
        object-fit: cover
    }

#slidecarthq .upsell-text {
    flex: 1;
    display: flex;
    gap: 7px;
    flex-direction: column
}

    #slidecarthq .upsell-text h3, #slidecarthq .upsell-text h3 a, #slidecarthq .upsell-text p, #slidecarthq .upsell-text p a {
        color: #000;
        font-size: 16px;
        font-weight: 600
    }

        #slidecarthq .upsell-text h3 br, #slidecarthq .upsell-text p br {
            content: ' ';
            display: none
        }

    #slidecarthq .upsell-text p {
        color: rgba(0,0,0,0.4);
        font-size: 14px;
        font-weight: 600
    }

#slidecarthq .upsell-text-prices {
    display: inline-flex
}

    #slidecarthq .upsell-text-prices .upsell-compare-at {
        margin-left: 10px;
        text-decoration: line-through
    }

#slidecarthq .upsell-unit-price {
    margin-top: 6px
}

#slidecarthq .dark .upsell-text h3, #slidecarthq .dark .upsell-text h3 a, #slidecarthq .dark .upsell-text p a {
    color: #fff
}

#slidecarthq .dark .upsell-text p {
    color: rgba(255,255,255,0.4)
}

#slidecarthq .dark .upsells-header h2, #slidecarthq .dark .upsells-header span {
    color: #fff
}

#slidecarthq .upsells .upsell-add button {
    padding: 10px 14px;
    display: flex;
    align-items: center
}

#slidecarthq .upsell-add button, #slidecarthq .upsell-add a {
    display: inline-block;
    background: #000;
    text-transform: uppercase;
    padding: 5px 7px;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    transition: 0.2s background-color
}

@media (min-width: 374px) {
    #slidecarthq .upsell-add button, #slidecarthq .upsell-add a {
        font-size: 12px
    }
}

#slidecarthq .upsell-add button:hover, #slidecarthq .upsell-add a:hover {
    background-color: rgba(0,0,0,0.8)
}

#slidecarthq .upsell-add button svg, #slidecarthq .upsell-add a svg {
    width: 10px
}

#slidecarthq .dark .upsell-add button, #slidecarthq .dark .upsell-add a {
    background: #fff;
    color: #000
}

    #slidecarthq .dark .upsell-add button:hover, #slidecarthq .dark .upsell-add a:hover {
        background-color: rgba(255,255,255,0.8)
    }

#slidecarthq .upsell-add button svg, #slidecarthq .upsell-add a svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px
}

#slidecarthq .upsell-options-overlay {
    position: fixed;
    bottom: 0;
    right: 999em;
    top: 0;
    width: 100%;
    max-width: 440px;
    background: rgba(0,0,0,0.5);
    transition: right 0s 0.4s, opacity 0.4s;
    opacity: 0;
    z-index: 99999998
}

    #slidecarthq .upsell-options-overlay.active {
        right: 0;
        opacity: 1;
        transition: right 0s, opacity 0.4s
    }

#slidecarthq .left .upsell-options-overlay {
    right: auto;
    left: -999em
}

    #slidecarthq .left .upsell-options-overlay.active {
        right: auto;
        left: 0
    }

#slidecarthq .dark .upsell-options-overlay {
    background: rgba(0,0,0,0.7)
}

#slidecarthq .upsell-options {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 100%;
    padding: 20px;
    max-width: 440px;
    transform: translateY(100%);
    transition: 0.4s transform;
    z-index: 99999999
}

    #slidecarthq .upsell-options.active {
        transform: none
    }

    #slidecarthq .upsell-options .option {
        margin-bottom: 16px
    }

    #slidecarthq .upsell-options label {
        font-weight: 600;
        font-size: 13px;
        display: inline-block;
        margin-bottom: 5px;
        font-size: 13px
    }

@media (min-width: 374px) {
    #slidecarthq .upsell-options label {
        font-size: 14px
    }
}

#slidecarthq .upsell-options select {
    display: block;
    flex: 1;
    border: 1px solid rgba(0,0,0,0.1);
    height: 48px;
    width: 100%;
    background-color: #fff;
    background-position: right 15px center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIHZpZXdCb3g9IjAgMCA5NiA1NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjQ5NCA2LjE0NGMwLTEuNC41LTIuOSAxLjYtNCAyLjItMi4yIDUuNy0yLjIgNy45IDBsMzggMzcuOSAzNy45LTM3LjljMi4yLTIuMiA1LjctMi4yIDcuOSAwczIuMiA1LjcuMSA3LjlsLTQxLjkgNDEuOWMtMS4xIDEuMS0yLjUgMS42LTQgMS42cy0yLjktLjYtNC0xLjZsLTQxLjktNDEuOWMtMS4xLTEuMS0xLjYtMi41LTEuNi0zLjl6IiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 11px;
    padding: 0 40px 0 15px;
    border-radius: 0
}

#slidecarthq .left .upsell-options {
    right: auto;
    left: 0
}

#slidecarthq .dark .upsell-options {
    background: #000
}

    #slidecarthq .dark .upsell-options label, #slidecarthq .dark .upsell-options select {
        color: #fff
    }

    #slidecarthq .dark .upsell-options select {
        background-color: #000;
        border: 1px solid rgba(255,255,255,0.15);
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIHZpZXdCb3g9IjAgMCA5NiA1NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjQ5NCA2LjE0NGMwLTEuNC41LTIuOSAxLjYtNCAyLjItMi4yIDUuNy0yLjIgNy45IDBsMzggMzcuOSAzNy45LTM3LjljMi4yLTIuMiA1LjctMi4yIDcuOSAwczIuMiA1LjcuMSA3LjlsLTQxLjkgNDEuOWMtMS4xIDEuMS0yLjUgMS42LTQgMS42cy0yLjktLjYtNC0xLjZsLTQxLjktNDEuOWMtMS4xLTEuMS0xLjYtMi41LTEuNi0zLjl6IiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=)
    }

#slidecarthq .upsell-options-header {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

    #slidecarthq .upsell-options-header .text {
        flex: 1;
        display: flex;
        justify-content: space-between
    }

        #slidecarthq .upsell-options-header .text .title {
            flex: 1
        }

    #slidecarthq .upsell-options-header .image {
        width: 50px;
        margin-right: 20px
    }

        #slidecarthq .upsell-options-header .image img, #slidecarthq .upsell-options-header .image-placeholder {
            border-radius: 0;
            width: 50px
        }

    #slidecarthq .upsell-options-header .image-placeholder {
        height: 50px
    }

    #slidecarthq .upsell-options-header span, #slidecarthq .upsell-options-header span a {
        color: #000;
        font-size: 16px;
        font-weight: 600
    }

@media (min-width: 374px) {
    #slidecarthq .upsell-options-header span, #slidecarthq .upsell-options-header span a {
        font-size: 16px
    }
}

#slidecarthq .upsell-options-header p {
    color: rgba(0,0,0,0.4);
    font-size: 13px
}

@media (min-width: 374px) {
    #slidecarthq .upsell-options-header p {
        font-size: 14px
    }
}

#slidecarthq .upsell-options-header p.price, #slidecarthq .upsell-options-header p.compare-at {
    font-size: 14px
}

@media (min-width: 374px) {
    #slidecarthq .upsell-options-header p.price, #slidecarthq .upsell-options-header p.compare-at {
        font-size: 16px
    }
}

#slidecarthq .upsell-options-header p.compare-at {
    text-decoration: line-through
}

@media (min-width: 374px) {
    #slidecarthq .upsell-options-header p.compare-at {
        margin-left: 10px
    }
}

#slidecarthq .upsell-options-variant {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#slidecarthq .upsell-options-prices-wrap {
    text-align: right
}

#slidecarthq .upsell-options-prices {
    margin-left: 10px
}

@media (min-width: 374px) {
    #slidecarthq .upsell-options-prices {
        display: inline-flex
    }
}

#slidecarthq .upsell-options-unit-price {
    margin-top: 10px;
    text-align: right
}

#slidecarthq .dark .upsell-options-header {
    border-bottom: 1px solid rgba(255,255,255,0.1)
}

    #slidecarthq .dark .upsell-options-header h2 {
        color: #fff;
        margin-bottom: 5px
    }

        #slidecarthq .dark .upsell-options-header h2 a {
            color: #fff
        }

    #slidecarthq .dark .upsell-options-header p {
        color: rgba(255,255,255,0.4)
    }

#slidecarthq .upsells .slick-slider:has(.slick-prev) {
    padding: 0 15px
}

#slidecarthq .upsells .slick-prev, #slidecarthq .upsells .slick-next {
    width: 6px;
    height: 12px
}

#slidecarthq .upsells .upsell-latest-price, #slidecarthq .upsells .upsell-latest-price > *, #slidecarthq .upsells .upsell-latest-price span {
    font-weight: 600
}

#slidecarthq .upsells-slider-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

#slidecarthq .upsells-slider {
    display: flex;
    gap: 12px;
    overflow: scroll;
    height: -moz-fit-content;
    height: fit-content;
    scrollbar-width: thin;
    width: 100%
}

    #slidecarthq .upsells-slider .upsell {
        max-width: 170px;
        flex-shrink: 0
    }

    #slidecarthq .upsells-slider .upsell-item {
        flex-direction: column;
        align-items: flex-start;
        width: auto;
        padding: 10px;
        gap: 8px;
        max-width: 170px;
        height: 100%
    }

        #slidecarthq .upsells-slider .upsell-item .upsell-image {
            max-width: 150px;
            width: 150px;
            height: 150px;
            max-height: 150px
        }

            #slidecarthq .upsells-slider .upsell-item .upsell-image a {
                display: block;
                width: 100%;
                height: 100%
            }

            #slidecarthq .upsells-slider .upsell-item .upsell-image img {
                width: 100%;
                height: 100%
            }

        #slidecarthq .upsells-slider .upsell-item .upsell-text {
            width: 100%
        }

            #slidecarthq .upsells-slider .upsell-item .upsell-text h3 {
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis
            }

        #slidecarthq .upsells-slider .upsell-item .upsell-options-container, #slidecarthq .upsells-slider .upsell-item .upsell-add {
            width: 100%
        }

            #slidecarthq .upsells-slider .upsell-item .upsell-options-container button, #slidecarthq .upsells-slider .upsell-item .upsell-add button {
                width: 100%;
                justify-content: center
            }

#slidecarthq .announcements {
    background: #d7ecf7;
    border-top: 1px solid #d7ecf7;
    border-bottom: 1px solid #d7ecf7;
    color: black;
    text-align: center;
    position: relative
}

    #slidecarthq .announcements .slick-list {
        transition: 0.2s height
    }

    #slidecarthq .announcements p {
        padding: 15px 30px;
        font-size: 13px;
        line-height: 1.4
    }

@media (min-width: 374px) {
    #slidecarthq .announcements p {
        font-size: 14px;
        padding: 15px 40px
    }
}

#slidecarthq .announcements p a {
    text-decoration: underline;
    transition: 0.2s opacity;
    color: #000
}

    #slidecarthq .announcements p a:hover {
        opacity: 0.8
    }

#slidecarthq .announcements p strong {
    font-weight: 600;
    font-size: 13px
}

@media (min-width: 374px) {
    #slidecarthq .announcements p strong {
        font-size: 14px
    }
}

#slidecarthq .announcements p strong span {
    font-weight: 600
}

#slidecarthq .dark .announcements p a {
    color: #fff
}

#slidecarthq .rewards {
    background: rgba(0,0,0,0.05);
    color: #000;
    padding: 18px 30px;
    text-align: center;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: 19px
}

    #slidecarthq .rewards .rewards-unlock-text {
        text-align: left
    }

    #slidecarthq .rewards .rewards-post-unlock-text {
        text-align: center
    }

    #slidecarthq .rewards + .rewards {
        border-top: 1px solid rgba(0,0,0,0.05)
    }

    #slidecarthq .rewards p, #slidecarthq .rewards strong {
        font-size: 13px
    }

@media (min-width: 374px) {
    #slidecarthq .rewards p, #slidecarthq .rewards strong {
        font-size: 14px
    }
}

#slidecarthq .rewards p {
    line-height: 1.5
}

#slidecarthq .rewards strong {
    font-weight: 600
}

    #slidecarthq .rewards strong span {
        font-weight: 600
    }

#slidecarthq .dark .rewards {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-top: 1px solid rgba(255,255,255,0.1)
}

#slidecarthq .upsells ~ .rewards {
    margin-top: 0
}

#slidecarthq .items + .rewards, #slidecarthq .note + .rewards {
    margin-top: auto
}

#slidecarthq .dark .rewards {
    background: rgba(255,255,255,0.07);
    color: #fff
}

#slidecarthq .rewards-progress-bar {
    position: relative;
    display: block;
    width: 100%;
    height: 6px;
    background: rgba(0,0,0,0.1);
    border-radius: 0;
    margin-top: 15px
}

#slidecarthq .dark .rewards-progress-bar {
    background: rgba(255,255,255,0.1)
}

#slidecarthq .rewards-progress {
    display: block;
    height: 6px;
    border-radius: 0;
    background-color: #000;
    transition: 0.3s width;
    will-change: width
}

#slidecarthq .dark .rewards-progress {
    background-color: #fff
}

#slidecarthq .rewards-progress-bar .rewards-tiers {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    display: flex;
    flex-wrap: nowrap
}

    #slidecarthq .rewards-progress-bar .rewards-tiers > .rewards-tiers-item {
        flex: 1 1 0%;
        border-right: 2px solid rgba(113,128,150,0.8);
        display: flex;
        flex-direction: row-reverse
    }

        #slidecarthq .rewards-progress-bar .rewards-tiers > .rewards-tiers-item:last-child {
            border-right: 0
        }

#slidecarthq .rewards-tiers-labels {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

    #slidecarthq .rewards-tiers-labels > .rewards-tiers-container {
        display: flex;
        flex-direction: column;
        margin-top: -19px;
        z-index: 2;
        transform: translateX(30px);
        width: 60px
    }

        #slidecarthq .rewards-tiers-labels > .rewards-tiers-container > .rewards-tiers-item-no-icon {
            width: 30px;
            height: 20px;
            justify-content: center
        }

        #slidecarthq .rewards-tiers-labels > .rewards-tiers-container > .rewards-tiers-item-icon {
            justify-self: center;
            width: 32px;
            height: 32px;
            background-color: #fff;
            border-radius: 50%;
            overflow: hidden;
            display: flex;
            justify-content: center;
            padding: 2px;
            border-style: solid;
            border-width: 4px
        }

            #slidecarthq .rewards-tiers-labels > .rewards-tiers-container > .rewards-tiers-item-icon > img {
                max-width: 20px
            }

        #slidecarthq .rewards-tiers-labels > .rewards-tiers-container > .rewards-tiers-labels-item > span {
            font-size: 12px
        }

        #slidecarthq .rewards-tiers-labels > .rewards-tiers-container:last-child {
            transform: translateX(25px)
        }

    #slidecarthq .rewards-tiers-labels > .rewards-tiers-labels-item {
        flex: 1 1 0%;
        transform: translateX(50%)
    }

        #slidecarthq .rewards-tiers-labels > .rewards-tiers-labels-item > span {
            font-size: 12px
        }

        #slidecarthq .rewards-tiers-labels > .rewards-tiers-labels-item:first-child:last-child {
            text-align: right;
            transform: none
        }

        #slidecarthq .rewards-tiers-labels > .rewards-tiers-labels-item:last-child {
            text-align: right;
            transform: translateX(20%)
        }

    #slidecarthq .rewards-tiers-labels .rewards-tiers-container-with-icons {
        flex-direction: row-reverse;
        width: auto;
        gap: 5px;
        transform: translateX(15px)
    }

        #slidecarthq .rewards-tiers-labels .rewards-tiers-container-with-icons .rewards-tiers-labels-item {
            display: flex;
            flex-direction: column;
            gap: 10px;
            transform: translateY(-2px)
        }

            #slidecarthq .rewards-tiers-labels .rewards-tiers-container-with-icons .rewards-tiers-labels-item span {
                font-size: 12px;
                text-align: end
            }

            #slidecarthq .rewards-tiers-labels .rewards-tiers-container-with-icons .rewards-tiers-labels-item .rewards-tiers-item-amount {
                font-size: 10px;
                line-height: 12px;
                text-align: end;
                font-weight: 500
            }

            #slidecarthq .rewards-tiers-labels .rewards-tiers-container-with-icons .rewards-tiers-labels-item .rewards-tiers-labels-item-label {
                font-size: 10px;
                line-height: 12px;
                text-align: end;
                font-weight: 500;
                text-transform: uppercase
            }

.rewards-tiers-item-check {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transform: translate(85%, -65%);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 3px;
    background-color: black
}

.rewards-tiers-item-icon-fulfilled {
    border-color: black
}

.rewards-tiers-item-icon-unfulfilled {
    border-color: rgba(0,0,0,0.1)
}

#slidecarthq .image-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 0;
    display: block;
    background: rgba(0,0,0,0.05)
}

@media (min-width: 374px) {
    #slidecarthq .image-placeholder {
        height: 70px;
        width: 70px
    }
}

#slidecarthq .image-placeholder.small {
    width: 40px;
    height: 40px
}

@media (min-width: 374px) {
    #slidecarthq .image-placeholder.small {
        height: 50px;
        width: 50px
    }
}

#slidecarthq .dark .image-placeholder {
    background: rgba(255,255,255,0.07)
}

#slidecarthq .discount-box {
    padding: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    gap: 10px
}

@media (min-width: 440px) {
    #slidecarthq .discount-box {
        padding: 20px 30px
    }
}

#slidecarthq .discount-box .invalid-coupon-code {
    color: #d32525;
    display: block;
    font-size: 12px;
    margin-top: 5px
}

#slidecarthq .items + .discount-box-empty, #slidecarthq .note + .discount-box-empty, #slidecarthq .items + .discount-box, #slidecarthq .note + .discount-box {
    margin-top: auto
}

#slidecarthq .dark .discount-box {
    border-top: 1px solid rgba(255,255,255,0.07);
    background: rgba(255,255,255,0.07)
}

    #slidecarthq .dark .discount-box .invalid-coupon-code {
        color: #d32525
    }

#slidecarthq .discount-box-form {
    position: relative;
    display: flex;
    align-items: center
}

    #slidecarthq .discount-box-form input {
        display: block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        font-size: 16px;
        line-height: 38px;
        padding: 0 12px;
        flex: 1;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 3px;
        background: #fff;
        color: #000;
        margin: 0
    }

@media (min-width: 440px) {
    #slidecarthq .discount-box-form input {
        font-size: 14px
    }
}

#slidecarthq .discount-box-form input::-moz-placeholder {
    color: rgba(0,0,0,0.4)
}

#slidecarthq .discount-box-form input::placeholder {
    color: rgba(0,0,0,0.4)
}

#slidecarthq .discount-box-form button {
    background: #000;
    color: #fff;
    padding: 10px 14px;
    margin: 0 6px 0 10px;
    border-radius: 3px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    transition: 0.2s background-color
}

    #slidecarthq .discount-box-form button:hover {
        background-color: rgba(0,0,0,0.8)
    }

#slidecarthq .dark .discount-box-form input {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.07);
    color: #fff
}

    #slidecarthq .dark .discount-box-form input::-moz-placeholder {
        color: rgba(255,255,255,0.6)
    }

    #slidecarthq .dark .discount-box-form input::placeholder {
        color: rgba(255,255,255,0.6)
    }

#slidecarthq .dark .discount-box-form button {
    background: #fff;
    color: #000
}

    #slidecarthq .dark .discount-box-form button:hover {
        background-color: rgba(255,255,255,0.8)
    }

#slidecarthq .floating-cart {
    position: fixed;
    z-index: 6000;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    transition: 0.2s background-color, 0.2s transform
}

    #slidecarthq .floating-cart:hover {
        transform: scale(1.03)
    }

    #slidecarthq .floating-cart.pos1 {
        top: 20px;
        right: 20px
    }

    #slidecarthq .floating-cart.pos2 {
        top: 50%;
        right: 20px;
        margin-top: -32px
    }

    #slidecarthq .floating-cart.pos3 {
        bottom: 20px;
        right: 20px
    }

    #slidecarthq .floating-cart.pos4 {
        top: 20px;
        left: 20px
    }

    #slidecarthq .floating-cart.pos5 {
        top: 50%;
        left: 20px;
        margin-top: -32px
    }

    #slidecarthq .floating-cart.pos6 {
        bottom: 20px;
        left: 20px
    }

#slidecarthq .floating-cart-bubble {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1)
}

#slidecarthq .free-gifts-header {
    margin-bottom: 20px;
    display: flex;
    justify-content: center
}

    #slidecarthq .free-gifts-header h2, #slidecarthq .free-gifts-header span {
        text-align: center;
        color: #000;
        font-weight: 600
    }

#slidecarthq .free-gifts {
    padding: 30px 0 40px
}

    #slidecarthq .free-gifts .slick-wrapper {
        padding: 0 30px
    }

    #slidecarthq .free-gifts .slick-track {
        display: flex
    }

    #slidecarthq .free-gifts .slick-slide {
        float: none;
        height: auto;
        flex-shrink: 0
    }

        #slidecarthq .free-gifts .slick-slide > div {
            height: 100%
        }

    #slidecarthq .free-gifts .slick-prev {
        left: -30px
    }

    #slidecarthq .free-gifts .slick-next {
        right: -30px
    }

    #slidecarthq .free-gifts .slick-dots {
        bottom: -30px
    }

#slidecarthq .free-gifts-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    margin: 0 10px;
    border-radius: 4px;
    height: 100%
}

    #slidecarthq .free-gifts-item .free-gifts-item-price .price-compare {
        margin-right: 10px;
        text-decoration: line-through
    }

    #slidecarthq .free-gifts-item .free-gifts-item-price .price-free {
        color: #167cd6
    }

#slidecarthq .free-gifts-item-media {
    padding: 8px
}

    #slidecarthq .free-gifts-item-media .media-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #eee;
        height: 120px
    }

    #slidecarthq .free-gifts-item-media img {
        max-height: 100%;
        max-width: 100%
    }

#slidecarthq .free-gifts-item-footer {
    margin-top: auto;
    padding: 5px 10px
}

    #slidecarthq .free-gifts-item-footer .footer-flex {
        display: flex;
        margin-left: -5px;
        margin-right: -5px
    }

        #slidecarthq .free-gifts-item-footer .footer-flex.justify-center {
            justify-content: center
        }

    #slidecarthq .free-gifts-item-footer .footer-flex-1 {
        flex: 1 1 0%;
        padding: 5px
    }

    #slidecarthq .free-gifts-item-footer .footer-flex-initial {
        flex: 0 1 auto;
        padding: 5px;
        display: flex
    }

        #slidecarthq .free-gifts-item-footer .footer-flex-initial .upsell-add {
            margin-top: auto
        }

    #slidecarthq .free-gifts-item-footer select {
        width: 100%
    }

#slidecarthq .free-gifts-options label {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px
}

@media (min-width: 374px) {
    #slidecarthq .free-gifts-options label {
        font-size: 14px
    }
}

#slidecarthq .free-gifts-options select {
    display: block;
    flex: 1;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 13px;
    height: 26px;
    width: 100%;
    background-color: #fff;
    background-position: right 15px center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIHZpZXdCb3g9IjAgMCA5NiA1NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjQ5NCA2LjE0NGMwLTEuNC41LTIuOSAxLjYtNCAyLjItMi4yIDUuNy0yLjIgNy45IDBsMzggMzcuOSAzNy45LTM3LjljMi4yLTIuMiA1LjctMi4yIDcuOSAwczIuMiA1LjcuMSA3LjlsLTQxLjkgNDEuOWMtMS4xIDEuMS0yLjUgMS42LTQgMS42cy0yLjktLjYtNC0xLjZsLTQxLjktNDEuOWMtMS4xLTEuMS0xLjYtMi41LTEuNi0zLjl6IiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 90%;
    padding: 5px 20px 5px 5px;
    border-radius: 0
}

#slidecarthq .left .free-gifts-options {
    right: auto;
    left: 0
}

#slidecarthq .dark .free-gifts-header {
    display: flex;
    justify-content: center
}

    #slidecarthq .dark .free-gifts-header h2, #slidecarthq .dark .free-gifts-header span {
        color: #fff
    }

#slidecarthq .dark .free-gifts-item {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15)
}

#slidecarthq .dark .free-gifts-item-body h3, #slidecarthq .dark .free-gifts-item-body h3 a, #slidecarthq .dark .free-gifts-item-body span, #slidecarthq .dark .free-gifts-item-body span a {
    color: #fff;
    font-weight: 600
}

#slidecarthq .dark .free-gifts-item-body p {
    color: rgba(255,255,255,0.4)
}

#slidecarthq .dark .free-gifts-item-body .free-gifts-item-price {
    color: #fff
}

#slidecarthq .dark .free-gifts-options {
    background: #000
}

    #slidecarthq .dark .free-gifts-options label, #slidecarthq .dark .free-gifts-options select {
        color: #fff
    }

    #slidecarthq .dark .free-gifts-options select {
        background-color: #000;
        border: 1px solid rgba(255,255,255,0.15);
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIHZpZXdCb3g9IjAgMCA5NiA1NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjQ5NCA2LjE0NGMwLTEuNC41LTIuOSAxLjYtNCAyLjItMi4yIDUuNy0yLjIgNy45IDBsMzggMzcuOSAzNy45LTM3LjljMi4yLTIuMiA1LjctMi4yIDcuOSAwczIuMiA1LjcuMSA3LjlsLTQxLjkgNDEuOWMtMS4xIDEuMS0yLjUgMS42LTQgMS42cy0yLjktLjYtNC0xLjZsLTQxLjktNDEuOWMtMS4xLTEuMS0xLjYtMi41LTEuNi0zLjl6IiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=)
    }

#slidecarthq .free-gifts-add-button {
    display: flex
}

    #slidecarthq .free-gifts-add-button span {
        max-height: 14px
    }

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5)
}

#slidecarthq .pro-upsells {
    width: 100%;
    padding: 20px calc(440px + 5%) 0 5%
}

    #slidecarthq .pro-upsells.left-position {
        padding: 20px 5% 0 calc(440px + 5%)
    }

    #slidecarthq .pro-upsells .upsell {
        background-color: #fff;
        margin-right: 1em;
        margin-bottom: 1em
    }

    #slidecarthq .pro-upsells .upsell-item, #slidecarthq .pro-upsells .upsell-image img, #slidecarthq .pro-upsells .upsell-item button {
        width: 100%;
        text-transform: none
    }

    #slidecarthq .pro-upsells .upsell-image img {
        max-height: 338px
    }

    #slidecarthq .pro-upsells .upsell-image {
        width: 100% !important;
        background-color: #fff;
        height: 338px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative
    }

        #slidecarthq .pro-upsells .upsell-image:hover .upsell-options-container {
            transition: all .5s;
            opacity: 1;
            visibility: visible
        }

    #slidecarthq .pro-upsells .upsell-item {
        display: block !important;
        height: 100%
    }

    #slidecarthq .pro-upsells .upsell-options-container {
        position: absolute;
        z-index: 1001;
        width: 95%;
        background-color: rgba(220,220,220,0.8);
        padding: 10px;
        border-radius: 2px;
        bottom: 0;
        margin-bottom: 10px;
        opacity: 0;
        overflow: hidden;
        visibility: hidden
    }

    #slidecarthq .pro-upsells .upsell-add {
        text-align: center;
        height: 100%
    }

        #slidecarthq .pro-upsells .upsell-add button {
            height: 3.4rem;
            border-radius: 3.4rem;
            width: 80%;
            margin-top: 1rem
        }

    #slidecarthq .pro-upsells .upsell-option select {
        display: block;
        flex: 1;
        border: 1px solid rgba(0,0,0,0.1);
        height: 32px;
        width: 100%;
        background-color: #fff;
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-size: 11px;
        padding: 0 40px 0 15px;
        border-radius: 0;
        margin-bottom: 1%
    }

    #slidecarthq .pro-upsells .upsell-option label {
        font-weight: 600;
        font-size: 13px;
        display: inline-block;
        margin-bottom: 5px;
        font-size: 13px
    }

    #slidecarthq .pro-upsells .container {
        display: flex;
        flex-wrap: wrap;
        overflow-y: auto;
        max-height: 92vh
    }

    #slidecarthq .pro-upsells .upsells-header span {
        font-size: 2.5rem;
        line-height: 3rem;
        color: #fff;
        text-align: left;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 0
    }

@media only screen and (min-width: 768px) {
    #slidecarthq .pro-upsells .container > * {
        width: 90%
    }
}

@media only screen and (min-width: 992px) {
    #slidecarthq .pro-upsells .container {
        justify-content: left
    }

        #slidecarthq .pro-upsells .container > * {
            width: calc(90% / 2)
        }
}

@media only screen and (min-width: 1200px) {
    #slidecarthq .pro-upsells .container {
        justify-content: left
    }

        #slidecarthq .pro-upsells .container > * {
            width: calc(90% / 3)
        }
}

#slidecarthq .upsells .mobile-only {
    display: block
}

@media only screen and (min-width: 641px) {
    #slidecarthq .upsells .mobile-only {
        display: none
    }
}

@-webkit-keyframes Rise__animation_slidein {
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes Rise__animation_slidein {
    to {
        transform: translateY(0);
        opacity: 1
    }
}

.Rise__widget {
    position: fixed;
    z-index: 2147483647
}

.Rise__widget-launcher {
    padding: 0;
    border: 0;
    outline: 0;
    height: 60px;
    background-color: #fff;
    background-position: 15px !important;
    background-repeat: no-repeat !important;
    background-size: 36px !important;
    box-shadow: 0 0 80px 0 rgba(0,0,0,.12);
    border-radius: 50px;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    transition: all .25s;
    min-width: 60px;
    font-family: inherit
}

    .Rise__widget-launcher.Rise__widget-launcher__Type__icon, .Rise__widget-launcher.Rise__widget-launcher__Type__text {
        background-position: 50% !important
    }

@media (min-width:661px) {
    .Rise__widget-launcher.Rise__widget-launcher__Type__text {
        background-image: none !important
    }
}

.Rise__widget-launcher.Rise__widget-launcher__Type__icon-text {
    min-width: 60px;
    padding: 0 0 0 40px
}

@media (max-width:660px) {
    .Rise__widget-launcher.Rise__widget-launcher__Type__icon-text {
        background-position: 50% !important
    }
}

.Rise__widget-launcher.open {
    background-size: 0 !important;
    padding: 0
}

    .Rise__widget-launcher.open span.Rise__widget-launcher-text {
        max-width: 0;
        margin: 0;
        opacity: 0
    }

.Rise__widget-launcher:hover {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.12)
}

.Rise__widget-launcher span.Rise__widget-launcher-text {
    font-family: inherit;
    font-weight: 500;
    font-size: 17px;
    margin: 0 20px;
    display: inline-block;
    max-width: 370px;
    transition: all .25s;
    font-weight: 400
}

@media (max-width:660px) {
    .Rise__widget-launcher span.Rise__widget-launcher-text {
        display: none !important
    }
}

.Rise__widget-launcher span.Rise__widget-launcher-notification {
    position: absolute;
    font-weight: 500;
    width: 30px;
    height: 30px;
    font-size: 12px;
    left: -5px;
    top: -10px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    -webkit-animation: Rise__animation_slidein .25s forwards;
    animation: Rise__animation_slidein .25s forwards
}

.Rise__widget-launcher .Rise__widget-launcher-close-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.Rise__widget-launcher .Rise__widget-launcher-close-icon-transition-enter-active {
    transition: opacity .3s
}

.Rise__widget-launcher .Rise__widget-launcher-close-icon-transition-enter, .Rise__widget-launcher .Rise__widget-launcher-close-icon-transition-leave-to {
    opacity: 0
}

.Rise__widget-panel {
    position: absolute;
    z-index: 2147483647;
    width: 360px;
    max-height: 600px;
    overflow: hidden;
    box-shadow: 0 0 80px 0 rgba(0,0,0,.22);
    border-radius: 10px
}

@media (max-width:460px) {
    .Rise__widget-panel {
        min-height: 100vh;
        position: fixed;
        width: 100%;
        bottom: 0 !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin-top: 0 !important;
        transform: none !important;
        transform-origin: center bottom !important;
        border-radius: 0
    }
}

.Rise__widget-panel .Rise__widget-panel-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

    .Rise__widget-panel .Rise__widget-panel-spinner > svg {
        -webkit-animation: spinner .5s linear infinite;
        animation: spinner .5s linear infinite;
        height: 40px;
        width: 40px
    }

@-webkit-keyframes spinner {
    to {
        transform: rotate(1turn)
    }
}

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

.Rise__widget-panel iframe {
    border: none;
    outline: 0;
    height: 100%;
    width: 100%
}

.Rise__widget-panel-transition-enter-active, .Rise__widget-panel-transition-leave-active {
    transition: all .3s
}

.Rise__widget-panel-transition-enter, .Rise__widget-panel-transition-leave-to {
    opacity: 0;
    transform: scale(0)
}

@media (max-width:460px) {
    .Rise__widget-panel-transition-enter, .Rise__widget-panel-transition-leave-to {
        transform: translateY(400px)
    }
}

.Rise__quick-apply {
    margin: 10px
}

    .Rise__quick-apply iframe {
        border: none;
        outline: 0;
        height: 100%;
        width: 100%
    }

</style > <style type="text/css" > .Rise__rewards-page {
    margin: 10px;
    min-height: 200px;
    position: relative
}

.Rise__rewards-page .Rise__rewards-page-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

    .Rise__rewards-page .Rise__rewards-page-spinner > svg {
        -webkit-animation: spinner .5s linear infinite;
        animation: spinner .5s linear infinite;
        height: 40px;
        width: 40px
    }

@-webkit-keyframes spinner {
    to {
        transform: rotate(1turn)
    }
}

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

@media screen and (min-width:600px) {
    .Rise__rewards-page .Rise__rewards-page-spinner > svg {
        height: 66px;
        width: 66px
    }
}

.Rise__rewards-page iframe {
    border: none;
    outline: 0;
    height: 100%;
    width: 100%
}

</style > <link rel="prefetch" fetchpriority="low" as="script" href="https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.en/app.CPxbraR_.js" crossorigin="" > <style > html.Rise-popup-opened,
body.Rise-popup-opened {
    overflow: hidden !important;
    width: 100%;
}

.Rise-popup {
    position: fixed;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: auto;
    overflow: hidden;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.22);
    pointer-events: none;
    opacity: 0;
    transform: scale(0);
    transform-origin: bottom;
    transition: all 0.3s;
    border-radius: 10px;
    z-index: -999;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 460px) {
    .Rise-popup {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        max-width: unset;
        max-height: unset;
        border-radius: 0;
    }
}

.Rise-popup.open {
    z-index: 2147483647;
    pointer-events: all;
    opacity: 1;
    transform: scale(1);
}

.Rise-popup .Rise-popup-close-button {
    background-color: unset;
    background-image: url(https://assets.rise-ai.com/static/3c5f3083e19b40e9a4b8750b4e292998a629107af12d4c4e9428093279dea76f.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    padding: 16px;
    border-radius: 3px;
    transition: all 0.2s;
    position: fixed;
    right: 15px;
    top: 15px;
    cursor: pointer;
    border: 0;
    outline: none;
    z-index: 2147483647;
}

@media (max-width: 460px) {
    .Rise-popup .Rise-popup-close-button {
        right: 5px;
        top: 5px;
    }
}

.Rise-popup .Rise-popup-close-button.Rise-popup-close-button--light {
    background-image: url(https://assets.rise-ai.com/static/4b4ebf85a9424d43a6b0bd6ce2143d7d.png);
}

@media (min-width: 40em) {
    .Rise-popup .Rise-popup-close-button {
        background-size: 18px;
        padding: 18px;
    }
}

.Rise-popup .Rise-popup-close-button:hover {
    background-color: rgba(209, 209, 209, 0.5);
}

.Rise-popup iframe {
    border: none;
    outline: 0;
    height: 100%;
    width: 100%;
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.Rise-popup:not(.open) iframe {
    display: none !important;
}

.Rise-popup .Rise-popup-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .Rise-popup .Rise-popup-spinner > svg {
        animation: spinner 500ms linear infinite;
        height: 40px;
        width: 40px;
    }

@-webkit-keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.Rise-popup-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    z-index: -999;
}

    .Rise-popup-backdrop.show {
        z-index: 2147483647;
        pointer-events: all;
        opacity: 1;
        background: rgba(0, 0, 0, 0.13);
    }

.Rise-page {
    height: 400px;
    position: relative;
}

    .Rise-page iframe {
        border: none;
        outline: 0;
        height: 100%;
        width: 100%;
        display: none;
    }

    .Rise-page .Rise-page-spinner {
        position: absolute;
        left: 50%;
        top: 20px;
        transform: translate(-50%, 0);
    }

        .Rise-page .Rise-page-spinner > svg {
            animation: spinner 500ms linear infinite;
            height: 60px;
            width: 60px;
        }

@-webkit-keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

</style > <style > html.Rise-popup-opened,
body.Rise-popup-opened {
    overflow: hidden !important;
    width: 100%;
}

.Rise-popup {
    position: fixed;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: auto;
    overflow: hidden;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.22);
    pointer-events: none;
    opacity: 0;
    transform: scale(0);
    transform-origin: bottom;
    transition: all 0.3s;
    border-radius: 10px;
    z-index: -999;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 460px) {
    .Rise-popup {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        max-width: unset;
        max-height: unset;
        border-radius: 0;
    }
}

.Rise-popup.open {
    z-index: 2147483647;
    pointer-events: all;
    opacity: 1;
    transform: scale(1);
}

.Rise-popup .Rise-popup-close-button {
    background-color: unset;
    background-image: url(https://assets.rise-ai.com/static/3c5f3083e19b40e9a4b8750b4e292998a629107af12d4c4e9428093279dea76f.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    padding: 16px;
    border-radius: 3px;
    transition: all 0.2s;
    position: fixed;
    right: 15px;
    top: 15px;
    cursor: pointer;
    border: 0;
    outline: none;
    z-index: 2147483647;
}

@media (max-width: 460px) {
    .Rise-popup .Rise-popup-close-button {
        right: 5px;
        top: 5px;
    }
}

.Rise-popup .Rise-popup-close-button.Rise-popup-close-button--light {
    background-image: url(https://assets.rise-ai.com/static/4b4ebf85a9424d43a6b0bd6ce2143d7d.png);
}

@media (min-width: 40em) {
    .Rise-popup .Rise-popup-close-button {
        background-size: 18px;
        padding: 18px;
    }
}

.Rise-popup .Rise-popup-close-button:hover {
    background-color: rgba(209, 209, 209, 0.5);
}

.Rise-popup iframe {
    border: none;
    outline: 0;
    height: 100%;
    width: 100%;
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.Rise-popup:not(.open) iframe {
    display: none !important;
}

.Rise-popup .Rise-popup-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .Rise-popup .Rise-popup-spinner > svg {
        animation: spinner 500ms linear infinite;
        height: 40px;
        width: 40px;
    }

@-webkit-keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.Rise-popup-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    z-index: -999;
}

    .Rise-popup-backdrop.show {
        z-index: 2147483647;
        pointer-events: all;
        opacity: 1;
        background: rgba(0, 0, 0, 0.13);
    }

.GiftWizard-gift-button {
    margin-right: 15px;
    margin-bottom: 15px;
}

#section-id-sections--17039484322029__announcement-bar {
    --bg-color: #171717;
    --heading-color: 255 255 255;
    --text-color: 255 255 255;
    --link-color: 255 255 255;
    --announcement-font-size: 14px;
}
.logo img {
    width: 95px;
}

.logo-area__middle--logo-image {
    max-width: 95px;
}

@media (max-width: 767.98px) {
    .logo img {
        width: 60px;
    }
}
#section-id-sections--17039484322029__gallery_VF7VTB .gallery__item {
    height: 400px;
}

#section-id-sections--17039484322029__gallery_VF7VTB .text-overlay__title {
    font-size: 22px;
}

@media (min-width: 768px) {
    #section-id-sections--17039484322029__gallery_VF7VTB .gallery__item {
        height: 460px;
    }

    #section-id-sections--17039484322029__gallery_VF7VTB .text-overlay__title {
        font-size: 22px;
    }
}

@media (min-width: 1100px) {
    #section-id-sections--17039484322029__gallery_VF7VTB .text-overlay__title {
        font-size: 30px;
    }
}
#section-id-template--17039483764973__slideshow_tQVDmz slide-show {
    --duration: 7s;
    --play-state: paused;
}

#section-id-template--17039483764973__slideshow_tQVDmz .height--fixed {
    --image-height: 460px;
}

@media (min-width: 768px) {
    #section-id-template--17039483764973__slideshow_tQVDmz .height--fixed {
        --image-height: 600px;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 1100px) {
}
#section-id-template--17039483764973__gallery_zAA9D3 .gallery__item {
    height: 410px;
}

#section-id-template--17039483764973__gallery_zAA9D3 .text-overlay__title {
    font-size: 22px;
}

@media (min-width: 768px) {
    #section-id-template--17039483764973__gallery_zAA9D3 .gallery__item {
        height: 740px;
    }

    #section-id-template--17039483764973__gallery_zAA9D3 .text-overlay__title {
        font-size: 26.6px;
    }
}

@media (min-width: 1100px) {
    #section-id-template--17039483764973__gallery_zAA9D3 .text-overlay__title {
        font-size: 38px;
    }
}
#section-id-template--17039483764973__image_with_text_overlay_HWqEGW .height--fixed {
    --image-height: 460px;
}

@media (min-width: 768px) {
    #section-id-template--17039483764973__image_with_text_overlay_HWqEGW .height--fixed {
        --image-height: 600px;
    }
}

#section-id-template--17039483764973__image_with_text_overlay_HWqEGW .block-heading_GWigDN {
    --heading-max-width: 15em;
    font-size: 32px;
}

@media (min-width: 768px) {
    #section-id-template--17039483764973__image_with_text_overlay_HWqEGW .block-heading_GWigDN {
        font-size: 58.8px;
    }
}

@media (min-width: 1100px) {
    #section-id-template--17039483764973__image_with_text_overlay_HWqEGW .block-heading_GWigDN {
        font-size: 84px;
    }
}

#section-id-template--17039483764973__16359279164ff7d3f3 .gallery__item {
    height: 280px;
}

#section-id-template--17039483764973__16359279164ff7d3f3 .text-overlay__title {
    font-size: 22px;
}

@media (min-width: 768px) {
    #section-id-template--17039483764973__16359279164ff7d3f3 .gallery__item {
        height: 360px;
    }

    #section-id-template--17039483764973__16359279164ff7d3f3 .text-overlay__title {
        font-size: 22px;
    }
}

@media (min-width: 1100px) {
    #section-id-template--17039483764973__16359279164ff7d3f3 .text-overlay__title {
        font-size: 30px;
    }
}
#section-id-template--17039483764973__gallery_KByyd4 .gallery__item {
    height: 280px;
}

#section-id-template--17039483764973__gallery_KByyd4 .text-overlay__title {
    font-size: 22px;
}

@media (min-width: 768px) {
    #section-id-template--17039483764973__gallery_KByyd4 .gallery__item {
        height: 360px;
    }

    #section-id-template--17039483764973__gallery_KByyd4 .text-overlay__title {
        font-size: 22px;
    }
}

@media (min-width: 1100px) {
    #section-id-template--17039483764973__gallery_KByyd4 .text-overlay__title {
        font-size: 30px;
    }
}
.needsclick {
    display: none !important;
}