:root {
    --alpha-button-background: 1;
    --alpha-button-border: 1;
    --alpha-link: 0.85;
    --alpha-badge-border: 0.1;
    --h1: 2.625rem;
    --h2: 2rem;
    --h3: 1.75rem;
    --h4: 1.5rem;
    --h5: 1.25rem;
    --h6: 1rem;
    --body-xxl: 1.375rem;
    --body-xl: 1.125rem;
    --body-lg: 1rem;
    --body-md: 0.875rem;
    --body-sm: 0.75rem;
    --body-xs: 0.625rem;
    --caption: 0.8125rem;
    --caption-xl: 1.125rem;
    --line-height-xs: 1;
    --line-height-sm: 1.1;
    --line-height-md: 1.2;
    --line-height-lg: 1.5;
    --font-weight-light: 200;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --header-font-body: 0.9375rem;
    --color-white: #ffffff;
    --color-beige: #efebea;
    --color-grey-1: #f8f8f8;
    --color-grey-2: #e8e8e8;
    --color-grey-3: #d8d8d8;
    --color-grey-4: #c8c8c8;
    --color-grey-5: #adadad;
    --color-grey-6: #7d7d7d;
    --color-grey-7: #595959;
    --color-grey-8: #35383a;
    --color-grey-hero: #f1efee;
    --color-grey-input: #f4f4f4;
    --color-grey-hover: #f5f5f5;
    --color-grey-hover-dark: #ededed;
    --color-black: #191c1f;
    --color-blue: #f0f1f4;
    --color-facebook-blue: #3b5998;
    --color-pink: #d10c7f;
    --color-pink-light: #f3dce6;
    --color-yellow: #ecb904;
    --color-orange: #f58720;
    --color-green: #008300;
    --color-green-light: #edf4e7;
    --color-green-dark: #205107;
    --color-red: #eb0008;
    --focused-base-outline: 0.125rem solid rgba(var(--color-foreground), 0.5);
    --focused-base-outline-offset: 0.1875rem;
    --focused-base-box-shadow: 0 0 0 0.1875rem rgb(var(--color-background)), 0 0 0.3125rem 0.25rem rgba(var(--color-foreground), 0.3);
}

.fp-condition-thermometer {
    width: 100%;
    padding-bottom: 2.2rem
}

    .fp-condition-thermometer .fp-condition-list {
        display: flex;
        padding-inline-start: 0
    }

    .fp-condition-thermometer .fp-condition-tier-new, .fp-condition-thermometer .fp-condition-tier-excellent, .fp-condition-thermometer .fp-condition-tier-shows-wear, .fp-condition-thermometer .fp-condition-tier-worn, .fp-condition-thermometer .fp-condition-tier-fair {
        display: block;
        width: 100%;
        height: .3125rem;
        border: .0985rem solid var(--color-grey-hover);
        background-color: var(--color-grey-3);
        padding-bottom: .25rem !important
    }

        .fp-condition-thermometer .fp-condition-tier-new .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-excellent .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-shows-wear .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-worn .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-fair .fp-thermometer-text {
            font-size: .64125rem;
            line-height: 1.7em;
            display: block;
            margin-top: 1rem;
            text-align: center;
            color: var(--color-grey-7)
        }

@media(min-width:768px)and (max-width:989px) {
    .fp-condition-thermometer .fp-condition-tier-new .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-excellent .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-shows-wear .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-worn .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-fair .fp-thermometer-text {
        display: none
    }
}

