@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr {
    margin: 0;
    padding: 0;
    border: 0
}
* {
    font: inherit
}
.container {
    width: calc(100% - 1.25em);
    width: calc(100% - 2*var(--component-padding));
    margin-left: auto;
    margin-right: auto
}
:root {
    --space-unit: 1em;
    --space-xxxxs: calc(0.125*var(--space-unit));
    --space-xxxs: calc(0.25*var(--space-unit));
    --space-xxs: calc(0.375*var(--space-unit));
    --space-xs: calc(0.5*var(--space-unit));
    --space-sm: calc(0.75*var(--space-unit));
    --space-md: calc(1.25*var(--space-unit));
    --space-lg: calc(2*var(--space-unit));
    --space-xl: calc(3.25*var(--space-unit));
    --space-xxl: calc(5.25*var(--space-unit));
    --space-xxxl: calc(8.5*var(--space-unit));
    --space-xxxxl: calc(13.75*var(--space-unit));
    --component-padding: var(--space-md)
}
:root {
    --radius-sm: calc(var(--radius, 0.25em)/2);
    --radius-md: var(--radius, 0.25em);
    --radius-lg: calc(var(--radius, 0.25em)*2);
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, .085), 0 1px 8px rgba(0, 0, 0, .1);
    --shadow-md: 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15);
    --shadow-lg: 0 1px 8px rgba(0, 0, 0, .1), 0 16px 48px rgba(0, 0, 0, .1), 0 24px 60px rgba(0, 0, 0, .1);
    --bounce: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
    --ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    --ease-out: cubic-bezier(0.215, 0.61, 0.355, 1)
}
:root {
    --icon-xxs: 12px;
    --icon-xs: 16px;
    --icon-sm: 24px;
    --icon-md: 32px;
    --icon-lg: 48px;
    --icon-xl: 64px;
    --icon-xxl: 128px
}
:root {
    --display: block
}
:root, [data-theme="default"] {
    --color-primary-darker: hsl(220, 90%, 36%);
    --color-primary-darker-h: 220;
    --color-primary-darker-s: 90%;
    --color-primary-darker-l: 36%;
    --color-primary-dark: hsl(220, 90%, 46%);
    --color-primary-dark-h: 220;
    --color-primary-dark-s: 90%;
    --color-primary-dark-l: 46%;
    --color-primary: hsl(220, 90%, 56%);
    --color-primary-h: 220;
    --color-primary-s: 90%;
    --color-primary-l: 56%;
    --color-primary-light: hsl(220, 90%, 66%);
    --color-primary-light-h: 220;
    --color-primary-light-s: 90%;
    --color-primary-light-l: 66%;
    --color-primary-lighter: hsl(220, 90%, 76%);
    --color-primary-lighter-h: 220;
    --color-primary-lighter-s: 90%;
    --color-primary-lighter-l: 76%;
    --color-accent-darker: hsl(355, 90%, 41%);
    --color-accent-darker-h: 355;
    --color-accent-darker-s: 90%;
    --color-accent-darker-l: 41%;
    --color-accent-dark: hsl(355, 90%, 51%);
    --color-accent-dark-h: 355;
    --color-accent-dark-s: 90%;
    --color-accent-dark-l: 51%;
    --color-accent: hsl(355, 90%, 61%);
    --color-accent-h: 355;
    --color-accent-s: 90%;
    --color-accent-l: 61%;
    --color-accent-light: hsl(355, 90%, 71%);
    --color-accent-light-h: 355;
    --color-accent-light-s: 90%;
    --color-accent-light-l: 71%;
    --color-accent-lighter: hsl(355, 90%, 81%);
    --color-accent-lighter-h: 355;
    --color-accent-lighter-s: 90%;
    --color-accent-lighter-l: 81%;
    --color-black: hsl(240, 8%, 12%);
    --color-black-h: 240;
    --color-black-s: 8%;
    --color-black-l: 12%;
    --color-white: hsl(0, 0%, 100%);
    --color-white-h: 0;
    --color-white-s: 0%;
    --color-white-l: 100%;
    --color-success-darker: hsl(94, 48%, 36%);
    --color-success-darker-h: 94;
    --color-success-darker-s: 48%;
    --color-success-darker-l: 36%;
    --color-success-dark: hsl(94, 48%, 46%);
    --color-success-dark-h: 94;
    --color-success-dark-s: 48%;
    --color-success-dark-l: 46%;
    --color-success: hsl(94, 48%, 56%);
    --color-success-h: 94;
    --color-success-s: 48%;
    --color-success-l: 56%;
    --color-success-light: hsl(94, 48%, 66%);
    --color-success-light-h: 94;
    --color-success-light-s: 48%;
    --color-success-light-l: 66%;
    --color-success-lighter: hsl(94, 48%, 76%);
    --color-success-lighter-h: 94;
    --color-success-lighter-s: 48%;
    --color-success-lighter-l: 76%;
    --color-error-darker: hsl(355, 90%, 41%);
    --color-error-darker-h: 355;
    --color-error-darker-s: 90%;
    --color-error-darker-l: 41%;
    --color-error-dark: hsl(355, 90%, 51%);
    --color-error-dark-h: 355;
    --color-error-dark-s: 90%;
    --color-error-dark-l: 51%;
    --color-error: hsl(355, 90%, 61%);
    --color-error-h: 355;
    --color-error-s: 90%;
    --color-error-l: 61%;
    --color-error-light: hsl(355, 90%, 71%);
    --color-error-light-h: 355;
    --color-error-light-s: 90%;
    --color-error-light-l: 71%;
    --color-error-lighter: hsl(355, 90%, 81%);
    --color-error-lighter-h: 355;
    --color-error-lighter-s: 90%;
    --color-error-lighter-l: 81%;
    --color-warning-darker: hsl(46, 100%, 41%);
    --color-warning-darker-h: 46;
    --color-warning-darker-s: 100%;
    --color-warning-darker-l: 41%;
    --color-warning-dark: hsl(46, 100%, 51%);
    --color-warning-dark-h: 46;
    --color-warning-dark-s: 100%;
    --color-warning-dark-l: 51%;
    --color-warning: hsl(46, 100%, 61%);
    --color-warning-h: 46;
    --color-warning-s: 100%;
    --color-warning-l: 61%;
    --color-warning-light: hsl(46, 100%, 71%);
    --color-warning-light-h: 46;
    --color-warning-light-s: 100%;
    --color-warning-light-l: 71%;
    --color-warning-lighter: hsl(46, 100%, 81%);
    --color-warning-lighter-h: 46;
    --color-warning-lighter-s: 100%;
    --color-warning-lighter-l: 81%;
    --color-bg: hsl(0, 0%, 100%);
    --color-bg-h: 0;
    --color-bg-s: 0%;
    --color-bg-l: 100%;
    --color-contrast-lower: hsl(0, 0%, 95%);
    --color-contrast-lower-h: 0;
    --color-contrast-lower-s: 0%;
    --color-contrast-lower-l: 95%;
    --color-contrast-low: hsl(240, 1%, 83%);
    --color-contrast-low-h: 240;
    --color-contrast-low-s: 1%;
    --color-contrast-low-l: 83%;
    --color-contrast-medium: hsl(240, 1%, 48%);
    --color-contrast-medium-h: 240;
    --color-contrast-medium-s: 1%;
    --color-contrast-medium-l: 48%;
    --color-contrast-high: hsl(240, 4%, 20%);
    --color-contrast-high-h: 240;
    --color-contrast-high-s: 4%;
    --color-contrast-high-l: 20%;
    --color-contrast-higher: hsl(240, 8%, 12%);
    --color-contrast-higher-h: 240;
    --color-contrast-higher-s: 8%;
    --color-contrast-higher-l: 12%
}
:root {
    --radius: 0.25em
}