.fp-condition-thermometer .fp-condition-tier-new.fp-pointer-giftable, .fp-condition-thermometer .fp-condition-tier-new.fp-pointer-new, .fp-condition-thermometer .fp-condition-tier-excellent.fp-pointer-excellent_high, .fp-condition-thermometer .fp-condition-tier-excellent.fp-pointer-excellent, .fp-condition-thermometer .fp-condition-tier-excellent.fp-pointer-excellent_low, .fp-condition-thermometer .fp-condition-tier-shows-wear.fp-pointer-very_good_high, .fp-condition-thermometer .fp-condition-tier-shows-wear.fp-pointer-very_good, .fp-condition-thermometer .fp-condition-tier-shows-wear.fp-pointer-very_good_low, .fp-condition-thermometer .fp-condition-tier-worn.fp-pointer-good_high, .fp-condition-thermometer .fp-condition-tier-worn.fp-pointer-good, .fp-condition-thermometer .fp-condition-tier-worn.fp-pointer-good_low, .fp-condition-thermometer .fp-condition-tier-fair.fp-pointer-fair, .fp-condition-thermometer .fp-condition-tier-fair.fp-pointer-flawed {
    background-color: var(--color-pink-light)
}

    .fp-condition-thermometer .fp-condition-tier-new.fp-pointer-giftable .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-new.fp-pointer-new .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-excellent.fp-pointer-excellent_high .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-excellent.fp-pointer-excellent .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-excellent.fp-pointer-excellent_low .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-shows-wear.fp-pointer-very_good_high .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-shows-wear.fp-pointer-very_good .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-shows-wear.fp-pointer-very_good_low .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-worn.fp-pointer-good_high .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-worn.fp-pointer-good .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-worn.fp-pointer-good_low .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-fair.fp-pointer-fair .fp-thermometer-text, .fp-condition-thermometer .fp-condition-tier-fair.fp-pointer-flawed .fp-thermometer-text {
        margin-top: .5rem;
        color: var(--color-black)
    }

    .fp-condition-thermometer .fp-condition-tier-new.fp-pointer-giftable:before, .fp-condition-thermometer .fp-condition-tier-new.fp-pointer-new:before, .fp-condition-thermometer .fp-condition-tier-excellent.fp-pointer-excellent_high:before, .fp-condition-thermometer .fp-condition-tier-excellent.fp-pointer-excellent:before, .fp-condition-thermometer .fp-condition-tier-excellent.fp-pointer-excellent_low:before, .fp-condition-thermometer .fp-condition-tier-shows-wear.fp-pointer-very_good_high:before, .fp-condition-thermometer .fp-condition-tier-shows-wear.fp-pointer-very_good:before, .fp-condition-thermometer .fp-condition-tier-shows-wear.fp-pointer-very_good_low:before, .fp-condition-thermometer .fp-condition-tier-worn.fp-pointer-good_high:before, .fp-condition-thermometer .fp-condition-tier-worn.fp-pointer-good:before, .fp-condition-thermometer .fp-condition-tier-worn.fp-pointer-good_low:before, .fp-condition-thermometer .fp-condition-tier-fair.fp-pointer-fair:before, .fp-condition-thermometer .fp-condition-tier-fair.fp-pointer-flawed:before {
        background-color: var(--color-pink);
        content: "";
        position: relative;
        display: block;
        width: .3125rem;
        height: 1rem;
        border-radius: .5rem;
        border: 1rem
    }

    .fp-condition-thermometer .fp-condition-tier-new.fp-pointer-giftable:before {
        margin: -.5rem 0 0
    }

    .fp-condition-thermometer .fp-condition-tier-new.fp-pointer-new:before {
        margin: -.5rem auto 0
    }

    .fp-condition-thermometer .fp-condition-tier-excellent.fp-pointer-excellent_high:before {
        margin: -.5rem 0 0
    }

    .fp-condition-thermometer .fp-condition-tier-excellent.fp-pointer-excellent:before {
        margin: -.5rem auto 0
    }

    .fp-condition-thermometer .fp-condition-tier-excellent.fp-pointer-excellent_low:before {
        margin: -.5rem calc(100% - .25rem) 0
    }

    .fp-condition-thermometer .fp-condition-tier-shows-wear.fp-pointer-very_good_high:before {
        margin: -.5rem 0 0
    }

    .fp-condition-thermometer .fp-condition-tier-shows-wear.fp-pointer-very_good:before {
        margin: -.5rem auto 0
    }

    .fp-condition-thermometer .fp-condition-tier-shows-wear.fp-pointer-very_good_low:before {
        margin: -.5rem calc(100% - .25rem) 0
    }

    .fp-condition-thermometer .fp-condition-tier-worn.fp-pointer-good_high:before {
        margin: -.5rem 0 0
    }

    .fp-condition-thermometer .fp-condition-tier-worn.fp-pointer-good:before {
        margin: -.5rem auto 0
    }

    .fp-condition-thermometer .fp-condition-tier-worn.fp-pointer-good_low:before {
        margin: -.5rem calc(100% - .25rem) 0
    }

    .fp-condition-thermometer .fp-condition-tier-fair.fp-pointer-fair:before {
        margin: -.5rem auto 0
    }

    .fp-condition-thermometer .fp-condition-tier-fair.fp-pointer-flawed:before {
        margin: -.5rem calc(100% - .25rem) 0
    }
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-condition-thermometer.css.map?v=177822715697041663851757450100 */