:root {
    --font-primary: sans-serif;
    --text-base-size: 1em;
    --text-scale-ratio: 1.2;
    --text-xs: calc(1em/var(--text-scale-ratio)/var(--text-scale-ratio));
    --text-sm: calc(var(--text-xs)*var(--text-scale-ratio));
    --text-md: calc(var(--text-sm)*var(--text-scale-ratio)*var(--text-scale-ratio));
    --text-lg: calc(var(--text-md)*var(--text-scale-ratio));
    --text-xl: calc(var(--text-lg)*var(--text-scale-ratio));
    --text-xxl: calc(var(--text-xl)*var(--text-scale-ratio));
    --text-xxxl: calc(var(--text-xxl)*var(--text-scale-ratio));
    --body-line-height: 1.4;
    --heading-line-height: 1.2;
    --font-primary-capital-letter: 1
}
:root {
    --cd-color-1: hsl(210, 31%, 24%);
    --cd-color-1-h: 210;
    --cd-color-1-s: 31%;
    --cd-color-1-l: 24%;
    --cd-color-2: hsl(204, 73%, 52%);
    --cd-color-2-h: 204;
    --cd-color-2-s: 73%;
    --cd-color-2-l: 52%;
    --cd-color-3: hsl(0, 0%, 100%);
    --cd-color-3-h: 0;
    --cd-color-3-s: 0%;
    --cd-color-3-l: 100%;
    --cd-color-4: hsl(192, 15%, 94%);
    --cd-color-4-h: 192;
    --cd-color-4-s: 15%;
    --cd-color-4-l: 94%;
    --cd-color-5: hsl(7, 80%, 56%);
    --cd-color-5-h: 7;
    --cd-color-5-s: 80%;
    --cd-color-5-l: 56%;
    --font-primary: 'Source Sans Pro', sans-serif
}
:root {
    --form-control-padding-x: var(--space-sm);
    --form-control-padding-y: var(--space-xs);
    --form-control-radius: 0.25em
}
:root {
    --btn-font-size: 1em;
    --btn-font-size-sm: calc(var(--btn-font-size) - 0.2em);
    --btn-font-size-md: calc(var(--btn-font-size) + 0.2em);
    --btn-font-size-lg: calc(var(--btn-font-size) + 0.4em);
    --btn-radius: 0.25em;
    --btn-padding-x: var(--space-sm);
    --btn-padding-y: var(--space-xs)
}
:root {
    --zindex-header: 2;
    --zindex-popover: 5;
    --zindex-fixed-element: 10;
    --zindex-overlay: 15
}

:root {
    --body-line-height: 1.4;
    --heading-line-height: 1.2
}
:root {
    --max-width-xxs: 32rem;
    --max-width-xs: 38rem;
    --max-width-sm: 48rem;
    --max-width-md: 64rem;
    --max-width-lg: 80rem;
    --max-width-xl: 90rem;
    --max-width-xxl: 120rem
}

.text-component {
    --component-body-line-height: calc(var(--body-line-height)*var(--line-height-multiplier, 1));
    --component-heading-line-height: calc(var(--heading-line-height)*var(--line-height-multiplier, 1))
}

    .text-component h1, .text-component h2, .text-component h3, .text-component h4 {
        line-height: 1.2;
        line-height: var(--component-heading-line-height, 1.2);
        margin-bottom: 0.25em;
        margin-bottom: calc(var(--space-xxxs)*var(--text-vspace-multiplier, 1))
    }

    .text-component h2, .text-component h3, .text-component h4 {
        margin-top: 0.75em;
        margin-top: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
    }

    .text-component p, .text-component blockquote, .text-component ul li, .text-component ol li {
        line-height: 1.4;
        line-height: var(--component-body-line-height)
    }

    .text-component ul, .text-component ol, .text-component p, .text-component blockquote, .text-component .text-component__block {
        margin-bottom: 0.75em;
        margin-bottom: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
    }

    .text-component ul, .text-component ol {
        padding-left: 1em
    }

    .text-component ul {
        list-style-type: disc
    }

    .text-component ol {
        list-style-type: decimal
    }

    .text-component img {
        display: block;
        margin: 0 auto
    }

    .text-component figcaption {
        text-align: center;
        margin-top: 0.5em;
        margin-top: var(--space-xs)
    }

    .text-component em {
        font-style: italic
    }

    .text-component hr {
        margin-top: 2em;
        margin-top: calc(var(--space-lg)*var(--text-vspace-multiplier, 1));
        margin-bottom: 2em;
        margin-bottom: calc(var(--space-lg)*var(--text-vspace-multiplier, 1));
        margin-left: auto;
        margin-right: auto
    }

    .text-component > *:first-child {
        margin-top: 0
    }

    .text-component > *:last-child {
        margin-bottom: 0
    }

.text-component__block--full-width {
    width: 100vw;
    margin-left: calc(50% - 50vw)
}

@media (min-width: 48rem) {
    .text-component__block--left, .text-component__block--right {
        width: 45%
    }

        .text-component__block--left img, .text-component__block--right img {
            width: 100%
        }

    .text-component__block--left {
        float: left;
        margin-right: 0.75em;
        margin-right: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
    }

    .text-component__block--right {
        float: right;
        margin-left: 0.75em;
        margin-left: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
    }
}

@media (min-width: 90rem) {
    .text-component__block--outset {
        width: calc(100% + 10.5em);
        width: calc(100% + 2*var(--space-xxl))
    }

        .text-component__block--outset img {
            width: 100%
        }

        .text-component__block--outset:not(.text-component__block--right) {
            margin-left: -5.25em;
            margin-left: calc(-1*var(--space-xxl))
        }

    .text-component__block--left, .text-component__block--right {
        width: 50%
    }

        .text-component__block--right.text-component__block--outset {
            margin-right: -5.25em;
            margin-right: calc(-1*var(--space-xxl))
        }
}



.icon {
    display: inline-block;
    color: inherit;
    fill: currentColor;
    height: 1em;
    width: 1em;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}



.icon--sm {
    font-size: 24px;
    font-size: var(--icon-sm)
}



.flex {
    display: -ms-flexbox;
    display: flex
}



.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}



.flex-center {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}


@media (min-width: 32rem) {
      .flex-wrap\@xs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }



    .flex-center\@xs {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

}

@media (min-width: 48rem) {
    .flex-wrap\@sm {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    

    .flex-center\@sm {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    
}

@media (min-width: 64rem) {
    .flex-wrap\@md {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    

    .flex-center\@md {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

}
@media (min-width: 64rem) {
    .col\@md {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-1\@md {
        -ms-flex-preferred-size: calc(8.33% - 0.01px - 1em);
        -ms-flex-preferred-size: calc(8.33% - 0.01px - var(--grid-gap, 1em));
        flex-basis: calc(8.33% - 0.01px - 1em);
        flex-basis: calc(8.33% - 0.01px - var(--grid-gap, 1em));
        max-width: calc(8.33% - 0.01px - 1em);
        max-width: calc(8.33% - 0.01px - var(--grid-gap, 1em))
    }

    .col-2\@md {
        -ms-flex-preferred-size: calc(16.66% - 0.01px - 1em);
        -ms-flex-preferred-size: calc(16.66% - 0.01px - var(--grid-gap, 1em));
        flex-basis: calc(16.66% - 0.01px - 1em);
        flex-basis: calc(16.66% - 0.01px - var(--grid-gap, 1em));
        max-width: calc(16.66% - 0.01px - 1em);
        max-width: calc(16.66% - 0.01px - var(--grid-gap, 1em))
    }

    .col-3\@md {
        -ms-flex-preferred-size: calc(25% - 0.01px - 1em);
        -ms-flex-preferred-size: calc(25% - 0.01px - var(--grid-gap, 1em));
        flex-basis: calc(25% - 0.01px - 1em);
        flex-basis: calc(25% - 0.01px - var(--grid-gap, 1em));
        max-width: calc(25% - 0.01px - 1em);
        max-width: calc(25% - 0.01px - var(--grid-gap, 1em))
    }

    .col-4\@md {
        -ms-flex-preferred-size: calc(33.33% - 0.01px - 1em);
        -ms-flex-preferred-size: calc(33.33% - 0.01px - var(--grid-gap, 1em));
        flex-basis: calc(33.33% - 0.01px - 1em);
        flex-basis: calc(33.33% - 0.01px - var(--grid-gap, 1em));
        max-width: calc(33.33% - 0.01px - 1em);
        max-width: calc(33.33% - 0.01px - var(--grid-gap, 1em))
    }

    .col-5\@md {
        -ms-flex-preferred-size: calc(41.66% - 0.01px - 1em);
        -ms-flex-preferred-size: calc(41.66% - 0.01px - var(--grid-gap, 1em));
        flex-basis: calc(41.66% - 0.01px - 1em);
        flex-basis: calc(41.66% - 0.01px - var(--grid-gap, 1em));
        max-width: calc(41.66% - 0.01px - 1em);
        max-width: calc(41.66% - 0.01px - var(--grid-gap, 1em))
    }

    .col-6\@md {
        -ms-flex-preferred-size: calc(50% - 0.01px - 1em);
        -ms-flex-preferred-size: calc(50% - 0.01px - var(--grid-gap, 1em));
        flex-basis: calc(50% - 0.01px - 1em);
        flex-basis: calc(50% - 0.01px - var(--grid-gap, 1em));
        max-width: calc(50% - 0.01px - 1em);
        max-width: calc(50% - 0.01px - var(--grid-gap, 1em))
    }

    .col-7\@md {
        -ms-flex-preferred-size: calc(58.33% - 0.01px - 1em);
        -ms-flex-preferred-size: calc(58.33% - 0.01px - var(--grid-gap, 1em));
        flex-basis: calc(58.33% - 0.01px - 1em);
        flex-basis: calc(58.33% - 0.01px - var(--grid-gap, 1em));
        max-width: calc(58.33% - 0.01px - 1em);
        max-width: calc(58.33% - 0.01px - var(--grid-gap, 1em))
    }

    .col-8\@md {
        -ms-flex-preferred-size: calc(66.66% - 0.01px - 1em);
        -ms-flex-preferred-size: calc(66.66% - 0.01px - var(--grid-gap, 1em));
        flex-basis: calc(66.66% - 0.01px - 1em);
        flex-basis: calc(66.66% - 0.01px - var(--grid-gap, 1em));
        max-width: calc(66.66% - 0.01px - 1em);
        max-width: calc(66.66% - 0.01px - var(--grid-gap, 1em))
    }

    .col-9\@md {
        -ms-flex-preferred-size: calc(75% - 0.01px - 1em);
        -ms-flex-preferred-size: calc(75% - 0.01px - var(--grid-gap, 1em));
        flex-basis: calc(75% - 0.01px - 1em);
        flex-basis: calc(75% - 0.01px - var(--grid-gap, 1em));
        max-width: calc(75% - 0.01px - 1em);
        max-width: calc(75% - 0.01px - var(--grid-gap, 1em))
    }

    .col-10\@md {
        -ms-flex-preferred-size: calc(83.33% - 0.01px - 1em);
        -ms-flex-preferred-size: calc(83.33% - 0.01px - var(--grid-gap, 1em));
        flex-basis: calc(83.33% - 0.01px - 1em);
        flex-basis: calc(83.33% - 0.01px - var(--grid-gap, 1em));
        max-width: calc(83.33% - 0.01px - 1em);
        max-width: calc(83.33% - 0.01px - var(--grid-gap, 1em))
    }

    .col-11\@md {
        -ms-flex-preferred-size: calc(91.66% - 0.01px - 1em);
        -ms-flex-preferred-size: calc(91.66% - 0.01px - var(--grid-gap, 1em));
        flex-basis: calc(91.66% - 0.01px - 1em);
        flex-basis: calc(91.66% - 0.01px - var(--grid-gap, 1em));
        max-width: calc(91.66% - 0.01px - 1em);
        max-width: calc(91.66% - 0.01px - var(--grid-gap, 1em))
    }

    .col-12\@md {
        -ms-flex-preferred-size: calc(100% - 0.01px - 1em);
        -ms-flex-preferred-size: calc(100% - 0.01px - var(--grid-gap, 1em));
        flex-basis: calc(100% - 0.01px - 1em);
        flex-basis: calc(100% - 0.01px - var(--grid-gap, 1em));
        max-width: calc(100% - 0.01px - 1em);
        max-width: calc(100% - 0.01px - var(--grid-gap, 1em))
    }
}
@media (min-width: 64rem) {
    .hide\@md {
        display: none !important
    }
}
@media (min-width: 64rem) {
    .flex-wrap\@md {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .flex-column\@md {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .flex-row\@md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .flex-center\@md {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .justify-start\@md {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .justify-end\@md {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .justify-center\@md {
        -ms-flex-pack: center;
        justify-content: center
    }

    .justify-between\@md {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .items-center\@md {
        -ms-flex-align: center;
        align-items: center
    }

    .items-start\@md {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .items-end\@md {
        -ms-flex-align: end;
        align-items: flex-end
    }
}
@media (min-width: 64rem) {
    .text-center\@md {
        text-align: center
    }

    .text-left\@md {
        text-align: left
    }

    .text-right\@md {
        text-align: right
    }
}
@media (min-width: 64rem) {
    .cd-cart__body ul {
        padding-bottom: 90px
    }
}
@media (min-width: 64rem) {
    .cd-cart__product--deleted + .cd-cart__product {
        -webkit-animation: cd-item-move-up .3s;
        animation: cd-item-move-up .3s
    }
}
@media (min-width: 64rem) {
    .cd-cart__product--undo + .cd-cart__product {
        -webkit-animation: cd-item-move-down .3s;
        animation: cd-item-move-down .3s
    }
}
@media (min-width: 64rem) {
    .max-width-adaptive-xl {
        max-width: 64rem;
        max-width: var(--max-width-md)
    }
}
@media (min-width: 64rem) {
    .max-width-adaptive, .max-width-adaptive-lg {
        max-width: 64rem;
        max-width: var(--max-width-md)
    }
}
@media (min-width: 64rem) {
    .max-width-adaptive-sm {
        max-width: 48rem;
        max-width: var(--max-width-sm)
    }
}
@media (min-width: 64rem) {
    .max-width-adaptive-md {
        max-width: 64rem;
        max-width: var(--max-width-md)
    }
}
@media (min-width: 64rem) {
    .cd-cart__body ul {
        padding-bottom: 90px
    }
}
@media (min-width: 64rem) {
    .cd-cart__image {
        width: 90px
    }
}
@media (min-width: 64rem) {
    .cd-cart__select select {
        padding-right: 0.75em;
        padding-right: var(--space-sm)
    }
}
@media (min-width: 64rem) {
    .cd-cart__product--deleted + .cd-cart__product {
        -webkit-animation: cd-item-move-up .3s;
        animation: cd-item-move-up .3s
    }
}
@media (min-width: 64rem) {
    .cd-cart__product--undo + .cd-cart__product {
        -webkit-animation: cd-item-move-down .3s;
        animation: cd-item-move-down .3s
    }
}
@media (min-width: 80rem) {
    .flex-wrap\@lg {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    

    .flex-center\@lg {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    
}

@media (min-width: 90rem) {
    .flex-wrap\@xl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    
   

    .flex-center\@xl {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

   
}


.flex-gap-xxs {
    margin-bottom: -0.375em;
    margin-bottom: calc(-1*var(--space-xxs));
    margin-right: -0.375em;
    margin-right: calc(-1*var(--space-xxs))
}

    .flex-gap-xxs > * {
        margin-bottom: 0.375em;
        margin-bottom: var(--space-xxs);
        margin-right: 0.375em;
        margin-right: var(--space-xxs)
    }


.margin-top-xxl {
    margin-top: 5.25em;
    margin-top: var(--space-xxl)
}




.text-replace {
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap
}

.text-center {
    text-align: center
}



@media (min-width: 32rem) {
    .text-center\@xs {
        text-align: center
    }

    .text-left\@xs {
        text-align: left
    }

    .text-right\@xs {
        text-align: right
    }
}

@media (min-width: 48rem) {
    .text-center\@sm {
        text-align: center
    }

    .text-left\@sm {
        text-align: left
    }

    .text-right\@sm {
        text-align: right
    }
}

@media (min-width: 64rem) {
    .text-center\@md {
        text-align: center
    }

    .text-left\@md {
        text-align: left
    }

    .text-right\@md {
        text-align: right
    }
}

@media (min-width: 80rem) {
    .text-center\@lg {
        text-align: center
    }

    .text-left\@lg {
        text-align: left
    }

    .text-right\@lg {
        text-align: right
    }
}

@media (min-width: 90rem) {
    .text-center\@xl {
        text-align: center
    }

    .text-left\@xl {
        text-align: left
    }

    .text-right\@xl {
        text-align: right
    }
}





.text-component {
    --line-height-multiplier: 1;
    --text-vspace-multiplier: 1
}

    .text-component blockquote {
        padding-left: 1em;
        border-left: 4px solid hsl(240, 1%, 83%);
        border-left: 4px solid var(--color-contrast-low)
    }

    .text-component hr {
        background: hsl(240, 1%, 83%);
        background: var(--color-contrast-low);
        height: 1px
    }

    .text-component figcaption {
        font-size: 0.83333em;
        font-size: var(--text-sm);
        color: hsl(240, 1%, 48%);
        color: var(--color-contrast-medium)
    }

.article.text-component {
    --line-height-multiplier: 1.13;
    --text-vspace-multiplier: 1.2
}



.cd-cart::before {
    content: '';
    position: fixed;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s
}

.cd-cart--open::before {
    opacity: 1;
    visibility: visible
}

.cd-cart__trigger, .cd-cart__content {
    position: fixed;
    bottom: 20px;
    right: 5%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-cart--empty .cd-cart__trigger, .cd-cart--empty .cd-cart__content {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px)
}

@media (min-width: 80rem) {
    .cd-cart__trigger, .cd-cart__content {
        bottom: 40px
    }
}

.cd-cart__trigger {
    z-index: 3;
    height: 72px;
    width: 72px;
    overflow: visible
}

    .cd-cart__trigger::after, .cd-cart__trigger::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        height: 100%;
        width: 100%;
        background: url(../img/cd-icons-cart-close.svg) no-repeat 0 0;
        transition: opacity .2s, -webkit-transform .2s;
        transition: opacity .2s, transform .2s;
        transition: opacity .2s, transform .2s, -webkit-transform .2s
    }

    .cd-cart__trigger::after {
        background-position: -72px 0;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        transform: translateX(-50%) translateY(-50%) rotate(90deg)
    }

.cd-cart--open .cd-cart__trigger::before {
    opacity: 0
}

.cd-cart--open .cd-cart__trigger::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.cd-cart__trigger:hover + .cd-cart__content .cd-cart__layout {
    box-shadow: 0 6px 40px rgba(0,0,0,0.3)
}

.cd-cart--open .cd-cart__trigger:hover + .cd-cart__content .cd-cart__layout {
    box-shadow: 0 4px 30px rgba(0,0,0,0.17)
}

.cd-cart__count {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 28px;
    width: 28px;
    background: hsl(7, 80%, 56%);
    background: var(--cd-color-5);
    color: hsl(0, 0%, 100%);
    color: var(--cd-color-3);
    font-size: 0.83333em;
    font-size: var(--text-sm);
    font-weight: bold;
    border-radius: 50%;
    text-indent: 0;
    transition: -webkit-transform .2s .5s;
    transition: transform .2s .5s;
    transition: transform .2s .5s, -webkit-transform .2s .5s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .cd-cart__count li {
        position: absolute;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: .15s;
        animation-duration: .15s
    }

        .cd-cart__count li:last-of-type {
            visibility: hidden
        }

.cd-cart__count--update li:last-of-type {
    -webkit-animation-name: cd-qty-enter;
    animation-name: cd-qty-enter
}

.cd-cart__count--update li:first-of-type {
    -webkit-animation-name: cd-qty-leave;
    animation-name: cd-qty-leave
}

.cd-cart--open .cd-cart__count {
    transition: -webkit-transform .2s 0s;
    transition: transform .2s 0s;
    transition: transform .2s 0s, -webkit-transform .2s 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.cd-cart--empty .cd-cart__count {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.cd-cart__content {
    z-index: 2;
    width: 90%;
    max-width: 440px;
    height: 400px;
    max-height: 90%;
    pointer-events: none
}

.cd-cart__layout {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    height: 72px;
    width: 72px;
    border-radius: 0.25em;
    border-radius: var(--radius);
    transition: height .4s .1s, width .4s .1s, box-shadow .3s;
    transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
    background: hsl(0, 0%, 100%);
    background: var(--cd-color-3);
    box-shadow: 0 4px 30px rgba(0,0,0,0.17);
    pointer-events: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.cd-cart--open .cd-cart__layout {
    height: 100%;
    width: 100%;
    transition-delay: 0s
}

.cd-cart__header, .cd-cart__body {
    opacity: 0;
    padding-left: 0.825em;
    padding-left: calc(var(--space-sm)*1.1);
    padding-right: 0.825em;
    padding-right: calc(var(--space-sm)*1.1)
}

.cd-cart--open .cd-cart__header, .cd-cart--open .cd-cart__body {
    opacity: 1
}

.cd-cart__header {
    position: relative;
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.25em 0.25em 0 0;
    border-radius: var(--radius) var(--radius) 0 0;
    height: 40px;
    line-height: 40px;
    background-color: hsl(0, 0%, 100%);
    background-color: var(--cd-color-3);
    transition: opacity .2s 0s;
    border-bottom: 1px solid hsl(0, 0%, 90%);
    border-bottom: 1px solid hsl(var(--cd-color-3-h), var(--cd-color-3-s), calc(var(--cd-color-3-l)*0.9))
}

    .cd-cart__header h2 {
        text-transform: uppercase;
        display: inline-block;
        font-size: 0.76388em;
        font-size: calc(var(--text-xs)*1.1);
        font-weight: 700;
        letter-spacing: .1em
    }

.cd-cart--open .cd-cart__header {
    transition: opacity .2s .2s
}

.cd-cart__undo {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
    color: hsl(210, 31%, 28.8%);
    color: hsl(var(--cd-color-1-h), var(--cd-color-1-s), calc(var(--cd-color-1-l)*1.2));
    font-size: 0.69444em;
    font-size: var(--text-xs)
}

    .cd-cart__undo a {
        text-decoration: underline;
        color: hsl(210, 31%, 24%);
        color: var(--cd-color-1)
    }

        .cd-cart__undo a:hover {
            color: hsl(204, 73%, 52%);
            color: var(--cd-color-2)
        }

.cd-cart__undo--visible {
    opacity: 1;
    visibility: visible
}

.cd-cart__body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 0.75em;
    padding-top: var(--space-sm);
    padding-bottom: 0.75em;
    padding-bottom: var(--space-sm);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: opacity .2s
}

    .cd-cart__body ul {
        position: relative;
        padding-bottom: 60px
    }

@media (min-width: 64rem) {
    .cd-cart__body ul {
        padding-bottom: 90px
    }
}

.cd-cart--open .cd-cart__body {
    transition: opacity 0s
}

    .cd-cart--open .cd-cart__body li {
        transition: opacity .3s .2s, -webkit-transform .3s .2s;
        transition: transform .3s .2s, opacity .3s .2s;
        transition: transform .3s .2s, opacity .3s .2s, -webkit-transform .3s .2s;
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

        .cd-cart--open .cd-cart__body li:nth-of-type(2) {
            transition-duration: .4s
        }

        .cd-cart--open .cd-cart__body li:nth-of-type(3) {
            transition-duration: .5s
        }

        .cd-cart--open .cd-cart__body li:nth-of-type(4), .cd-cart--open .cd-cart__body li:nth-of-type(5) {
            transition-duration: .55s
        }

.cd-cart__product {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
    transition: opacity 0s .2s, -webkit-transform 0s .2s;
    transition: opacity 0s .2s, transform 0s .2s;
    transition: opacity 0s .2s, transform 0s .2s, -webkit-transform 0s .2s;
    display: -ms-flexbox;
    display: flex
}

    .cd-cart__product:not(:last-of-type) {
        margin-bottom: 12px
    }

    .cd-cart__product a {
        text-decoration: none
    }

.cd-cart__product--deleted {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-animation: cd-item-slide-out .3s forwards;
    animation: cd-item-slide-out .3s forwards
}

    .cd-cart__product--deleted.cd-cart__product--undo {
        -webkit-animation: cd-item-slide-in .3s forwards;
        animation: cd-item-slide-in .3s forwards
    }

    .cd-cart__product--deleted + .cd-cart__product {
        -webkit-animation: cd-item-move-up-mobile .3s;
        animation: cd-item-move-up-mobile .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

@media (min-width: 64rem) {
    .cd-cart__product--deleted + .cd-cart__product {
        -webkit-animation: cd-item-move-up .3s;
        animation: cd-item-move-up .3s
    }
}

.cd-cart__product--undo + .cd-cart__product {
    -webkit-animation: cd-item-move-down-mobile .3s;
    animation: cd-item-move-down-mobile .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (min-width: 64rem) {
    .cd-cart__product--undo + .cd-cart__product {
        -webkit-animation: cd-item-move-down .3s;
        animation: cd-item-move-down .3s
    }
}

.cd-cart__image {
    display: inline-block;
    width: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .cd-cart__image img {
        display: block
    }

@media (min-width: 64rem) {
    .cd-cart__image {
        width: 90px
    }
}

.cd-cart__details {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 0.825em;
    padding-top: calc(var(--space-sm)*1.1);
    padding-left: 0.6em;
    padding-left: calc(var(--space-xs)*1.2)
}

    .cd-cart__details h3 {
        font-weight: bold;
        width: 70%;
        font-size: 0.95833em;
        font-size: calc(var(--text-sm)*1.15)
    }

        .cd-cart__details h3 a {
            color: hsl(210, 31%, 24%);
            color: var(--cd-color-1)
        }

            .cd-cart__details h3 a:hover {
                color: hsl(204, 73%, 52%);
                color: var(--cd-color-2)
            }

.cd-cart__price {
    width: 30%;
    text-align: right;
    font-size: 0.91666em;
    font-size: calc(var(--text-sm)*1.1);
    font-weight: bold
}

.cd-cart__actions {
    display: -ms-flexbox;
    display: flex;
    font-size: 0.76388em;
    font-size: calc(var(--text-xs)*1.1)
}

.cd-cart__delete-item, .cd-cart__quantity {
    color: hsl(210, 31%, 28.8%);
    color: hsl(var(--cd-color-1-h), var(--cd-color-1-s), calc(var(--cd-color-1-l)*1.2));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cd-cart__delete-item {
    margin-right: 0.75em;
    margin-right: var(--space-sm)
}

    .cd-cart__delete-item:hover {
        color: hsl(7, 80%, 56%);
        color: var(--cd-color-5)
    }

.cd-cart__quantity {
    display: -ms-flexbox;
    display: flex
}

    .cd-cart__quantity label {
        margin-right: 0.375em;
        margin-right: var(--space-xxs)
    }

.cd-cart__select {
    position: relative
}

    .cd-cart__select select {
        position: relative;
        padding: 0 1.25em 0 0;
        padding: 0 var(--space-md) 0 0;
        cursor: pointer;
        color: currentColor
    }

        .cd-cart__select select:focus {
            outline: none;
            color: hsl(210, 31%, 24%);
            color: var(--cd-color-1);
            box-shadow: 0 1px 0 currentColor
        }

        .cd-cart__select select::-ms-expand {
            display: none
        }

    .cd-cart__select .icon {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 12px;
        height: 12px;
        color: currentColor;
        pointer-events: none
    }

@media (min-width: 64rem) {
    .cd-cart__select select {
        padding-right: 0.75em;
        padding-right: var(--space-sm)
    }
}
.icon {
    display: inline-block;
    color: inherit;
    fill: currentColor;
    height: 1em;
    width: 1em;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.cd-cart__footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 0.25em 0.25em;
    border-radius: 0 0 var(--radius) var(--radius);
    box-shadow: 0 -2px 20px rgba(0,0,0,0.15);
    background: hsl(0, 0%, 100%);
    background: var(--cd-color-3)
}

.cd-cart__checkout {
    display: block;
    height: 72px;
    line-height: 72px;
    margin-right: 72px;
    background: hsl(204, 73%, 52%);
    background: var(--cd-color-2);
    color: hsla(0, 0%, 100%, 0);
    color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 1.2em;
    font-size: var(--text-md);
    font-weight: 600;
    transition: all .2s 0s
}

    .cd-cart__checkout:hover {
        background: hsl(204, 73%, 56.16%);
        background: hsl(var(--cd-color-2-h), var(--cd-color-2-s), calc(var(--cd-color-2-l)*1.08))
    }

    .cd-cart__checkout em {
        position: relative;
        display: inline-block;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
        transition: -webkit-transform 0s .2s;
        transition: transform 0s .2s;
        transition: transform 0s .2s, -webkit-transform 0s .2s
    }

    .cd-cart__checkout .icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        opacity: 0;
        transition: opacity .2s;
        color: currentColor
    }

.cd-cart--open .cd-cart__checkout {
    color: hsl(0, 0%, 100%);
    color: var(--cd-color-3);
    transition: color .2s .3s
}

    .cd-cart--open .cd-cart__checkout em {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        transition: padding .2s 0s, -webkit-transform .2s .3s;
        transition: transform .2s .3s, padding .2s 0s;
        transition: transform .2s .3s, padding .2s 0s, -webkit-transform .2s .3s
    }

    .cd-cart--open .cd-cart__checkout:hover em {
        padding-right: 30px
    }

    .cd-cart--open .cd-cart__checkout:hover .icon {
        opacity: 1
    }


.cd-main h1 {
    color: hsl(210, 31%, 24%);
    color: var(--cd-color-1)
}

.cd-add-to-cart .cd-article-link {
    display: inline-block;
    padding: 0.75em 1.25em;
    padding: var(--space-sm) var(--space-md);
    border-radius: 50em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    text-decoration: none;
    font-size: 0.83333em;
    font-size: var(--text-sm);
    transition: all .2s
}

.cd-add-to-cart {
    background: hsl(204, 73%, 52%);
    background: var(--cd-color-2);
    color: hsl(0, 0%, 100%);
    color: var(--cd-color-3);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .cd-add-to-cart:hover {
        background: hsl(204, 73%, 57.2%);
        background: hsl(var(--cd-color-2-h), var(--cd-color-2-s), calc(var(--cd-color-2-l)*1.1))
    }

    .cd-add-to-cart:active {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }

.cd-article-link {
    color: hsl(210, 31%, 24%);
    color: var(--cd-color-1);
    background-color: hsl(192, 15%, 84.6%);
    background-color: hsl(var(--cd-color-4-h), var(--cd-color-4-s), calc(var(--cd-color-4-l)*0.9))
}

    .cd-article-link:hover {
        background-color: hsl(192, 15%, 89.3%);
        background-color: hsl(var(--cd-color-4-h), var(--cd-color-4-s), calc(var(--cd-color-4-l)*0.95))
    }
