@charset "UTF-8";

.is-article,
.is-page {
    line-height: 26px
}

.is-article .header__image-wrapper {
    height: 350px
}

@media only screen and (min-width:750px) {
    .is-article .header__image-wrapper {
        height: 450px
    }
}

.article-tags__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px
}

.article-tags__item {
    margin: 0 5px 5px
}

.article-tags__link {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    text-transform: uppercase
}

.article__published {
    color: #999;
    font-size: 13px;
    margin-top: -10px
}

.article__container {
    background-color: #fff;
    padding: 30px 0
}

@media only screen and (min-width:750px) {
    .article__container {
        padding: 60px 0
    }
}

.article__container .page-width:first-child>div:not(:last-child):not(.article-share) {
    margin-bottom: 60px
}

.article__container .page-width:first-child {
    max-width: 1000px
}

@media only screen and (min-width:750px) {
    .block-ingredients {
        border: 1px solid #f0edeb;
        margin: 0 auto;
        max-width: 760px;
        padding: 60px
    }
}

.block-ingredients ul:not(:last-child) {
    margin-bottom: 20px
}

.block-ingredients li:not(:last-child) {
    margin-bottom: 10px
}

@media only screen and (min-width:750px) {
    .block-instructions {
        border: 1px solid #f0edeb;
        margin: 0 auto;
        max-width: 760px;
        padding: 60px
    }
}

.block-instructions ol {
    counter-reset: li;
    list-style-type: none
}

.block-instructions ol:not(:last-child) {
    margin-bottom: 60px
}

.block-instructions ol li {
    padding-left: 40px;
    position: relative
}

.block-instructions ol li>strong:first-child {
    font-size: 16px
}

.block-instructions ol li:before {
    align-items: center;
    background-color: #f0edeb;
    border-radius: 50%;
    content: counter(li);
    counter-increment: li;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    height: 24px;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 24px
}

.block-instructions li:not(:last-child) {
    margin-bottom: 30px
}

.block-share {
    border-bottom: 2px solid #f0edeb;
    margin: 60px 0;
    padding-bottom: 10px
}

.article-nav {
    margin-bottom: 30px
}

@media only screen and (min-width:750px) {
    .article-nav {
        margin-bottom: 60px
    }
}

.article-nav__view-all {
    margin-bottom: 30px;
    text-decoration: underline
}

@media only screen and (min-width:750px) {
    .article-nav__list {
        display: flex;
        justify-content: center;
        margin-left: -30px
    }
}

@media only screen and (max-width:749px) {
    .article-nav__item:not(:last-child) {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:750px) {
    .article-nav__item {
        padding-left: 30px;
        width: 50%
    }
}

.article-nav__item-wrapper {
    display: flex
}

.article-nav__image-wrapper {
    width: 40%
}

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

.article-nav__content-wrapper {
    background-color: #f0edeb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    width: 60%
}

.article-nav__heading {
    color: #757575;
    font-family: var(--font-stack-header);
    font-size: 16px;
    font-weight: var(--font-weight-header);
    letter-spacing: var(--font-letter-spacing-header);
    margin-bottom: 5px
}

.article-nav__title {
    font-family: var(--font-stack-body);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: var(--font-letter-spacing-body);
    margin-bottom: 0
}

.block-section--narrow {
    margin: 0 auto;
    max-width: 660px
}

.block-image-quote__content-wrapper {
    font-size: 20px;
    padding: 30px;
    text-align: center
}

@media only screen and (min-width:750px) {
    .block-image-quote {
        display: flex
    }

    .block-image-quote__image-wrapper {
        width: 50%
    }

    .block-image-quote__content-wrapper {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 50%
    }

    .block-image-quote--reverse .block-image-quote__content-wrapper {
        order: -1
    }
}

@media only screen and (max-width:749px) {
    .block-image-content__content-wrapper {
        padding: 20px 0 0
    }
}

@media only screen and (min-width:750px) {
    .block-image-content {
        display: flex
    }

    .block-image-content__image-wrapper {
        width: 50%
    }

    .block-image-content__content-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 0 40px;
        width: 50%
    }

    .block-image-content--reverse .block-image-content__content-wrapper {
        order: -1;
        padding: 0 40px 0 0
    }
}

.block-transcript {
    margin: 0 auto;
    max-height: 0;
    max-width: 760px;
    overflow: hidden;
    transition: all .3s
}

.block-transcript[data-aria-hidden=false] {
    margin-top: 20px;
    max-height: 2000px
}

.block-transcript ol {
    border: 1px solid #f0edeb;
    padding: 60px
}

.block-transcript.is-visible ol {
    max-height: 2000px
}

.block-transcript ol li {
    display: flex
}

.block-transcript ol li:not(:last-child) {
    margin-bottom: 10px
}

.block-transcript ol li>span:first-child {
    flex: 0 0 60px
}

.block-video__view-transcript {
    align-items: center;
    background-color: inherit;
    border: 0;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-top: 5px;
    padding: 5px 8px
}

.block-video__view-transcript svg {
    height: 16px;
    margin-right: 5px;
    width: 16px
}

.block-image-steps ol {
    display: grid;
    gap: 30px 15px;
    grid-template-columns: 1fr
}

@media only screen and (min-width:750px) {
    .block-image-steps ol {
        gap: 60px 30px;
        grid-template-columns: 1fr 1fr
    }
}

.block-image-steps__info {
    margin-top: 20px;
    padding-left: 40px;
    position: relative
}

.block-image-steps__step {
    align-items: center;
    background-color: #f0edeb;
    border-radius: 50%;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    height: 24px;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 24px
}

.blog-content {
    background-color: #fff;
    padding: 30px 0
}

.blog-feature {
    background-color: #212121;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px
}

@media only screen and (min-width:960px) {
    .blog-feature {
        flex-direction: row
    }

    .blog-feature__image-wrapper {
        width: 65%
    }
}

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

.blog-feature__content-wrapper {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    text-align: center
}

@media only screen and (min-width:960px) {
    .blog-feature__content-wrapper {
        padding: 40px;
        width: 35%
    }
}

.blog-filters__wrapper {
    background-color: #f0edeb;
    display: flex;
    margin-bottom: 30px;
    padding: 20px
}

@media only screen and (max-width:749px) {
    .blog-filters__wrapper {
        flex-direction: column;
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width:750px) {
    .blog-filters__wrapper .blog-filter:not(:last-child) {
        margin-right: 20px
    }
}

@media only screen and (max-width:749px) {
    .blog-filter:not(:last-child) {
        margin-bottom: 15px
    }
}

.blog-filter .select-group {
    min-width: 180px
}

@media only screen and (max-width:749px) {
    .blog-filter .select-group {
        width: 100%
    }
}

.blog-filter select {
    padding: 12px 12px 12px 18px;
    width: 100% !important
}

.blog-articles {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr
}

@media only screen and (min-width:750px) {
    .blog-articles {
        gap: 30px;
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (min-width:960px) {
    .blog-articles {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.blog-carousel__wrapper {
    margin: 60px 0 30px
}

.blog-carousel__wrapper .carousel--arrows .splide__arrow {
    top: calc(50% - 75px)
}

.carousel .article-card .article-card__image-wrappper:after {
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .75));
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

footer {
    background-color: #2f3a32;
    color: #fff;
    padding: 40px 0
}

.footer-columns {
    display: grid;
    gap: 0 20px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

@media only screen and (min-width:750px) {
    .footer-columns {
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (min-width:960px) {
    .footer-columns {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

.footer-columns__column {
    margin-bottom: 50px
}

@media only screen and (max-width:749px) {
    .footer-columns__column:last-child {
        order: -1
    }
}

@media only screen and (min-width:750px) {
    .footer-columns__column {
        margin-bottom: 30px
    }
}

.footer-columns__title {
    color: #fff
}

.footer-linklist__item:not(:last-child) {
    margin-bottom: 10px
}

.footer-linklist__link {
    align-items: center;
    color: #fff;
    display: inline-flex
}

.footer-linklist__link:not([disabled]):hover {
    color: #fff
}

.footer-linklist__link svg {
    height: 14px;
    margin-right: 8px;
    width: 14px
}

.footer-social__item {
    display: inline-block;
    margin: 0 10px
}

.footer-social__item:first-of-type {
    margin-left: 0
}

.footer-social__item:last-of-type {
    margin-right: 0
}

.footer-social__link {
    color: #fff
}

.footer-section {
    border-top: 1px solid #4c534c;
    margin-top: 30px;
    padding-top: 30px
}

.footer-featured__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
    text-transform: uppercase
}

.footer-featured__item {
    flex-grow: 1
}

@media only screen and (max-width:959px) {
    .footer-featured__item:first-child {
        flex: 1 1 100%
    }
}

@media only screen and (max-width:1279px) {
    .footer-featured__item {
        min-width: 20%
    }
}

@media only screen and (min-width:1280px) {
    .footer-featured__list {
        gap: 10px
    }
}

.footer-legal {
    align-items: center;
    display: flex;
    font-size: 14px;
    justify-content: space-between
}

.footer-legal:not(:nth-child(2)) {
    align-items: center;
    display: flex;
    flex: 1
}

.footer-legal-linklist__link:not([disabled]) {
    color: #bcbcbc
}

.footer-legal-linklist__link:not([disabled]):hover {
    color: #fff
}

@media only screen and (max-width:1279px) {
    .footer-legal {
        flex-wrap: wrap;
        justify-content: center
    }

    .footer-legal__item {
        text-align: center;
        width: 100%
    }

    .footer-legal__item:not(:last-child) {
        margin-bottom: 30px
    }

    .footer-legal__item:nth-child(2) {
        order: -1
    }
}

.footer-legal-linklist__item {
    display: inline-block;
    margin: 0 18px
}

@media only screen and (max-width:749px) {
    .footer-legal-linklist {
        text-align: left
    }

    .footer-legal-linklist__item {
        display: block;
        margin: 0 0 20px
    }
}

.footer-seo-linklist {
    text-align: center
}

.footer-seo-linklist__item {
    display: inline-block;
    margin: 0 18px
}

@media only screen and (max-width:749px) {
    .footer-seo-linklist {
        text-align: left
    }

    .footer-seo-linklist__item {
        display: block;
        margin: 0 0 20px
    }
}

.footer-seo-linklist__link:not([disabled]) {
    color: #717171
}

.footer-seo-linklist__link:not([disabled]):hover {
    color: #fff
}


footer a:not(.footer-social__link) span {
    border-bottom: 1px solid transparent
}

footer a:active:not(.footer-social__link) span,
footer a:hover:not(.footer-social__link) span {
    border-color: currentColor
}

.header__wrapper {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    position: sticky;
    top: 0;
    z-index: 100
}

.header {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 60px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 15px
}

@media screen and (min-width:1280px) {
    .header {
        height: 80px;
        padding: 0 30px
    }
}

.header-left,
.header-right {
    display: flex;
    flex: 1
}

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

.header-logo {
    display: block
}

.header-logo img {
    display: block;
    width: 160px
}

@media screen and (min-width:640px) {
    .header-logo img {
        max-width: 220px;
        width: 22vw
    }
}

.nav-utilities {
    align-items: center;
    display: flex
}



.header-left .nav-utilities__item:not(:last-child) {
    margin-right: 10px
}

.header-right .nav-utilities__item:not(:first-child) {
    margin-left: 10px
}

.header-left .nav-utilities .search-placeholder {
    color: #a6a6a6;
    display: none;
    font-size: 13px
}

.header-search {
    align-items: center;
    background-color: transparent;
    border: 0;
    display: flex
}

.header-search .header-icon {
    margin-right: 5px
}

.header-search .header-icon svg {
    height: 20px;
    width: 20px
}

@media screen and (min-width:1280px) {
    .header-left .nav-utilities .nav-utilities__item:first-child {
        display: none
    }

    .header-left .nav-utilities .search-placeholder {
        display: block
    }

    .header-search {
        border: 1px solid var(--color-border);
        border-radius: 25px;
        padding: 6px 20px 6px 10px
    }
}

@media screen and (max-width:1279px) {
    .header-right .nav-utilities__item:first-child {
        display: none
    }
}

.header-icon {
    display: block
}

.header-icon svg {
    cursor: pointer;
    display: block;
    height: 24px;
    width: 24px
}

.header-icon--hamburger svg {
    height: 20px;
    width: 20px
}

.nav-mobile-open,
.nav-mobile-open body {
    height: 100%;
    overflow: hidden
}

.nav-mobile {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    transform: translate(-100vw);
    transition: transform .3s ease;
    width: 100vw;
    z-index: 1000
}

@media screen and (min-width:1280px) {
    .nav-mobile {
        display: none
    }
}

.nav-mobile.is-visible {
    transform: translate(0);
    visibility: visible
}

.nav-mobile__container {
    background-color: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    min-height: 100%;
    overflow: hidden;
    top: 0;
    width: 100%
}

.nav-mobile__content {
    background-color: #fff;
    bottom: 0;
    overflow: scroll;
    position: fixed;
    top: 60px;
    width: 100%
}

.nav-mobile__content:not(:first-child) {
    transform: translate(-100%);
    transition: transform .2s ease
}

.nav-mobile__content:not(:first-child).is-active {
    transform: translate(0)
}

.nav-mobile__header {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: space-between;
    padding: 0 15px
}

.nav-mobile__header-left svg,
.nav-mobile__header-right svg {
    display: block;
    height: 20px;
    width: 20px
}

.nav-mobile__header-center svg {
    display: block;
    width: 160px
}

.nav-mobile__footer-menu {
    padding: 15px
}

.nav-mobile__footer-menu li {
    margin-bottom: 30px
}

.nav-mobile__footer-menu li a {
    align-items: center;
    display: flex
}

.nav-mobile__footer-menu li svg {
    height: 16px;
    margin-right: 10px;
    width: 16px
}

.nav-mobile__banner {
    align-items: center;
    background-position: 50%;
    background-size: cover;
    display: flex;
    height: 140px;
    justify-content: center;
    position: relative
}

.nav-mobile__banner-image {
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.nav-mobile__banner:after {
    background-color: #0003;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.nav-mobile__banner-title {
    color: #fff;
    font-family: proxima-nova;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0;
    text-transform: uppercase;
    z-index: 1
}

.nav-mobile__items {
    padding: 15px
}

.nav-mobile__item {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 15px 18px 15px 0;
    position: relative;
    text-align: left;
    width: 100%
}

.nav-mobile__item--has-submenu {
    cursor: normal;
    padding: 0
}

.nav-mobile__content--index .nav-mobile__item {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 20px 0;
    text-transform: uppercase;
    width: 100%
}

.nav-mobile__content--index .nav-mobile__item:not(:last-child) {
    border-bottom: 1px solid #eef0ed
}

.nav-mobile__right-arrow,
.nav-mobile__right-arrow svg {
  pointer-events: none;
}

.nav-mobile__right-arrow svg {
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.nav-mobile__item-submenu {
    background-color: transparent;
    border: 0;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 15px 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%
}

.nav-mobile__item-submenu:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHBhdGggZD0iTTI0IDI0SDBWMGgyNHYyNHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii44NyIvPjxwYXRoIGQ9Ik0xNi41OSA4LjU5IDEyIDEzLjE3IDcuNDEgOC41OSA2IDEwbDYgNiA2LTYtMS40MS0xLjQxeiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 20px;
    position: absolute;
    right: auto;
    top: calc(50% - 10px);
    width: 20px
}

.nav-mobile__submenu {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: .2s;
    visibility: hidden
}

.nav-mobile__item-submenu.is-active~.nav-mobile__submenu {
    height: auto;
    margin-bottom: 15px;
    opacity: 1;
    overflow: auto;
    visibility: visible
}

.nav-mobile__submenu-item {
    display: block;
    font-size: 14px;
    letter-spacing: .75px;
    padding: 10px 20px
}

.nav-mobile__items>.nav-mobile__item--has-submenu:last-of-type {
    margin-bottom: 20px
}

.nav-header {
    display: none
}

.nav-header__item {
    display: flex;
    height: 80px
}

@media screen and (min-width:1280px) {
    .nav-header {
        display: flex
    }
}

.nav-header__item-action {
    align-items: center;
    background-color: transparent;
    border: 0;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-right: 30px;
    padding: 0;
    position: relative;
    text-transform: uppercase
}

@media screen and (min-width:1280px) {
    .header-left .nav-header__item-action {
        margin-right: 30px
    }

    .header-right .nav-header__item-action {
        margin: 0 15px
    }

    .header-right .nav-header__item:last-child .nav-header__item-action {
        margin-right: 30px
    }
}

@media screen and (min-width:1400px) {
    .header-left .nav-header__item-action {
        margin-right: 50px
    }

    .header-right .nav-header__item-action {
        margin: 0 25px
    }

    .header-right .nav-header__item:last-child .nav-header__item-action {
        margin-right: 50px
    }
}

.nav-header__item-arrow {
    position: absolute;
    right: -15px;
    top: calc(50% - 6px)
}

.nav-header__item-arrow,
.nav-header__item-arrow svg {
    display: block;
    height: 12px;
    width: 12px
}

.home-hero {
    background-color: #fff;
    padding-bottom: 5px
}

@media only screen and (min-width:960px) {
    .home-hero {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        display: grid
    }

    .home-hero--layout-one {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        height: calc(100vh - var(--header-height) - var(--announcement-height));
        min-height: 600px
    }

    .home-hero--layout-three,
    .home-hero--layout-two {
        grid-template-columns: repeat(2, 1fr)
    }
}

.home-hero__banner {
    background-color: #f7f7f7;
    background-position: 50%;
    background-size: cover;
    display: flex;
    position: relative;
    width: 100%
}

@media only screen and (max-width:959px) {
    .home-hero__banner:not(:last-child) {
        margin-bottom: 1px
    }

    .home-hero--layout-one .home-hero__banner:first-child {
        height: 75vh
    }

    .home-hero--layout-one .home-hero__banner:nth-child(2),
    .home-hero--layout-one .home-hero__banner:nth-child(3) {
        height: 40vh
    }

    .home-hero--layout-two .home-hero__banner:first-child {
        height: calc(100vh - var(--header-height))
    }

    .home-hero--layout-two .home-hero__banner:nth-child(2),
    .home-hero--layout-two .home-hero__banner:nth-child(3) {
        height: 40vh;
        min-height: 400px
    }

    .home-hero--layout-three .home-hero__banner:first-child,
    .home-hero--layout-three .home-hero__banner:nth-child(2),
    .home-hero--layout-three .home-hero__banner:nth-child(3) {
        height: calc(33.33333vh - var(--header-height)/3 - 1px)
    }
}

@media only screen and (min-width:960px) {
    .home-hero--layout-one .home-hero__banner:first-child {
        grid-area: 1/1/3/3
    }

    .home-hero--layout-one .home-hero__banner:nth-child(2) {
        grid-area: 1/3/2/4
    }

    .home-hero--layout-one .home-hero__banner:nth-child(3) {
        grid-area: 2/3/3/4
    }

    .home-hero--layout-two .home-hero__banner:first-child {
        grid-area: 1/1/2/3;
        height: calc(100vh - var(--header-height))
    }

    .home-hero--layout-two .home-hero__banner:nth-child(2) {
        grid-area: 2/1/3/2;
        grid-area: 2/2/3/3;
        height: 40vh
    }

    .home-hero--layout-three .home-hero__banner:first-child {
        grid-area: 1/1/2/3;
        height: calc(75vh - var(--header-height))
    }

    .home-hero--layout-three .home-hero__banner:nth-child(2) {
        grid-area: 2/1/3/2;
        grid-area: 2/2/3/3;
        height: 40vh
    }
}

.home-hero__overlay:before {
    background-image: linear-gradient(180deg, #0000001a 35%, #0009);
    content: "";
    z-index: 1
}

.home-hero__inner,
.home-hero__overlay:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.home-hero__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px;
    text-align: center;
    z-index: 2
}

@media only screen and (max-width:959px) {
    .home-hero__banner:first-child .home-hero__inner {
        justify-content: flex-end
    }

    .home-hero__inner {
        padding: 35px
    }
}

@media only screen and (min-width:960px) {
    .home-hero__inner--top {
        justify-content: flex-start
    }

    .home-hero__inner--middle {
        justify-content: center
    }

    .home-hero__inner--bottom {
        justify-content: flex-end
    }
}

.home-hero__title {
    font-size: 56px
}

@media only screen and (max-width:959px) {
    .home-hero__title {
        font-size: 44px
    }
}

.home-hero__description {
    font-size: 16px;
    font-weight: 600
}

@media only screen and (max-width:959px) {
    .home-hero__description {
        font-size: 14px
    }
}

.home-hero__description,
.home-hero__title {
    margin: 0;
    max-width: 600px
}

.home-hero__btn {
    margin-top: 15px
}

@media only screen and (min-width:960px) {
    .home-hero__btn {
        margin-top: 20px
    }
}

.home-hero__description,
.home-hero__title {
    color: #fff
}

.home-hero__image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald/Oswald-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald/Oswald-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald/Oswald-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald/Oswald-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald/Oswald-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald/Oswald-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


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

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

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

.slick-list:focus {
    outline: 0
}

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

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

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

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

.slick-slide img {
    display: block
}

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

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

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

.slick-loading .slick-slide {
    visibility: hidden
}

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

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

.slick-loading .slick-list {
    background: #fff var(--slick-img-url) center center no-repeat
}

.slick-next,
.slick-prev {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-family: "slick-icons, sans-serif";
    font-size: 20px;
    line-height: 1;
    opacity: .75
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

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

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

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

.slick-dots li a:before,
.slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    content: "\2022";
    font-family: "slick-icons, sans-serif";
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

.disclosure__toggle,
input,
select,
textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

a {
    background-color: transparent
}

b,
strong {
    font-weight: var(--font-weight-body--bolder)
}

em {
    font-style: italic
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    max-width: 100%
}

.disclosure__toggle,
button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    color: inherit;
    font: inherit;
    margin: 0
}

button[disabled],
html input[disabled] {
    cursor: default
}

button[disabled] {
    opacity: .5
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

input[type=email],
input[type=number],
input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

td,
th {
    padding: 0
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: auto
}

.disclosure__toggle,
[role=button],
a,
button,
input,
label,
select,
textarea {
    touch-action: manipulation
}

.grid--rev {
    direction: rtl;
    text-align: left
}

.grid--rev>.grid__item {
    direction: ltr;
    float: right;
    text-align: left
}

.one-whole {
    width: 100%
}

.one-half {
    width: 50%
}

.one-third {
    width: 33.33333%
}

.two-thirds {
    width: 66.66667%
}

.one-quarter {
    width: 25%
}

.two-quarters {
    width: 50%
}

.three-quarters {
    width: 75%
}

.one-fifth {
    width: 20%
}

.two-fifths {
    width: 40%
}

.three-fifths {
    width: 60%
}

.four-fifths {
    width: 80%
}

.one-sixth {
    width: 16.66667%
}

.two-sixths {
    width: 33.33333%
}

.three-sixths {
    width: 50%
}

.four-sixths {
    width: 66.66667%
}

.five-sixths {
    width: 83.33333%
}

.one-eighth {
    width: 12.5%
}

.two-eighths {
    width: 25%
}

.three-eighths {
    width: 37.5%
}

.four-eighths {
    width: 50%
}

.five-eighths {
    width: 62.5%
}

.six-eighths {
    width: 75%
}

.seven-eighths {
    width: 87.5%
}

.one-tenth {
    width: 10%
}

.two-tenths {
    width: 20%
}

.three-tenths {
    width: 30%
}

.four-tenths {
    width: 40%
}

.five-tenths {
    width: 50%
}

.six-tenths {
    width: 60%
}

.seven-tenths {
    width: 70%
}

.eight-tenths {
    width: 80%
}

.nine-tenths {
    width: 90%
}

.one-twelfth {
    width: 8.33333%
}

.two-twelfths {
    width: 16.66667%
}

.three-twelfths {
    width: 25%
}

.four-twelfths {
    width: 33.33333%
}

.five-twelfths {
    width: 41.66667%
}

.six-twelfths {
    width: 50%
}

.seven-twelfths {
    width: 58.33333%
}

.eight-twelfths {
    width: 66.66667%
}

.nine-twelfths {
    width: 75%
}

.ten-twelfths {
    width: 83.33333%
}

.eleven-twelfths {
    width: 91.66667%
}

.show {
    display: block !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media only screen and (max-width:959px) {
    .small--one-whole {
        width: 100%
    }

    .small--one-half {
        width: 50%
    }

    .small--one-third {
        width: 33.33333%
    }

    .small--two-thirds {
        width: 66.66667%
    }

    .small--one-quarter {
        width: 25%
    }

    .small--two-quarters {
        width: 50%
    }

    .small--three-quarters {
        width: 75%
    }

    .small--one-fifth {
        width: 20%
    }

    .small--two-fifths {
        width: 40%
    }

    .small--three-fifths {
        width: 60%
    }

    .small--four-fifths {
        width: 80%
    }

    .small--one-sixth {
        width: 16.66667%
    }

    .small--two-sixths {
        width: 33.33333%
    }

    .small--three-sixths {
        width: 50%
    }

    .small--four-sixths {
        width: 66.66667%
    }

    .small--five-sixths {
        width: 83.33333%
    }

    .small--one-eighth {
        width: 12.5%
    }

    .small--two-eighths {
        width: 25%
    }

    .small--three-eighths {
        width: 37.5%
    }

    .small--four-eighths {
        width: 50%
    }

    .small--five-eighths {
        width: 62.5%
    }

    .small--six-eighths {
        width: 75%
    }

    .small--seven-eighths {
        width: 87.5%
    }

    .small--one-tenth {
        width: 10%
    }

    .small--two-tenths {
        width: 20%
    }

    .small--three-tenths {
        width: 30%
    }

    .small--four-tenths {
        width: 40%
    }

    .small--five-tenths {
        width: 50%
    }

    .small--six-tenths {
        width: 60%
    }

    .small--seven-tenths {
        width: 70%
    }

    .small--eight-tenths {
        width: 80%
    }

    .small--nine-tenths {
        width: 90%
    }

    .small--one-twelfth {
        width: 8.33333%
    }

    .small--two-twelfths {
        width: 16.66667%
    }

    .small--three-twelfths {
        width: 25%
    }

    .small--four-twelfths {
        width: 33.33333%
    }

    .small--five-twelfths {
        width: 41.66667%
    }

    .small--six-twelfths {
        width: 50%
    }

    .small--seven-twelfths {
        width: 58.33333%
    }

    .small--eight-twelfths {
        width: 66.66667%
    }

    .small--nine-twelfths {
        width: 75%
    }

    .small--ten-twelfths {
        width: 83.33333%
    }

    .small--eleven-twelfths {
        width: 91.66667%
    }

    .grid--uniform .small--five-tenths:nth-child(odd),
    .grid--uniform .small--four-eighths:nth-child(odd),
    .grid--uniform .small--four-twelfths:nth-child(3n+1),
    .grid--uniform .small--one-eighth:nth-child(8n+1),
    .grid--uniform .small--one-fifth:nth-child(5n+1),
    .grid--uniform .small--one-half:nth-child(odd),
    .grid--uniform .small--one-quarter:nth-child(4n+1),
    .grid--uniform .small--one-sixth:nth-child(6n+1),
    .grid--uniform .small--one-third:nth-child(3n+1),
    .grid--uniform .small--one-twelfth:nth-child(12n+1),
    .grid--uniform .small--six-twelfths:nth-child(odd),
    .grid--uniform .small--three-sixths:nth-child(odd),
    .grid--uniform .small--three-twelfths:nth-child(4n+1),
    .grid--uniform .small--two-eighths:nth-child(4n+1),
    .grid--uniform .small--two-sixths:nth-child(3n+1),
    .grid--uniform .small--two-twelfths:nth-child(6n+1) {
        clear: both
    }

    .small--show {
        display: block !important
    }

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

    .small--text-left {
        text-align: left !important
    }

    .small--text-right {
        text-align: right !important
    }

    .small--text-center {
        text-align: center !important
    }
}

@media only screen and (min-width:760px) {
    .small-up--one-whole {
        width: 100%
    }

    .small-up--one-half {
        width: 50%
    }

    .small-up--one-third {
        width: 33.33333%
    }

    .small-up--two-thirds {
        width: 66.66667%
    }

    .small-up--one-quarter {
        width: 25%
    }

    .small-up--two-quarters {
        width: 50%
    }

    .small-up--three-quarters {
        width: 75%
    }

    .small-up--one-fifth {
        width: 20%
    }

    .small-up--two-fifths {
        width: 40%
    }

    .small-up--three-fifths {
        width: 60%
    }

    .small-up--four-fifths {
        width: 80%
    }

    .small-up--one-sixth {
        width: 16.66667%
    }

    .small-up--two-sixths {
        width: 33.33333%
    }

    .small-up--three-sixths {
        width: 50%
    }

    .small-up--four-sixths {
        width: 66.66667%
    }

    .small-up--five-sixths {
        width: 83.33333%
    }

    .small-up--one-eighth {
        width: 12.5%
    }

    .small-up--two-eighths {
        width: 25%
    }

    .small-up--three-eighths {
        width: 37.5%
    }

    .small-up--four-eighths {
        width: 50%
    }

    .small-up--five-eighths {
        width: 62.5%
    }

    .small-up--six-eighths {
        width: 75%
    }

    .small-up--seven-eighths {
        width: 87.5%
    }

    .small-up--one-tenth {
        width: 10%
    }

    .small-up--two-tenths {
        width: 20%
    }

    .small-up--three-tenths {
        width: 30%
    }

    .small-up--four-tenths {
        width: 40%
    }

    .small-up--five-tenths {
        width: 50%
    }

    .small-up--six-tenths {
        width: 60%
    }

    .small-up--seven-tenths {
        width: 70%
    }

    .small-up--eight-tenths {
        width: 80%
    }

    .small-up--nine-tenths {
        width: 90%
    }

    .small-up--one-twelfth {
        width: 8.33333%
    }

    .small-up--two-twelfths {
        width: 16.66667%
    }

    .small-up--three-twelfths {
        width: 25%
    }

    .small-up--four-twelfths {
        width: 33.33333%
    }

    .small-up--five-twelfths {
        width: 41.66667%
    }

    .small-up--six-twelfths {
        width: 50%
    }

    .small-up--seven-twelfths {
        width: 58.33333%
    }

    .small-up--eight-twelfths {
        width: 66.66667%
    }

    .small-up--nine-twelfths {
        width: 75%
    }

    .small-up--ten-twelfths {
        width: 83.33333%
    }

    .small-up--eleven-twelfths {
        width: 91.66667%
    }

    .grid--uniform .small-up--five-tenths:nth-child(odd),
    .grid--uniform .small-up--four-eighths:nth-child(odd),
    .grid--uniform .small-up--four-twelfths:nth-child(3n+1),
    .grid--uniform .small-up--one-eighth:nth-child(8n+1),
    .grid--uniform .small-up--one-fifth:nth-child(5n+1),
    .grid--uniform .small-up--one-half:nth-child(odd),
    .grid--uniform .small-up--one-quarter:nth-child(4n+1),
    .grid--uniform .small-up--one-sixth:nth-child(6n+1),
    .grid--uniform .small-up--one-third:nth-child(3n+1),
    .grid--uniform .small-up--one-twelfth:nth-child(12n+1),
    .grid--uniform .small-up--six-twelfths:nth-child(odd),
    .grid--uniform .small-up--three-sixths:nth-child(odd),
    .grid--uniform .small-up--three-twelfths:nth-child(4n+1),
    .grid--uniform .small-up--two-eighths:nth-child(4n+1),
    .grid--uniform .small-up--two-sixths:nth-child(3n+1),
    .grid--uniform .small-up--two-twelfths:nth-child(6n+1) {
        clear: both
    }

    .small-up--show {
        display: block !important
    }

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

    .small-up--text-left {
        text-align: left !important
    }

    .small-up--text-right {
        text-align: right !important
    }

    .small-up--text-center {
        text-align: center !important
    }
}

@media only screen and (min-width:960px) {
    .medium-up--one-whole {
        width: 100%
    }

    .medium-up--one-half {
        width: 50%
    }

    .medium-up--one-third {
        width: 33.33333%
    }

    .medium-up--two-thirds {
        width: 66.66667%
    }

    .medium-up--one-quarter {
        width: 25%
    }

    .medium-up--two-quarters {
        width: 50%
    }

    .medium-up--three-quarters {
        width: 75%
    }

    .medium-up--one-fifth {
        width: 20%
    }

    .medium-up--two-fifths {
        width: 40%
    }

    .medium-up--three-fifths {
        width: 60%
    }

    .medium-up--four-fifths {
        width: 80%
    }

    .medium-up--one-sixth {
        width: 16.66667%
    }

    .medium-up--two-sixths {
        width: 33.33333%
    }

    .medium-up--three-sixths {
        width: 50%
    }

    .medium-up--four-sixths {
        width: 66.66667%
    }

    .medium-up--five-sixths {
        width: 83.33333%
    }

    .medium-up--one-eighth {
        width: 12.5%
    }

    .medium-up--two-eighths {
        width: 25%
    }

    .medium-up--three-eighths {
        width: 37.5%
    }

    .medium-up--four-eighths {
        width: 50%
    }

    .medium-up--five-eighths {
        width: 62.5%
    }

    .medium-up--six-eighths {
        width: 75%
    }

    .medium-up--seven-eighths {
        width: 87.5%
    }

    .medium-up--one-tenth {
        width: 10%
    }

    .medium-up--two-tenths {
        width: 20%
    }

    .medium-up--three-tenths {
        width: 30%
    }

    .medium-up--four-tenths {
        width: 40%
    }

    .medium-up--five-tenths {
        width: 50%
    }

    .medium-up--six-tenths {
        width: 60%
    }

    .medium-up--seven-tenths {
        width: 70%
    }

    .medium-up--eight-tenths {
        width: 80%
    }

    .medium-up--nine-tenths {
        width: 90%
    }

    .medium-up--one-twelfth {
        width: 8.33333%
    }

    .medium-up--two-twelfths {
        width: 16.66667%
    }

    .medium-up--three-twelfths {
        width: 25%
    }

    .medium-up--four-twelfths {
        width: 33.33333%
    }

    .medium-up--five-twelfths {
        width: 41.66667%
    }

    .medium-up--six-twelfths {
        width: 50%
    }

    .medium-up--seven-twelfths {
        width: 58.33333%
    }

    .medium-up--eight-twelfths {
        width: 66.66667%
    }

    .medium-up--nine-twelfths {
        width: 75%
    }

    .medium-up--ten-twelfths {
        width: 83.33333%
    }

    .medium-up--eleven-twelfths {
        width: 91.66667%
    }

    .grid--uniform .medium-up--five-tenths:nth-child(odd),
    .grid--uniform .medium-up--four-eighths:nth-child(odd),
    .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
    .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
    .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
    .grid--uniform .medium-up--one-half:nth-child(odd),
    .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
    .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
    .grid--uniform .medium-up--one-third:nth-child(3n+1),
    .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
    .grid--uniform .medium-up--six-twelfths:nth-child(odd),
    .grid--uniform .medium-up--three-sixths:nth-child(odd),
    .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
    .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
    .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
    .grid--uniform .medium-up--two-twelfths:nth-child(6n+1) {
        clear: both
    }

    .medium-up--show {
        display: block !important
    }

    .medium-up--hide {
        display: none !important
    }

    .medium-up--text-left {
        text-align: left !important
    }

    .medium-up--text-right {
        text-align: right !important
    }

    .medium-up--text-center {
        text-align: center !important
    }
}

@media only screen and (min-width:1280px) {
    .large-up--one-third {
        width: 33.33333%
    }
}

@media only screen and (max-width:959px) {
    .small--push-one-half {
        left: 50%
    }

    .small--push-one-third {
        left: 33.33333%
    }

    .small--push-two-thirds {
        left: 66.66667%
    }

    .small--push-one-quarter {
        left: 25%
    }

    .small--push-two-quarters {
        left: 50%
    }

    .small--push-three-quarters {
        left: 75%
    }

    .small--push-one-fifth {
        left: 20%
    }

    .small--push-two-fifths {
        left: 40%
    }

    .small--push-three-fifths {
        left: 60%
    }

    .small--push-four-fifths {
        left: 80%
    }

    .small--push-one-sixth {
        left: 16.66667%
    }

    .small--push-two-sixths {
        left: 33.33333%
    }

    .small--push-three-sixths {
        left: 50%
    }

    .small--push-four-sixths {
        left: 66.66667%
    }

    .small--push-five-sixths {
        left: 83.33333%
    }

    .small--push-one-eighth {
        left: 12.5%
    }

    .small--push-two-eighths {
        left: 25%
    }

    .small--push-three-eighths {
        left: 37.5%
    }

    .small--push-four-eighths {
        left: 50%
    }

    .small--push-five-eighths {
        left: 62.5%
    }

    .small--push-six-eighths {
        left: 75%
    }

    .small--push-seven-eighths {
        left: 87.5%
    }

    .small--push-one-tenth {
        left: 10%
    }

    .small--push-two-tenths {
        left: 20%
    }

    .small--push-three-tenths {
        left: 30%
    }

    .small--push-four-tenths {
        left: 40%
    }

    .small--push-five-tenths {
        left: 50%
    }

    .small--push-six-tenths {
        left: 60%
    }

    .small--push-seven-tenths {
        left: 70%
    }

    .small--push-eight-tenths {
        left: 80%
    }

    .small--push-nine-tenths {
        left: 90%
    }

    .small--push-one-twelfth {
        left: 8.33333%
    }

    .small--push-two-twelfths {
        left: 16.66667%
    }

    .small--push-three-twelfths {
        left: 25%
    }

    .small--push-four-twelfths {
        left: 33.33333%
    }

    .small--push-five-twelfths {
        left: 41.66667%
    }

    .small--push-six-twelfths {
        left: 50%
    }

    .small--push-seven-twelfths {
        left: 58.33333%
    }

    .small--push-eight-twelfths {
        left: 66.66667%
    }

    .small--push-nine-twelfths {
        left: 75%
    }

    .small--push-ten-twelfths {
        left: 83.33333%
    }

    .small--push-eleven-twelfths {
        left: 91.66667%
    }
}

@media only screen and (min-width:960px) {
    .medium-up--push-one-half {
        left: 50%
    }

    .medium-up--push-one-third {
        left: 33.33333%
    }

    .medium-up--push-two-thirds {
        left: 66.66667%
    }

    .medium-up--push-one-quarter {
        left: 25%
    }

    .medium-up--push-two-quarters {
        left: 50%
    }

    .medium-up--push-three-quarters {
        left: 75%
    }

    .medium-up--push-one-fifth {
        left: 20%
    }

    .medium-up--push-two-fifths {
        left: 40%
    }

    .medium-up--push-three-fifths {
        left: 60%
    }

    .medium-up--push-four-fifths {
        left: 80%
    }

    .medium-up--push-one-sixth {
        left: 16.66667%
    }

    .medium-up--push-two-sixths {
        left: 33.33333%
    }

    .medium-up--push-three-sixths {
        left: 50%
    }

    .medium-up--push-four-sixths {
        left: 66.66667%
    }

    .medium-up--push-five-sixths {
        left: 83.33333%
    }

    .medium-up--push-one-eighth {
        left: 12.5%
    }

    .medium-up--push-two-eighths {
        left: 25%
    }

    .medium-up--push-three-eighths {
        left: 37.5%
    }

    .medium-up--push-four-eighths {
        left: 50%
    }

    .medium-up--push-five-eighths {
        left: 62.5%
    }

    .medium-up--push-six-eighths {
        left: 75%
    }

    .medium-up--push-seven-eighths {
        left: 87.5%
    }

    .medium-up--push-one-tenth {
        left: 10%
    }

    .medium-up--push-two-tenths {
        left: 20%
    }

    .medium-up--push-three-tenths {
        left: 30%
    }

    .medium-up--push-four-tenths {
        left: 40%
    }

    .medium-up--push-five-tenths {
        left: 50%
    }

    .medium-up--push-six-tenths {
        left: 60%
    }

    .medium-up--push-seven-tenths {
        left: 70%
    }

    .medium-up--push-eight-tenths {
        left: 80%
    }

    .medium-up--push-nine-tenths {
        left: 90%
    }

    .medium-up--push-one-twelfth {
        left: 8.33333%
    }

    .medium-up--push-two-twelfths {
        left: 16.66667%
    }

    .medium-up--push-three-twelfths {
        left: 25%
    }

    .medium-up--push-four-twelfths {
        left: 33.33333%
    }

    .medium-up--push-five-twelfths {
        left: 41.66667%
    }

    .medium-up--push-six-twelfths {
        left: 50%
    }

    .medium-up--push-seven-twelfths {
        left: 58.33333%
    }

    .medium-up--push-eight-twelfths {
        left: 66.66667%
    }

    .medium-up--push-nine-twelfths {
        left: 75%
    }

    .medium-up--push-ten-twelfths {
        left: 83.33333%
    }

    .medium-up--push-eleven-twelfths {
        left: 91.66667%
    }
}

.clearfix:after {
    clear: both;
    content: "";
    display: table
}

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

.visually-hidden--inline {
    height: 1em;
    margin: 0
}

.visually-hidden--static {
    position: static !important
}

.js-focus-hidden:focus {
    outline: 0
}

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

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

.no-js .js {
    display: none
}

.hide {
    display: none !important
}

.skip-link:focus {
    clip: auto;
    background-color: var(--color-bg);
    color: var(--color-text);
    height: auto;
    margin: 0;
    opacity: 1;
    padding: 10px;
    transition: none;
    width: auto;
    z-index: 10000
}

.box {
    background: no-repeat;
    background-color: #f7f7f7;
    background-size: contain
}

.ratio-container {
    position: relative
}

.ratio-container:after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 50%;
    width: 100%
}

.ratio-container>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.main-content {
    opacity: 1
}

.main-content.is-index {
    padding-top: 0
}

.critical-hidden,
.main-content .section {
    display: inherit
}

#tabs-container {
    scroll-margin-top: var(--header-height)
}

.page-width {
    margin: 0 auto;
    max-width: 1600px
}

.page-width:after {
    clear: both;
    content: "";
    display: table
}

.page-narrow {
    max-width: 1200px
}

.main-content {
    display: block
}

.section-header {
    margin-bottom: 30px
}

@media only screen and (min-width:750px) {
    .section-header {
        margin-bottom: 30px
    }
}

.section-header__description {
    margin: 0 auto;
    max-width: 720px
}

.section-header__description p:not(:last-child) {
    margin-bottom: 2px
}

.section-footer {
    margin-top: 30px
}

@media only screen and (min-width:750px) {
    .section-footer {
        margin-top: 30px
    }
}

blockquote {
    font-size: calc(18/(var(--font-size-base-desktop))*1em);
    font-style: normal;
    margin: 0;
    padding: 0 30px;
    text-align: center
}

.rte blockquote {
    border-color: var(--color-border);
    border-style: solid;
    border-width: 1px 0;
    margin-bottom: 27.5px;
    padding: 30px 0
}

blockquote p+cite {
    margin-top: 27.5px
}

blockquote cite {
    display: block;
    font-size: .85em;
    font-weight: var(--font-weight-body)
}

blockquote cite:before {
    content: "\2014  "
}

code,
pre {
    font-family: Consolas, monospace;
    font-size: 1em
}

pre {
    overflow: auto
}

.disclosure__toggle,
input,
select,
textarea {
    color: var(--color-text);
    font-family: var(--font-stack-body);
    font-size: var(--font-size-base-desktop);
    font-style: var(--font-style-body);
    font-weight: var(--font-weight-body)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    word-wrap: break-word;
    font-family: var(--font-stack-header);
    font-style: var(--font-style-header);
    font-weight: var(--font-weight-header);
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 20px;
    overflow-wrap: break-word
}

.h1 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none
}

.h1,
h1 {
    font-size: var(--font-h1-desktop)
}

@media only screen and (max-width:749px) {

    .h1,
    h1 {
        font-size: var(--font-h1-mobile)
    }
}

.h2,
h2 {
    font-size: var(--font-h2-desktop)
}

@media only screen and (max-width:749px) {

    .h2,
    h2 {
        font-size: var(--font-h2-mobile)
    }
}

.h3,
h3 {
    font-size: var(--font-h3-desktop)
}

@media only screen and (max-width:749px) {

    .h3,
    h3 {
        font-size: var(--font-h3-mobile)
    }
}

.h4,
h4 {
    font-size: var(--font-h4-desktop)
}

@media only screen and (max-width:749px) {

    .h4,
    h4 {
        font-size: var(--font-h4-mobile)
    }
}

.h5,
h5 {
    font-size: var(--font-h5-desktop)
}

@media only screen and (max-width:749px) {

    .h5,
    h5 {
        font-size: var(--font-h5-mobile)
    }
}

.h6,
h6 {
    font-size: var(--font-h6-desktop)
}

@media only screen and (max-width:749px) {

    .h6,
    h6 {
        font-size: var(--font-h6-mobile)
    }
}

.rte {
    color: var(--color-body-text);
    margin-bottom: 20px
}

.rte:last-child {
    margin-bottom: 0
}

.rte .h3,
.rte .h4,
.rte .h5,
.rte .h6,
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
    margin-bottom: 20px;
    margin-top: 30px
}

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

.rte li {
    list-style: inherit;
    margin-bottom: 4px
}

.rte li:last-child {
    margin-bottom: 0
}

.rte-setting {
    margin-bottom: 19.44444px
}

.rte-setting:last-child {
    margin-bottom: 0
}

.fine-print {
    font-size: calc(14/(var(--font-size-base-desktop))*1em);
    font-style: italic
}

.txt--minor {
    font-size: 80%
}

.txt--emphasis {
    font-style: italic
}

.mega-subtitle,
.mega-title {
    color: var(--color-overlay-title-text)
}

.hero .mega-subtitle,
.hero .mega-title {
    text-shadow: 0 0 4px rgba(0, 0, 0, .4)
}

@media only screen and (min-width:750px) {

    .mega-subtitle,
    .mega-title {
        text-shadow: 0 0 4px rgba(0, 0, 0, .4)
    }
}

.mega-title {
    margin-bottom: 8px
}

.mega-title--large {
    font-size: calc((var(--font-size-header) + 8)/(var(--font-size-base-desktop))*1em)
}

@media only screen and (min-width:750px) {
    .mega-title--large {
        font-size: calc((var(--font-mega-title-large-desktop))/(var(--font-size-base-desktop))*1em)
    }

    .mega-subtitle {
        font-size: calc((var(--font-size-base-desktop) + 4)/(var(--font-size-base-desktop))*1em);
        margin: 0 auto
    }

    .text-center .mega-subtitle {
        max-width: 75%
    }
}

.mega-subtitle a,
.mega-subtitle p {
    color: var(--color-overlay-title-text)
}

.mega-subtitle a {
    border-bottom: 1px solid
}

.mega-subtitle a:focus,
.mega-subtitle a:hover {
    color: var(--color-overlay-text-focus)
}

.mega-subtitle--large {
    font-size: calc((var(--font-size-base-desktop) + 2)/(var(--font-size-base-desktop))*1em);
    font-weight: var(--font-weight-header)
}

@media only screen and (min-width:750px) {
    .mega-subtitle--large {
        font-size: calc((var(--font-size-base-desktop) + 8)/(var(--font-size-base-desktop))*1em)
    }
}

.is-transitioning {
    display: block !important;
    visibility: visible !important
}

svg.icon:not(.icon--full-color) .icon-error__symbol,
symbol.icon:not(.icon--full-color) .icon-error__symbol {
    fill: #fff
}

.payment-icons {
    cursor: default;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

@media only screen and (max-width:749px) {
    .payment-icons {
        line-height: 40px
    }
}


.social-icons .icon {
    height: 23px;
    width: 23px
}

@media only screen and (min-width:750px) {
    .social-icons .icon {
        height: 25px;
        width: 25px
    }
}

.social-icons .icon.icon--wide {
    width: 40px
}

.icon-spinner {
    animation: spin .5s linear infinite
}

.icon-error {
    fill: #d20000;
    flex-shrink: 0;
    height: calc(var(--font-size-base-desktop)*1px - 2px);
    margin-top: .1em;
    width: calc(var(--font-size-base-desktop)*1px - 2px)
}

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

ol {
    list-style: decimal
}

.rte img {
    height: auto
}

.rte table {
    table-layout: fixed
}

.rte ol,
.rte ul {
    margin: 0 0 17.5px 35px
}

.rte ol.list--inline,
.rte ul.list--inline {
    margin-left: 0
}

.rte ul {
    list-style: disc outside
}

.rte ul ul {
    list-style: circle outside
}

.rte ul ul ul {
    list-style: square outside
}

.rte a:not(.btn) {
    text-decoration: underline
}

.text-center .rte ol,
.text-center .rte ul,
.text-center.rte ol,
.text-center.rte ul {
    list-style-position: inside;
    margin-left: 0
}

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

a:focus,
a:hover {
    color: var(--color-text-focus)
}

.btn{
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--color-btn-primary);
    border: 1px solid transparent;
    color: var(--color-btn-primary-text);
    cursor: pointer;
    display: inline-flex;
    font-family: var(--font-stack-body);
    font-size: var(--font-size-button);
    font-style: var(--font-style-body);
    font-weight: var(--font-weight-button);
    justify-content: center;
    letter-spacing: .08em;
    min-height: 40px;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: normal;
    width: auto
}


.btn:focus,
.btn:not([disabled]):hover {
    background-color: var(--color-btn-primary-focus);
    color: var(--color-btn-primary-text)
}

.btn .icon-arrow-left,
.btn .icon-arrow-right {
    height: 9px
}

.btn[aria-disabled],
.btn[disabled] {
    cursor: default;
    opacity: .5
}

.btn:focus,
.btn[disabled]:hover {
    color: var(--color-btn-primary-text)
}

.btn--inverted {
    background-color: var(--color-btn-primary-text);
    color: var(--color-btn-primary);
    transition: all .2s ease-in-out
}

.btn--inverted:focus,
.btn--inverted:hover,
.btn--inverted:not([disabled]):hover {
    background-color: transparent;
    border-color: var(--color-btn-primary-text);
    color: var(--color-btn-primary-text)
}

.btn--secondary {
    background-color: transparent;
    border-color: var(--color-btn-primary);
    color: var(--color-btn-primary)
}

.btn--secondary:focus,
.btn--secondary:not([disabled]):hover {
    background-color: transparent;
    border-color: var(--color-btn-primary-focus);
    color: var(--color-btn-primary-focus)
}

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

.btn--secondary-accent:focus,
.btn--secondary-accent:not([disabled]):hover {
    background-color: var(--color-body);
    border-color: var(--color-btn-primary-focus);
    color: var(--color-btn-primary-focus)
}

.btn--small {
    font-size: calc(12/(var(--font-size-base-desktop))*1em);
    line-height: 1;
    padding: 8px 10px
}

.btn--tertiary {
    background-color: transparent;
    border-color: var(--color-small-button-text-border);
    color: var(--color-small-button-text-border)
}

.btn--tertiary:focus,
.btn--tertiary:not([disabled]):hover {
    background-color: transparent;
    border-color: var(--color-small-button-text-border-focus);
    color: var(--color-small-button-text-border-focus)
}

.btn--pagination,
.btn--pagination:focus,
.btn--pagination:not([disabled]):hover {
    background-color: transparent;
    border: 0;
    color: var(--color-text)
}

.btn--pagination {
    align-items: center;
    display: flex;
    font-size: 14px;
    margin: 0 10px
}

.btn--pagination span:last-child {
    border-bottom: 1px solid transparent
}

.btn--pagination.is-active span:last-child {
    border-bottom: 1px solid;
    display: inline-block;
    width: 200%
}

@media only screen and (max-width:749px) {
    .btn--full {
        width: 100%
    }

    .btn--small-wide {
        padding-left: 50px;
        padding-right: 50px
    }
}

.btn--link {
    background-color: transparent;
    border: 0;
    color: var(--color-text);
    margin: 0;
    text-align: left
}

.btn--link:focus,
.btn--link:not([disabled]):hover {
    background-color: transparent;
    color: var(--color-text-focus)
}

.btn--link .icon {
    vertical-align: middle
}

.btn--narrow {
    padding-left: 15px;
    padding-right: 15px
}

.btn--has-icon-after .icon {
    margin-left: 10px
}

.btn--has-icon-before .icon {
    margin-right: 10px
}
.text-link {
    background: 0 0;
    border: 0;
    display: inline;
    margin: 0;
    padding: 0
}

.text-link--accent {
    border-bottom: 1px solid;
    color: var(--color-btn-primary);
    padding-bottom: 1px
}

.text-link--accent:focus,
.text-link--accent:not([disabled]):hover {
    color: var(--color-btn-primary-focus)
}

.return-link-wrapper {
    margin-bottom: 0;
    margin-top: 82.5px
}

@media only screen and (max-width:749px) {
    .return-link-wrapper {
        margin-top: 55px
    }
}

.full-width-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

table {
    margin-bottom: 27.5px
}

td,
th {
    padding: 15px;
    text-align: left
}

tbody th,
tfoot th {
    font-weight: 400
}

.responsive-table th {
    color: #888;
    font-family: var(--font-stack-body);
    font-weight: 400;
    text-transform: none
}

@media only screen and (max-width:749px) {
    .responsive-table thead {
        display: none
    }

    .responsive-table td,
    .responsive-table th {
        border: 0;
        clear: left;
        float: left;
        margin: 0;
        padding: 27.5px;
        text-align: right;
        width: 100%
    }

    .responsive-table td:before,
    .responsive-table th:before {
        content: attr(data-label);
        float: left;
        font-size: 12px;
        font-weight: 400;
        padding-right: 10px;
        text-align: center
    }

    .responsive-table__row+.responsive-table__row,
    tfoot>.responsive-table__row:first-child {
        margin-top: 10px;
        padding-top: 55px;
        position: relative
    }

    .responsive-table__row+.responsive-table__row:after,
    tfoot>.responsive-table__row:first-child:after {
        border-bottom: 1px solid var(--color-border);
        content: "";
        display: block;
        left: 27.5px;
        position: absolute;
        right: 27.5px;
        top: 0
    }
}

.video-wrapper,
svg:not(:root) {
    overflow: hidden
}

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

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

[data-image-loading-animation] {
    animation: image-loader 2s .4s infinite;
    background-color: var(--global-color-image-loader-primary)
}

.no-js [data-image-loading-animation] {
    animation-name: none
}

form {
    margin: 0
}

fieldset {
    border: 1px solid var(--color-border-form);
    margin: 0 0 55px;
    padding: 27.5px
}

legend {
    border: 0;
    padding: 0
}

button,
input[type=submit] {
    cursor: pointer
}

label {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.label .required {
    color: #b10000
}

[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    margin-bottom: 0
}

label[for] {
    cursor: pointer
}

.disclosure__toggle,
input,
select,
textarea {
    background-color: var(--color-text-field);
    border: 0;
    border-radius: 0;
    color: var(--color-text-field-text);
    line-height: 1.2;
    max-width: 100%
}

.disclosure__toggle:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: var(--color-border-form-darker)
}

.disclosure__toggle[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    cursor: default
}

.input--error.disclosure__toggle::-webkit-input-placeholder,
input.input--error::-webkit-input-placeholder,
select.input--error::-webkit-input-placeholder,
textarea.input--error::-webkit-input-placeholder {
    color: #d20000;
    opacity: .5
}

.input--error.disclosure__toggle::-moz-placeholder,
input.input--error::-moz-placeholder,
select.input--error::-moz-placeholder,
textarea.input--error::-moz-placeholder {
    color: #d20000;
    opacity: .5
}

.input--error.disclosure__toggle:-ms-input-placeholder,
input.input--error:-ms-input-placeholder,
select.input--error:-ms-input-placeholder,
textarea.input--error:-ms-input-placeholder {
    color: #d20000;
    opacity: .5
}

.input--error.disclosure__toggle::-ms-input-placeholder,
input.input--error::-ms-input-placeholder,
select.input--error::-ms-input-placeholder,
textarea.input--error::-ms-input-placeholder {
    color: #d20000;
    opacity: 1
}

.hidden-placeholder.disclosure__toggle::-webkit-input-placeholder,
input.hidden-placeholder::-webkit-input-placeholder,
select.hidden-placeholder::-webkit-input-placeholder,
textarea.hidden-placeholder::-webkit-input-placeholder {
    color: transparent
}

.hidden-placeholder.disclosure__toggle::-moz-placeholder,
input.hidden-placeholder::-moz-placeholder,
select.hidden-placeholder::-moz-placeholder,
textarea.hidden-placeholder::-moz-placeholder {
    color: transparent
}

.hidden-placeholder.disclosure__toggle:-ms-input-placeholder,
input.hidden-placeholder:-ms-input-placeholder,
select.hidden-placeholder:-ms-input-placeholder,
textarea.hidden-placeholder:-ms-input-placeholder {
    color: transparent
}

.hidden-placeholder.disclosure__toggle::-ms-input-placeholder,
input.hidden-placeholder::-ms-input-placeholder,
select.hidden-placeholder::-ms-input-placeholder,
textarea.hidden-placeholder::-ms-input-placeholder {
    opacity: 1
}

.product-form .disclosure__toggle,
.product-form input,
.product-form select,
.product-form textarea {
    min-height: 44px
}

textarea {
    min-height: 100px
}

.input--error.disclosure__toggle,
input.input--error,
select.input--error,
textarea.input--error {
    background-color: #fff8f8;
    border-color: #d20000;
    color: #d20000;
    margin-bottom: 11.66667px
}

.input-error-message {
    color: var(--color-body-text);
    display: flex;
    font-size: calc((var(--font-size-base-desktop) - 2)/(var(--font-size-base-desktop))*1em);
    line-height: 1.3;
    margin-bottom: 11.66667px
}

@media only screen and (max-width:749px) {
    .input-error-message {
        margin-bottom: 19.44444px
    }
}

.input-error-message span {
    color: #d20000
}

.input-error-message .icon {
    height: 1em;
    margin-right: 8px;
    width: 1em
}

.disclosure__toggle,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: var(--svg-select-icon);
    background-position: 100%;
    background-position: right 10px center;
    background-repeat: no-repeat;
    cursor: pointer;
    line-height: 1.2;
    padding: 8px 28px 8px 15px;
    text-indent: .01px;
    text-overflow: ""
}

@media only screen and (min-width:750px) {

    .disclosure__toggle,
    select {
        padding-bottom: 10px;
        padding-left: 18px;
        padding-top: 10px
    }
}

.select-group {
    background-color: #fff;
    border: 1px solid #ebebeb;
    position: relative;
    z-index: 2
}

.select-group .disclosure__toggle,
.select-group select {
    background-color: transparent;
    background-image: none
}

.select-group .icon {
    height: .5em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .5em;
    z-index: -1
}

.select-label {
    text-transform: uppercase
}

optgroup {
    font-weight: var(--font-weight-body--bold)
}

option {
    background-color: var(--color-body);
    color: var(--color-text)
}

.disclosure__toggle::-ms-expand,
select::-ms-expand {
    display: none
}

.label--hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    width: 0
}

::-webkit-input-placeholder {
    color: var(--color-text-field-text);
    opacity: .6
}

::-moz-placeholder {
    color: var(--color-text-field-text);
    opacity: .6
}

:-ms-input-placeholder {
    color: var(--color-text-field-text);
    opacity: .6
}

::-ms-input-placeholder {
    color: var(--color-text-field-text);
    opacity: 1
}

.label--error {
    color: #d20000
}

input,
textarea {
    padding: 8px 15px
}

@media only screen and (min-width:750px) {

    input,
    textarea {
        padding: 10px 18px
    }
}

.form-single-field {
    margin: 0 auto 55px;
    max-width: 35rem
}

.form-single-field .input--error {
    margin-bottom: 0
}


.form-message,
.note {
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    border-color: var(--color-border-form);
    color: #0c5460;
    margin: 0 0 27.5px;
    padding: 8px
}

@media only screen and (min-width:750px) {

    .form-message,
    .note {
        padding: 10px
    }
}

.form-message--success {
    background-color: #f8fff9;
    border: 1px solid #1f873d;
    color: #1f873d;
    display: block;
    width: 100%
}

.form-message--error {
    background-color: #fff8f8;
    border: 1px solid #d20000;
    color: #651818;
    padding: 1rem 1.3rem;
    text-align: left;
    width: 100%
}

.form-message--error li {
    list-style-position: inside;
    list-style-type: disc
}

.form-message--error .form-message__title {
    color: #651818
}

.form-message--error .form-message__link,
.form-message--error a {
    -webkit-text-decoration-skip: ink;
    color: #651818;
    display: inline-block;
    text-decoration: underline;
    text-decoration-skip-ink: auto
}

.form-message--error .form-message__link:focus,
.form-message--error .form-message__link:hover,
.form-message--error a:focus,
.form-message--error a:hover {
    color: #651818;
    text-decoration: none
}

.input-group {
    display: flex;
    flex-wrap: wrap;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%
}

.form-vertical .input-group {
    margin-bottom: 55px
}

.input-group--nowrap {
    flex-wrap: nowrap
}

.input-group--error {
    margin-bottom: 11.66667px
}

.input-group__btn .btn,
.input-group__btn,
.input-group__field,
.input-group__field input,
.input-group__btn {
    min-height: 42px
}

@media only screen and (min-width:750px) {

    .input-group__btn .btn,
    .input-group__btn,
    .input-group__field,
    .input-group__field input,
    .input-group__btn {
        min-height: 46px
    }
}

.input-group__field {
    border-radius: 0 0 0 2px;
    flex-basis: 15rem;
    flex-grow: 9999;
    margin-bottom: 1rem;
    text-align: left
}

.input-group__field input {
    width: 100%
}

.form-vertical .input-group__field {
    margin: 0
}

.input-group__field--connected {
    margin-bottom: 0
}

.input-group__field--connected input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group__btn {
    flex-grow: 1
}

.input-group__btn .btn,
.input-group__btn ,
.input-group__btn {
    border-radius: 0 2px 2px 0;
    width: 100%
}

.accordion:not(:last-child) {
    border-bottom: 1px solid #d0d0d0;
    margin: 0
}

.accordion-toggle {
    background-color: inherit;
    border: 0;
    padding: 0;
    text-align: left;
    width: 100%
}

.accordion-toggle svg {
    transition: all .5s
}

.accordion-toggle[aria-expanded=true] svg {
    transform: rotate(-180deg)
}

.accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out, visibility 0s ease-in-out .5s;
    visibility: hidden
}

.accordion-toggle[aria-expanded=true]+.accordion-panel {
    max-height: 1000px;
    overflow-y: scroll;
    transition: max-height .5s ease-in-out;
    visibility: visible
}

.accordion-panel__inner {
    padding-bottom: 30px
}

.site-nav--centered {
    padding-bottom: 15px
}

.site-nav__link.site-nav--active-dropdown {
    border: 1px solid var(--color-border);
    border-bottom: 1px solid transparent;
    z-index: 2
}

.site-nav__link:focus .site-nav__label,
.site-nav__link:not([disabled]):hover .site-nav__label {
    border-bottom-color: var(--color-text)
}

@media only screen and (max-width:989px) {
    .site-nav__link--button {
        font-size: calc(var(--font-size-base-desktop)*1px)
    }
}

.site-nav__link--button:focus,
.site-nav__link--button:hover {
    color: var(--color-text-focus)
}

.site-nav--has-dropdown {
    position: relative
}

.site-nav--has-centered-dropdown {
    position: static
}

.site-nav__dropdown {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    display: none;
    left: -1px;
    margin: 0;
    padding: 11px 30px 11px 0;
    position: absolute;
    text-align: left;
    top: 41px;
    z-index: 7
}

.site-nav__dropdown .site-nav__link {
    padding: 4px 15px 5px
}

.site-nav--active-dropdown .site-nav__dropdown,
.site-nav__dropdown li {
    display: block
}

.site-nav__dropdown--right:not(.site-nav__dropdown--centered) {
    left: unset;
    right: 0
}

.site-nav__dropdown--left:not(.site-nav__dropdown--centered) {
    left: 0
}

.site-nav__dropdown--centered {
    padding: 0;
    text-align: center;
    width: 100%
}

.site-nav__childlist {
    background: var(--color-bg);
    display: inline-block;
    padding: 11px 17px;
    text-align: left
}

.site-nav__childlist-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px;
    width: 100%;
    width: auto
}

.site-nav__childlist-item {
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 15px
}

.site-nav__child-link--parent {
    font-weight: var(--font-weight-body--bold);
    margin: 4px 0
}

body.prevent-scrolling {
    overflow: hidden
}

.page-width {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width:750px) {
    .page-width {
        padding-left: 30px;
        padding-right: 30px
    }
}

.page-container {
    position: relative
}

.nav-mobile-open .page-container {
    transition: all .45s cubic-bezier(.29, .63, .44, 1)
}

@media only screen and (max-width:1279px) {
    .nav-mobile-open .page-container {
        transform: translate(100%)
    }
}

hr {
    border: 0;
    border-bottom: 1px solid var(--color-border);
    margin: 55px 0
}

.hr--small {
    margin: 0;
    padding: 10px 0
}

.hr--invisible {
    border-bottom: 0
}

.border-top {
    border-top: 1px solid var(--color-border)
}

.empty-page-content {
    padding: 125px 55px
}

@media only screen and (max-width:749px) {
    .empty-page-content {
        padding-left: 15px;
        padding-right: 15px
    }
}

.grid--half-gutters {
    margin-left: -15px
}

.grid--half-gutters>.grid__item {
    padding-left: 15px
}

.grid--double-gutters {
    margin-left: -60px
}

.grid--double-gutters>.grid__item {
    padding-left: 60px
}

.grid--flush-bottom {
    margin-bottom: -55px;
    overflow: auto
}

.grid--flush-bottom>.grid__item {
    margin-bottom: 55px
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes image-loader {
    0% {
        background-color: var(--global-color-image-loader-primary)
    }

    50% {
        background-color: var(--global-color-image-loader-primary)
    }

    to {
        background-color: var(--global-color-image-loader-primary)
    }
}

.drawer {
    -webkit-overflow-scrolling: touch;
    display: none;
    position: fixed;
    z-index: 9
}

.js-drawer-open-top .drawer {
    display: block
}

.drawer--top {
    transform: translateY(-100%);
    width: 100%
}

.js-drawer-open-top .drawer--top {
    display: flex;
    max-height: 100vh;
    transform: translateY(0)
}

.drawer-page-content:after {
    background-color: #0009;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all .45s cubic-bezier(.29, .63, .44, 1);
    visibility: hidden;
    width: 100%;
    z-index: 8
}

.js-drawer-open .drawer-page-content:after {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.drawer__close,
.drawer__title {
    display: table-cell;
    vertical-align: middle
}

.drawer__close-button {
    background: 0 0;
    border: 0;
    color: inherit;
    font-size: calc(18/(var(--font-size-base-desktop))*1em);
    height: 100%;
    padding: 0 20px;
    position: relative;
    right: -15px;
    width: 60px
}

.drawer__close-button:active,
.drawer__close-button:focus {
    background-color: #0009
}

.grid--view-items {
    margin-bottom: -35px;
    overflow: auto
}

.custom__item .product-card {
    margin-bottom: 0
}

.list-view-item {
    margin-bottom: 15px
}

.list-view-item:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:750px) {
    .list-view-item {
        border-bottom: 1px solid var(--color-border);
        padding-bottom: 15px
    }

    .list-view-item:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }
}

.list-view-item__link {
    display: table;
    table-layout: fixed;
    width: 100%
}

.list-view-item__image {
    max-height: 95px
}

.list-view-item__image-column {
    display: table-cell;
    min-height: 44px;
    vertical-align: middle;
    width: 130px
}

@media only screen and (max-width:749px) {
    .list-view-item__image-column {
        width: 85px
    }
}

.list-view-item__image-wrapper {
    margin-right: 35px;
    position: relative
}

@media only screen and (max-width:749px) {
    .list-view-item__image-wrapper {
        margin-right: 17.5px
    }
}

.list-view-item__title-column {
    display: table-cell;
    vertical-align: middle
}

.list-view-item__title {
    letter-spacing: .15px;
    min-width: 100px;
    text-transform: uppercase
}

@media only screen and (max-width:749px) {
    .list-view-item__title {
        font-size: calc((var(--font-size-base-desktop) - 1)/(var(--font-size-base-desktop))*1em)
    }
}

.list-view-item__vendor {
    color: var(--color-body-text);
    font-size: .9em;
    font-weight: var(--font-weight-body);
    letter-spacing: 1px;
    text-transform: uppercase
}


.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slideshow__arrow {
    background-color: transparent;
    border: 0;
    height: 40px;
    padding: 0;
    width: 40px
}

.slideshow__arrow[aria-disabled=true] {
    opacity: .25
}

.slideshow__arrows .slick-dots {
    margin: 0 .75rem
}

.slideshow__arrows .slick-dots li {
    height: 10px;
    margin: 0 0 0 6px;
    vertical-align: middle;
    width: 10px
}

.slideshow__arrows .slick-dots li:first-of-type {
    margin-left: 0
}

@media only screen and (min-width:750px) {
    .slideshow__arrows .slick-dots li {
        height: 12px;
        margin-left: 8px;
        width: 12px
    }
}

.slideshow__arrows .slick-dots li a,
.slideshow__arrows .slick-dots li button {
    height: 10px;
    padding: 0;
    position: relative;
    width: 10px
}

@media only screen and (min-width:750px) {

    .slideshow__arrows .slick-dots li a,
    .slideshow__arrows .slick-dots li button {
        height: 12px;
        width: 12px
    }
}

.slideshow__arrows .slick-dots li a:before,
.slideshow__arrows .slick-dots li button:before {
    background-color: transparent;
    background-color: currentColor;
    border-radius: 100%;
    height: 10px;
    opacity: .4;
    text-indent: -9999px;
    transition: all .2s;
    width: 10px
}

@media only screen and (min-width:750px) {

    .slideshow__arrows .slick-dots li a:before,
    .slideshow__arrows .slick-dots li button:before {
        height: 12px;
        width: 12px
    }
}

.slideshow__arrows .slick-dots li.slick-active a:before,
.slideshow__arrows .slick-dots li.slick-active button:before,
.slideshow__arrows .slick-dots li.slick-active-mobile a:before,
.slideshow__arrows .slick-dots li.slick-active-mobile button:before {
    opacity: 1
}

.slideshow__arrows .slick-dots li .slick-active a:before,
.slideshow__arrows .slick-dots li .slick-active-mobile a:before,
.slideshow__arrows .slick-dots li button:active:before {
    opacity: .7
}

.index-section {
    padding-bottom: 30px;
    padding-top: 30px
}

@media only screen and (min-width:750px) {
    .index-section {
        padding-bottom: 30px;
        padding-top: 30px
    }
}

.index-section:first-child {
    border-top: 0;
    padding-top: 0
}

.index-section:last-child {
    padding-bottom: 60px
}

.index-section--flush+.index-section--flush {
    margin-top: -70px
}

@media only screen and (min-width:750px) {
    [class*=index-section--flush]+[class*=index-section--flush] {
        margin-top: -110px
    }
}

.index-section--flush:first-child {
    margin-top: -35px
}

@media only screen and (min-width:750px) {
    [class*=index-section--flush]:first-child {
        margin-top: -55px
    }
}

.index-section--flush:last-child {
    margin-bottom: -35px
}

@media only screen and (min-width:750px) {
    [class*=index-section--flush]:last-child {
        margin-bottom: -55px
    }
}

@media only screen and (max-width:749px) {
    .index-section--featured-product:first-child {
        margin-top: -12px
    }

    .index-section--slideshow+.index-section--flush {
        margin-top: .4rem
    }
}

.placeholder-svg {
    fill: var(--color-blankstate);
    background-color: var(--color-blankstate-background);
    border: 1px solid var(--color-blankstate-border);
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%
}

.placeholder-noblocks {
    padding: 40px;
    text-align: center
}

.placeholder-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.placeholder-background .icon {
    border: 0
}

.image-bar__content .placeholder-svg {
    left: 0;
    position: absolute;
    top: 0
}

.plyr.plyr--full-ui.plyr--video {
    background-color: transparent;
    color: var(--color-text)
}

.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
    background-color: transparent
}

.plyr.plyr--full-ui.plyr--video .plyr__poster {
    background-color: var(--color-video-bg)
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster,
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster,
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster,
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
    background-color: var(--color-bg);
    border-color: rgba(var(--color-text-rgb), .05)
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus,
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
    color: rgba(var(--color-text-rgb), .55)
}

.plyr.plyr--full-ui.plyr--video .plyr__controls {
    background-color: var(--color-bg);
    border-color: rgba(var(--color-text-rgb), .05)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
    box-shadow: 2px 0 0 0 var(--color-bg)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
    box-shadow: 2px 0 0 0 var(--color-bg)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
    box-shadow: 2px 0 0 0 var(--color-bg)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--color-text-rgb), .6) var(--value, 0))
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
    background-color: rgba(var(--color-text-rgb), .6)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
    background-color: rgba(var(--color-text-rgb), .6)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
    box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
    background-color: var(--color-text);
    color: var(--color-bg)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip:before {
    border-top-color: var(--color-text)
}

.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
    background-image: linear-gradient(-45deg, rgba(var(--color-text-rgb), .6) 25%, transparent 25%, transparent 50%, rgba(var(--color-text-rgb), .6) 50%, rgba(var(--color-text-rgb), .6) 75%, transparent 75%, transparent)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
    color: var(--color-bg)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
    box-shadow: 2px 0 0 0 var(--color-text)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
    box-shadow: 2px 0 0 0 var(--color-text)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
    box-shadow: 2px 0 0 0 var(--color-text)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--color-bg-rgb), .6) var(--value, 0))
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track,
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
    background-color: rgba(var(--color-bg-rgb), .6)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px rgba(var(--color-bg-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px rgba(var(--color-bg-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px rgba(var(--color-bg-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
    box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), .25)
}


.social-sharing li {
    align-items: center;
    display: flex;
    font-size: 12px;
    text-transform: uppercase
}

.product-single {
    overflow-anchor: none
}

.product-single__title {
    margin-bottom: .5rem
}


.product__policies {
    font-size: calc((var(--font-size-base-desktop) - 1)/(var(--font-size-base-desktop))*1em);
    margin: .4rem 0 1rem
}

.product-form {
    padding-top: 2rem;
    width: auto
}

@media only screen and (max-width:750px) {
    .product-form {
        margin-left: -15px;
        margin-right: -15px
    }
}

.product-form__controls-group {
    display: flex;
    flex-wrap: wrap
}

.product-form__controls-group--submit {
    flex-wrap: nowrap;
    margin-top: 0
}

.product-form__controls-group~.product-form__controls-group--submit {
    margin-top: 15px
}

.product-form__item {
    flex-basis: 100%;
    flex-grow: 0;
    margin-bottom: 10px;
    padding: 0
}

.product-form__item:last-child {
    margin-bottom: 0
}

.product-form__item label {
    display: block
}


.product-form__item--submit {
    -moz-flex: 1 1 300px;
    flex: 1 1 300px
}

.product-form__item--payment-button {
    flex-basis: 100%
}

@media only screen and (min-width:990px) {

    .product-single--full-media .product-form__item--payment-button,
    .product-single--small-media .product-form__item--payment-button {
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        display: inline-flex
    }
}

.product-form__item--payment-button.product-form__item--no-variants {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -moz-flex-direction: column;
    flex-direction: column
}

.product-form--variant-sold-out,
.product-form__variants {
    display: none
}

.no-js .product-form__variants {
    display: block
}

.product-form__input {
    display: block;
    width: 100%
}

.product-form__input.input--error {
    margin-bottom: 0
}

.product-form__input--quantity {
    max-width: 5rem
}

.product-form__error-message-wrapper {
    display: flex;
    flex-basis: 100%;
    margin: 0 calc(5/(var(--font-size-base-desktop))*1em) 20px;
    padding: .5rem 0
}

.product-form__controls-group~.product-form__error-message-wrapper {
    margin-bottom: 0
}

.product-form__error-message-wrapper--has-payment-button {
    padding: .5rem 0
}

.product-form__error-message-wrapper--hidden {
    display: none
}

.product-form__error-message {
    color: var(--color-body-text);
    font-size: calc((var(--font-size-base-desktop) - 2)/(var(--font-size-base-desktop))*1em);
    line-height: 1.2;
    margin-left: .5rem
}


.product-single__description {
    margin-top: 30px
}

.product__quantity-error .icon {
    margin-right: 1rem
}

.product-single__thumbnail {
    border: 2px solid transparent;
    display: block;
    margin: -2px 0 8px;
    max-width: 80px;
    min-height: 44px;
    position: relative
}

@media only screen and (min-width:960px) {
    .product-single__thumbnail {
        max-width: 120px
    }
}

.product-single__thumbnail:not([disabled]):not(.active-thumb):hover {
    opacity: .8
}

.product-single__thumbnail.active-thumb {
    border-color: var(--color-text)
}

.product-single__thumbnail-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 2px
}

.product-single__thumbnail-badge {
    height: 15px;
    pointer-events: none;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 15px
}

@media only screen and (min-width:750px) {
    .product-single__thumbnail-badge {
        height: 26px;
        width: 26px
    }
}

.product-single__thumbnail-badge .icon {
    fill: var(--color-bg);
    height: 100%;
    vertical-align: baseline;
    width: 100%
}

.product-single__thumbnail-badge .icon-3d-badge-full-color-outline,
.product-single__thumbnail-badge .icon-video-badge-full-color-outline {
    stroke: rgba(var(--color-text-rgb), .05)
}

.product-single__thumbnail-badge .icon-3d-badge-full-color-element,
.product-single__thumbnail-badge .icon-video-badge-full-color-element {
    fill: var(--color-text)
}

.product-featured-media {
    display: block;
    left: 4px;
    margin: 0 auto;
    position: absolute;
    top: 4px;
    width: calc(100% - 8px)
}

.no-js .product-featured-media {
    position: relative
}

.zoomImg {
    background-color: var(--color-body)
}

@media only screen and (max-width:749px) {

    .product-single__media--has-thumbnails,
    .product-single__media-group {
        margin-bottom: 30px
    }
}

.product-single__media-group--full {
    margin-bottom: 30px
}

.product-single__media,
.product-single__media-wrapper {
    margin: 0 auto;
    width: 100%
}

.product-single__media {
    height: 100%;
    min-height: 1px;
    position: relative
}

.product-single__media .media-item,
.product-single__media .plyr,
.product-single__media,
.product-single__media iframe,
.product-single__media img,
.product-single__media model-viewer,
.product-single__media>video {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.product-single__media .media-item,
.product-single__media .media-video,
.product-single__media .plyr,
.product-single__media .plyr__video-wrapper,
.product-single__media,
.product-single__media iframe,
.product-single__media model-viewer {
    height: 100%
}

.product-single__media--video {
    background-color: var(--color-video-bg)
}

.product-single__view-in-space {
    background-color: rgba(var(--color-text-rgb), .08);
    border: none;
    color: var(--color-text);
    display: block;
    font-size: calc((var(--font-size-base-desktop))/(var(--font-size-base-desktop))*1em);
    min-height: 44px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%
}

.product-single__view-in-space[data-xr-hidden] {
    visibility: hidden
}

@media only screen and (min-width:750px) {
    .product-single__view-in-space[data-xr-hidden] {
        display: none
    }
}

.product-single__view-in-space:focus .product-single__view-in-space-text,
.product-single__view-in-space:hover .product-single__view-in-space-text {
    border-bottom-color: var(--color-text)
}

.product-single__view-in-space svg.icon {
    fill: transparent;
    height: calc(25/(var(--font-size-base-desktop))*1em);
    margin-right: 2.43px;
    margin-top: -3px;
    width: calc(25/(var(--font-size-base-desktop))*1em)
}

.product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
    stroke: none
}

.product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
    fill: var(--color-text);
    opacity: 1
}

.product-single__view-in-space-text {
    border-bottom: 1px solid transparent
}

@media only screen and (max-width:749px) {
    .product-single__media-group {
        position: relative
    }

    .thumbnails-wrapper {
        margin: 0 2px 30px;
        position: relative;
        text-align: center;
        top: 10px
    }

    .thumbnails-slider__btn {
        padding-bottom: 10px;
        padding-top: 10px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .thumbnails-slider__btn .icon {
        height: 14px;
        width: 14px
    }

    .thumbnails-slider__prev {
        left: -15px
    }

    .thumbnails-slider__next {
        right: -15px
    }

    .product-single__thumbnail {
        margin: 0 auto
    }
}

.product-single__thumbnails {
    display: flex;
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
    margin-top: 15px
}

@media only screen and (max-width:749px) {
    .product-single__thumbnails {
        margin-top: 0
    }

    .slider-active .product-single__thumbnails {
        display: block;
        margin: 0 auto;
        max-width: 75%;
        overflow: hidden
    }

    .product-single__thumbnails-slider-track {
        display: block;
        left: 0;
        position: relative;
        top: 0
    }

    .product-single__thumbnails-slider-track:after,
    .product-single__thumbnails-slider-track:before {
        content: "";
        display: table
    }

    .product-single__thumbnails-slider-track:after {
        clear: both
    }
}

@media only screen and (min-width:750px) {
    .product-single__thumbnails-slider-track {
        display: flex;
        flex-wrap: wrap
    }
}

.product-single__thumbnails-item {
    padding-left: 5px
}

@media only screen and (max-width:749px) {
    .product-single__thumbnails-item.slick-slide {
        padding-bottom: 10px;
        padding-left: 2.5px;
        padding-right: 2.5px;
        vertical-align: middle
    }

    .thumbnails-slider--active .product-single__thumbnails-item.slick-slide {
        padding-bottom: 5px;
        padding-top: 5px
    }
}

@media only screen and (min-width:750px) {
    .product-single__thumbnails-item {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media only screen and (max-width:749px) {
    .product-single__thumbnails-item-slide {
        display: block;
        float: left;
        height: 100%;
        min-height: 1px;
        padding: 5px 2.5px
    }
}

@media only screen and (min-width:750px) {
    .product-single__thumbnails-item--small {
        flex: 0 0 50%
    }
}

@media only screen and (min-width:990px) {
    .product-single__thumbnails-item--small {
        flex: 0 0 33.33333%
    }
}

@media only screen and (min-width:750px) {
    .product-single__thumbnails-item--medium {
        flex: 0 0 33.33333%
    }
}

@media only screen and (min-width:990px) {
    .product-single__thumbnails-item--medium {
        flex: 0 0 25%
    }
}

@media only screen and (min-width:750px) {
    .product-single__thumbnails-item--large {
        flex: 0 0 25%
    }
}

@media only screen and (min-width:990px) {
    .product-single__thumbnails-item--large {
        flex: 0 0 20%
    }
}

@media only screen and (min-width:750px) {
    .product-single__thumbnails-item--full {
        flex: 0 0 20%
    }
}

@media only screen and (min-width:990px) {
    .product-single__thumbnails-item--full {
        flex: 0 0 12.5%
    }
}

.collection-hero {
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    position: relative
}

.collection-description {
    margin-bottom: 15px;
    margin-top: 15px
}

@media only screen and (min-width:750px) {
    .collection-description {
        margin-bottom: 35px;
        margin-top: 35px
    }
}

.collection-hero {
    height: 160px
}

@media only screen and (min-width:750px) {
    .collection-hero {
        height: 220px
    }
}

.collection-hero__image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.collection-hero__title-wrapper:before {
    background-color: var(--color-image-overlay);
    bottom: 0;
    content: "";
    left: 0;
    opacity: var(--opacity-image-overlay);
    position: absolute;
    right: 0;
    top: 0
}

.collection-hero__title {
    color: var(--color-overlay-title-text);
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

@media only screen and (min-width:750px) {
    .collection-hero__title {
        font-size: calc((var(--font-size-header) + 6)/(var(--font-size-base-desktop))*1em)
    }
}

@media only screen and (min-width:1280px) {
    .collection-header--alt {
        display: flex;
        flex-wrap: wrap
    }

    .collection-header--alt .collection-hero {
        flex-grow: 1;
        height: unset;
        max-height: 480px
    }

    .collection-header--alt .collection-info {
        align-items: center;
        display: flex;
        margin: 0;
        padding: 60px;
        width: 560px
    }
}

.collection-header .collection-breadcrumbs {
    margin-top: 10px
}

@media only screen and (min-width:960px) {
    .collection-header .collection-breadcrumbs {
        margin-top: 20px
    }
}

.collection-inner .collection-breadcrumbs {
    margin-bottom: 20px
}

.collection-info {
    margin: 20px auto 30px
}

.collection-info__inner {
    margin: 0 auto;
    max-width: 720px
}

.collection-info__title {
    margin-bottom: 0
}

.collection-info__description {
    margin: 10px 0 0
}

@media only screen and (min-width:960px) {
    .collection-info__description {
        margin: 20px 0 0
    }
}

.collection-additional-info {
    margin-top: 10px
}

@media only screen and (min-width:960px) {
    .collection-additional-info {
        margin-top: 20px
    }
}

.collection-additional-info__button {
    background-color: inherit;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: .5px;
    text-transform: uppercase
}

.collection-additional-info__button span {
    border-bottom: 1px solid #999
}

.collection-additional-info__button--outline {
    border: 2px solid var(--color-text);
    border-radius: 0;
    margin-top: 15px;
    padding: 10px 16px;
    transition: all .2s ease-in-out
}

.collection-additional-info__button--outline:hover {
    background-color: var(--color-text);
    color: #fff
}

.collection-text-banner {
    background-color: var(--brand-green);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 10px;
    width: 100%
}

.collection-text-banner p {
    color: inherit
}

.collection-text-banner a {
    border-bottom: 1px solid;
    color: inherit
}

.collection-inner {
    background-color: #fff;
    padding: 20px 0 50px
}

@media only screen and (min-width:960px) {
    .collection-inner {
        padding: 30px 0 50px
    }
}

.collection-tip {
    background-color: #f8f8f8;
    font-size: 14px;
    letter-spacing: .2px;
    margin-bottom: 20px;
    padding: 20px
}

.collection-products {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr
}

@media only screen and (min-width:750px) {
    .collection-products {
        gap: 30px;
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (min-width:960px) {
    .collection-products {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.collection-links {
    padding: 20px 10px
}

.collection-blocks {
    background-color: #fff
}

@media only screen and (min-width:750px) {
    .collection-blocks {
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px
    }
}

.collection-blocks__inner {
    margin: 0 auto;
    max-width: 1600px
}

.template-blog .social-sharing {
    margin-bottom: 17.5px
}

.blog-list-view .pagination {
    padding-top: 0
}

.blog-filter {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.blog-filter .icon-chevron-down {
    fill: var(--color-text-field-text);
    height: .625em;
    right: .7rem;
    width: .625em
}

.blog-filter__label {
    color: #888;
    margin: 0 0 5px
}


.product-details__item {
    color: #888;
    font-size: 12px;
    margin-bottom: .15em;
    text-transform: uppercase
}

.product-details__item--variant-option:not(.hide)+.product-details__item--property {
    margin-top: .8rem
}

.product-details__item-label {
    font-weight: var(--font-weight-body--bold)
}


.notice {
    background-color: #daedf7;
    margin-bottom: 20px;
    padding: 10px
}

.notice--success {
    background-color: #d2e4c4
}

.notice--warning {
    background-color: #fff3cd
}

.notice__title {
    font-size: 16px;
    font-weight: 600;
    margin: 0
}

.notice--nextday p:last-child {
    align-items: center;
    display: flex;
    justify-content: center
}

.notice--nextday p:last-child svg {
    margin-left: 5px
}

.item-props {
    display: flex;
    flex-direction: column;
    margin-top: 5px
}

.item-props__property {
    font-size: calc((var(--font-size-base-desktop) - 2)/(var(--font-size-base-desktop))*1em)
}


.site-header {
    background-color: #fff;
    position: relative
}

@media only screen and (max-width:749px) {
    .site-header {
        border-bottom: 1px solid var(--color-border)
    }
}

@media only screen and (min-width:750px) {
    .site-header {
        padding: 0 55px
    }

    .site-header.logo--center {
        padding-top: 30px
    }
}

.site-header__logo {
    margin: 15px 0
}

.logo-align--center .site-header__logo {
    margin: 0 auto;
    text-align: center
}

@media only screen and (max-width:749px) {
    .logo-align--center .site-header__logo {
        margin: 15px 0;
        text-align: left
    }

    .site-header__logo {
        padding-left: 15px;
        text-align: left
    }

    .site-header__logo img {
        margin: 0
    }
}

.site-header__logo-link {
    display: inline-block;
    word-break: break-word
}

@media only screen and (min-width:750px) {
    .logo-align--center .site-header__logo-link {
        margin: 0 auto
    }
}

.site-header__logo-image {
    display: block
}

@media only screen and (min-width:750px) {
    .site-header__logo-image {
        margin: 0 auto
    }
}

.site-header__logo-image img {
    width: 100%
}

.site-header__logo-image--centered img {
    margin: 0 auto
}

.site-header__logo img {
    display: block
}

.site-header__icons {
    position: relative;
    white-space: nowrap
}

@media only screen and (max-width: 749px) {
    .site-header__icons {
        padding-right: 13px;
        width: auto;
    }

    .site-header__icons .btn--link {
        font-size: calc(((var(--font-size-base)) / (var(--font-size-base))) * 1em);
    }
}


.site-header__icons-wrapper {
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    display: flex;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
    width: 100%
}

.site-header__search {
    position: relative
}

.site-header__search.site-header__icon {
    display: none
}

@media only screen and (min-width:1400px) {
    .site-header__search.site-header__icon {
        display: block
    }
}

.site-header__search-toggle {
    display: block
}


.site-header__search-title {
    clip: rect(0 0 0 0);
    border: 0;
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    vertical-align: middle;
    width: 1px
}



.site-header__menu {
    display: none
}

@media only screen and (max-width:749px) {
    .site-header__icon {
        display: inline-block;
        margin: 0;
        padding: 10px 11px;
        vertical-align: middle
    }
}

@media only screen and (min-width:750px) {
    .site-header__icon .icon-search {
        margin-right: 3px
    }
}

.announcement-bar {
    border-bottom: 1px solid transparent;
    position: relative;
    text-align: center;
    z-index: 10
}

.announcement-carousel {
    margin: 0 auto;
    max-width: 800px;
    padding: 0 40px
}

.announcement-carousel .splide__arrow {
    background-color: transparent;
    height: 40px;
    width: 40px
}

.announcement-carousel .splide__arrow:hover {
    background-color: transparent
}

.announcement-carousel .splide__arrow svg {
    fill: #fff;
    height: 12px;
    width: 12px
}

.announcement-carousel .splide__arrow.splide__arrow--prev svg {
    transform: translate(-50%, -50%) rotate(180deg)
}

.announcement-bar__link {
    display: block
}

.announcement-bar__message {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .25px;
    padding: 10px
}

.announcement-bar__message svg {
    height: 18px;
    margin-right: 8px;
    position: relative;
    top: 5px;
    width: 18px
}

.announcement-bar__message .find-out-more {
    color: #fff
}

@media only screen and (max-width:640px) {
    .announcement-bar__message .find-out-more {
        display: inline-block
    }
}

.article-listing {
    padding-top: 55px
}

.article,
.article-listing {
    margin-bottom: 55px
}

.article__meta {
    margin-bottom: 15px
}

.article__title {
    margin-bottom: 11px
}

@media only screen and (max-width:749px) {
    .article__title--has-image {
        padding-left: 15px
    }
}

.article__author {
    margin-right: 10px
}

.article__author,
.article__date {
    display: inline-block;
    margin-bottom: 15px
}

.article__meta .article__author,
.article__meta .article__date,
.template-article .article__author,
.template-article .article__date {
    margin-bottom: 0
}

.article__tags {
    margin-bottom: 27.5px
}

.article__tags--list {
    font-style: italic
}

.article__link {
    display: block
}

@media only screen and (max-width:749px) {
    .article__link {
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.article__link:focus .article__grid-image-wrapper:before,
.article__link:not([disabled]):hover .article__grid-image-wrapper:before {
    background-color: var(--color-image-overlay);
    bottom: 0;
    content: "";
    left: 0;
    opacity: var(--opacity-image-overlay);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.article__link--fixed-overlay:focus .article__grid-image-wrapper:before,
.article__link--fixed-overlay:not([disabled]):hover .article__grid-image-wrapper:before {
    bottom: auto
}

.article__meta-buttons li:first-child {
    margin-right: 1.5rem
}

.article__comment-count {
    padding: 0 0 3px
}

.article__comment-count,
.article__comment-count:focus,
.article__comment-count:not([disabled]):hover {
    border-color: transparent transparent currentColor
}

.rte--article {
    margin-bottom: 20px
}

.grid--blog {
    margin-bottom: -55px;
    overflow: auto
}

.article__grid-tag {
    margin-right: 10px
}

.article__grid-meta {
    margin-bottom: 55px
}

@media only screen and (max-width:749px) {
    .article__grid-meta--has-image {
        float: left;
        padding-left: 15px
    }
}

.article__grid-excerpt {
    margin-bottom: 17.5px
}

.article-image-wrapper.article__grid-image-wrapper {
    margin-left: 0;
    margin-right: 0
}

.article__grid-image-wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%
}

.article__grid-image-wrapper--small {
    width: 50%
}

.article__grid-image-container {
    clear: both;
    display: block;
    height: 100%;
    margin: 0 auto 27.5px 0;
    min-height: 1px;
    position: relative;
    width: 100%
}

@media only screen and (max-width:749px) {
    .article__grid-image-container {
        float: left;
        margin: 0 0 55px
    }
}

.article__grid-image-container img {
    display: block
}

.article__grid-image {
    margin: 0 auto;
    width: 100%
}

.js .article__grid-image {
    position: absolute;
    top: 0
}

.article__list-image-container {
    clear: both;
    display: block;
    height: 100%;
    min-height: 1px;
    position: relative;
    width: 100%
}

.article__list-image-wrapper {
    margin-bottom: 20px;
    width: 100%
}

.article__list-image {
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%
}

.blog-card {
    margin-bottom: 30px;
    margin-top: 30px
}

@media only screen and (min-width:750px) {
    .blog-card {
        margin-top: 0
    }
}

.blog-card__image-wrapper {
    margin-bottom: 30px;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.blog-card__image-wrapper:focus .blog-card__title-wrapper:before,
.blog-card__image-wrapper:hover .blog-card__title-wrapper:before {
    opacity: var(--hover-overlay-opacity)
}

.blog-card__image-wrapper:focus {
    opacity: 1
}

.blog-card__image-wrapper--small {
    padding-bottom: 50%
}

.blog-card__image-wrapper--medium {
    padding-bottom: 75%
}

.blog-card__title {
    color: var(--color-overlay-title-text);
    font-size: calc((var(--font-size-header))/(var(--font-size-base-desktop))*1em);
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 11px;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 4px rgba(0, 0, 0, .4);
    top: 50%;
    transform: translateY(-50%);
    transition: .1s cubic-bezier(.44, .13, .48, .87);
    width: 100%
}

@media only screen and (min-width:750px) {
    .blog-card__title {
        padding: 0 15px
    }
}

.blog-card__link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.blog-card__overlay {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.blog-card__title-wrapper:before {
    background-color: var(--color-image-overlay);
    bottom: 0;
    content: "";
    left: 0;
    opacity: var(--opacity-image-overlay);
    position: absolute;
    right: 0;
    top: 0
}

.blog-card__excerpt {
    margin-bottom: 17.5px
}

.blog-card__comment-count {
    padding: 0 0 3px
}

.blog-card__comment-count,
.blog-card__comment-count:focus,
.blog-card__comment-count:not([disabled]):hover {
    border-color: transparent transparent currentColor
}


.product-details__item {
    line-height: 1.5;
    margin-bottom: .2rem
}

.product-details__item:last-child {
    margin-bottom: 0
}

.product-details__property-label {
    font-weight: var(--font-weight-body--bold)
}


.sidebar {
    margin-top: 40px
}

.sidebar__list {
    list-style: none;
    margin-bottom: 55px
}

.sidebar__list li {
    margin-bottom: 10px
}

.pagination {
    font-size: var(--font-size-base-desktop);
    list-style: none;
    margin-top: 30px;
    text-align: center
}

@media only screen and (min-width:960px) {
    .pagination {
        margin-top: 60px
    }
}

.pagination li {
    display: inline-block
}

.pagination .icon {
    display: block;
    height: 20px;
    vertical-align: middle
}

.pagination__text {
    padding: 0 27.5px
}

.comment {
    margin-bottom: 30px
}

.comment:last-child {
    margin-bottom: 0
}

.comment__content {
    margin-bottom: 5px
}

.comment__meta-item {
    font-size: calc(14/(var(--font-size-base-desktop))*1em);
    margin-right: 10px
}

.comment__meta-item:first-child:before {
    content: "\2014  "
}

.search-form__input-wrapper {
    flex-grow: 1
}

.search-form__input {
    background-color: var(--color-text-field);
    border: none;
    border: 1px solid var(--color-border-form);
    color: var(--color-text-field-text);
    min-height: 44px;
    width: 100%
}

.search-form__input::-ms-clear {
    display: none
}

.search-form__input::-webkit-search-cancel-button {
    display: none
}

.search-form__input::-moz-placeholder {
    color: var(--color-text-field-text);
    opacity: .6
}

.search-form__input::placeholder {
    color: var(--color-text-field-text);
    opacity: .6
}

.search-form__input:-ms-input-placeholder {
    color: var(--color-text-field-text);
    opacity: .6
}

.search-form__input::-ms-input-placeholder {
    color: var(--color-text-field-text);
    opacity: .6
}

.search-form__clear-action {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    font-size: inherit;
    height: 24px;
    justify-content: center;
    line-height: inherit;
    margin: -12px 0 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transition-duration: .1s;
    transition-property: opacity, visibility, background-color, transform;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    width: 24px
}

.search-form__clear-action .icon-close {
    fill: var(--color-text-field-text);
    flex: 1 1 auto;
    height: 12px;
    width: 12px
}

.search-form__clear-action:focus,
.search-form__clear-action:hover {
    background-color: rgba(var(--color-text-field-text-rgb), .2)
}

.search-form__clear-action:active {
    transform: scale(.9)
}

.search-form__clear-action.predictive-search__clear-button--visible {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.search-bar__form .search-form__clear-action {
    right: 44px
}

.search-form--focus .predictive-search__clear-button--visible,
.search-page-form .predictive-search__clear-button--visible {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.search-form__connected-submit {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    background-color: var(--color-btn-primary);
    border: none;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    font-size: inherit;
    justify-content: center;
    line-height: inherit;
    margin: 0;
    padding: 0;
    transition: background-color .1s ease-in-out;
    width: 50px
}

.search-form__connected-submit:focus,
.search-form__connected-submit:hover {
    background-color: var(--color-btn-primary-darker)
}

.search-form__connected-submit:active {
    background-color: var(--color-btn-primary)
}

.search-form__connected-submit .icon-search {
    height: 20px;
    width: 20px
}

.search-bar {
    background-color: #fff;
    top: var(--announcement-height);
    z-index: 999
}

.search-bar__interior {
    display: flex;
    flex: 1;
    height: 100%
}

@media only screen and (min-width:750px) {
    .search-bar__interior {
        height: auto;
        padding-left: 55px;
        padding-right: 55px
    }
}

.search-form__container {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex: 1;
    justify-content: center;
    padding-left: 7px;
    padding-right: 10px
}

.search-bar__form {
    align-items: center;
    border: 1px solid transparent;
    display: flex;
    flex: 1 1 100%;
    max-width: 750px
}

.search-bar__actions {
    align-items: center;
    display: flex;
    flex: 0 0 auto
}

.search-bar__submit {
    background-color: transparent;
    border: 0;
    color: var(--color-text-field-text);
    display: inline-block;
    margin: 0;
    min-height: 44px;
    min-width: 50px;
    padding: 0 12px;
    vertical-align: middle;
    z-index: 1
}

.search-bar__submit:focus,
.search-bar__submit:hover {
    color: rgba(var(--color-text-field-text-rgb), .6)
}

.search-bar__input {
    background-color: var(--color-text-field);
    color: var(--color-text-field-text);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    min-height: 44px;
    padding: 10px;
    width: 100%
}

@media only screen and (min-width:960px) {
    .search-bar__input {
        font-size: 16px
    }
}

.search-bar__clear {
    color: #999;
    font-size: 12px;
    min-height: 44px;
    padding: 10px
}

.search-bar__close {
    padding: 10px
}

.search-bar__close .icon {
    height: auto;
    width: 1rem
}

.search--less-than-2-results {
    height: 40vh
}

.predictive-search-wrapper {
    background-color: #fff;
    border: 1px solid var(--color-border);
    display: none;
    left: 0;
    margin-top: -1px;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 100%;
    transition-duration: .1s;
    transition-property: opacity, visibility;
    transition-timing-function: ease-in-out;
    z-index: 1000
}

.search-bar .predictive-search-wrapper {
    position: fixed;
    width: 100%
}

@media only screen and (max-width:749px) {
    .search-bar .predictive-search-wrapper {
        border: none
    }
}

@media only screen and (min-width:750px) {
    .search-bar .predictive-search-wrapper {
        position: absolute
    }

    .predictive-search-wrapper {
        max-height: 80vh
    }
}

.search-page-form .predictive-search-wrapper {
    max-height: 60vh
}

@media only screen and (max-width:749px) {
    .predictive-search-wrapper--drawer {
        margin-top: 3px;
        padding-top: 14px
    }
}

.predictive-search-wrapper--visible {
    display: block
}

.predictive-search {
    height: 100%;
    padding: 10px 0;
    text-align: left
}

@media only screen and (min-width:960px) {
    .predictive-search {
        display: flex;
        margin: 0 auto;
        max-width: 1600px;
        padding: 20px 0
    }
}

@media only screen and (max-width:959px) {
    .search-bar .predictive-search {
        -webkit-overflow-scrolling: touch;
        margin: 0 20px;
        overflow-y: auto
    }
}

.predictive-search__results {
    flex: 1 1 50%;
    padding: 0
}

@media only screen and (max-width:959px) {
    .predictive-search__results:first-child {
        border-bottom: 1px solid var(--color-border);
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width:960px) {
    .predictive-search__results {
        padding: 0 40px
    }

    .predictive-search__results:first-child {
        border-right: 1px solid var(--color-border)
    }
}

.predictive-search-loading {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 14px 0;
    text-align: center
}

.icon-predictive-search-spinner:before {
    animation: spin .5s linear infinite;
    border: 4px solid;
    border-left: 4px solid transparent;
    border-radius: 50%;
    content: "";
    display: block;
    height: 28px;
    width: 28px
}

.predictive-search-loading__icon {
    color: var(--color-body-text);
    display: inline-block;
    height: 20px;
    margin: 0;
    width: 20px
}

.predictive-search-loading__icon .icon-predictive-search-spinner:before {
    border-width: 3px;
    height: 100%;
    width: 100%
}

.predictive-search-title {
    align-items: center;
    display: flex;
    padding: 8px 0;
    position: relative
}

@media only screen and (min-width:960px) {
    .predictive-search-title {
        padding: 10px
    }
}

@media only screen and (max-width:749px) {
    .predictive-search-wrapper--drawer .predictive-search-title:before {
        height: 1px
    }
}

.predictive-search-title__content {
    color: var(--color-body-text);
    flex: 1 1 auto;
    font-family: var(--font-stack-body);
    font-size: calc((var(--font-size-base-desktop) - 2)/(var(--font-size-base-desktop))*1em);
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    text-transform: uppercase;
    white-space: normal
}

.predictive-search-title__results {
    color: #999;
    font-weight: 400;
    letter-spacing: 0;
    margin-left: 15px;
    text-transform: none
}

.predictive-search-title__view-all {
    background-color: transparent;
    border: 0;
    float: right;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1
}

.predictive-search-results__empty {
    color: #999;
    margin: 0;
    padding: 14px
}

.predictive-search-title__loading-spinner {
    color: var(--color-body-text);
    flex: 0 0 auto;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 14px;
    top: 50%;
    width: 20px
}

.predictive-search-title__loading-spinner .icon-predictive-search-spinner:before {
    border-width: 3px;
    height: 100%;
    width: 100%
}

.predictive-search-item {
    font-weight: 400;
    white-space: normal
}

.predictive-search-item__details {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%
}

.predictive-search-item__detail--inline {
    display: flex;
    flex-direction: row
}

.predictive-search-item__link {
    background-color: transparent;
    display: flex;
    padding: 5px 0;
    transition: background-color .1s ease-in-out
}

.predictive-search-item__link:active {
    background-color: transparent
}

@media only screen and (min-width:960px) {
    .predictive-search-item__link {
        padding: 5px 10px
    }
}

.predictive-search-item--selected .predictive-search-item__link,
.predictive-search-item--selected .predictive-search-view-all__button,
.predictive-search-item__link:hover {
    background-color: #fff
}

.predictive-search-item--selected .predictive-search-item__link .predictive-search-item__title-text,
.predictive-search-item--selected .predictive-search-view-all__button .predictive-search-item__title-text,
.predictive-search-item__link:hover .predictive-search-item__title-text {
    border-bottom-color: var(--color-text)
}

.predictive-search__column {
    flex: 1 1 auto
}

.predictive-search__column--image {
    flex-grow: 0;
    flex-shrink: 0;
    height: 50px;
    margin-right: 12px;
    position: relative;
    width: 50px
}

@media only screen and (min-width:960px) {
    .predictive-search__column--image {
        height: 60px;
        width: 60px
    }
}

.predictive-search-item__image {
    font-family: "object-fit: contain";
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.predictive-search__column--content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.predictive-search__column--center {
    justify-content: center
}

.predictive-search-item__title-text {
    border-bottom: 1px solid transparent;
    color: var(--color-text);
    display: inline-block;
    font-weight: var(--font-weight-header);
    line-height: 1.2;
    word-break: break-word
}

.predictive-search-item__vendor {
    color: var(--color-body-text);
    font-size: calc((var(--font-size-base-desktop) - 3)/(var(--font-size-base-desktop))*1em);
    letter-spacing: 1px;
    text-transform: uppercase
}


.predictive-search-loading,
.predictive-search-view-all {
    border-top: 1px solid var(--color-border)
}

@media only screen and (min-width:750px) {

    .predictive-search__list .predictive-search-loading:first-child,
    .predictive-search__list .predictive-search-view-all:first-child {
        border-top: none
    }
}

.predictive-search-view-all__button {
    background-color: transparent;
    border: none;
    color: var(--color-text);
    display: block;
    font-weight: var(--font-weight-header);
    padding: 14px;
    text-align: left;
    white-space: normal;
    width: 100%;
    word-break: break-word
}

.predictive-search-view-all__button:focus,
.predictive-search-view-all__button:hover {
    background-color: var(--predictive-search-focus)
}

.predictive-search-view-all__query {
    font-weight: 700
}

.main-content.is-search {
    padding: 30px 0
}

@media only screen and (min-width:960px) {
    .main-content.is-search {
        padding: 60px 0
    }
}

.search-results {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr
}

@media only screen and (min-width:750px) {
    .search-results {
        gap: 30px;
        grid-template-columns: 1fr 1fr 1fr
    }
}

.modal {
    background-color: var(--color-bg);
    bottom: 0;
    color: var(--color-text);
    display: none;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-20px)
}

.modal--is-active {
    display: block;
    opacity: 1;
    overflow: hidden;
    transform: translateY(0)
}

.modal__inner {
    height: 100%;
    transform-style: preserve-3d
}

.modal__centered {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.modal__close {
    border: 0;
    padding: 55px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2
}

.modal__close .icon {
    font-size: calc(20/(var(--font-size-base-desktop))*1em)
}

.slideshow-wrapper {
    position: relative
}

.slideshow {
    margin-bottom: 0;
    max-height: 80vh;
    overflow: hidden;
    position: unset;
    transition: height .6s cubic-bezier(.44, .13, .48, .87)
}

@media only screen and (min-width:750px) {
    .slideshow {
        max-height: 100vh;
        position: relative
    }
}

.slideshow .slick-list,
.slideshow .slick-track {
    height: 100%
}

.slideshow .slick-next,
.slideshow .slick-prev {
    height: 100%;
    margin-top: 0;
    top: 0;
    width: 40px
}

.slideshow .slick-prev {
    left: 0
}

.slideshow .slick-next {
    right: 0
}

@media only screen and (min-width:750px) {
    .slideshow--display-controls .slick-dots {
        left: calc(50% - 15px)
    }
}

.slideshow--small {
    height: 175px
}

@media only screen and (min-width:750px) {
    .slideshow--small {
        height: 475px
    }
}

.slideshow--medium {
    height: 270px
}

@media only screen and (min-width:750px) {
    .slideshow--medium {
        height: 650px
    }
}

.slideshow--large {
    height: 375px
}

@media only screen and (min-width:750px) {
    .slideshow--large {
        height: 775px
    }
}

.slideshow__slide {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: opacity .5s ease 0s;
    width: 100%;
    z-index: -1
}

.slideshow__slide--active {
    opacity: 1;
    z-index: 8
}

.slideshow__link {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.slideshow__link:active,
.slideshow__link:focus {
    opacity: 1
}

@media only screen and (min-width:750px) {
    .slideshow__overlay:before {
        background-color: var(--color-image-overlay);
        bottom: 0;
        content: "";
        left: 0;
        opacity: var(--opacity-image-overlay);
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2
    }
}

.slideshow__image {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity .8s cubic-bezier(.44, .13, .48, .87);
    width: 100%;
    z-index: 1
}

.no-js .slideshow__image {
    opacity: 1
}

.slideshow__text-wrap {
    height: 100%;
    position: relative
}

.slideshow__link .slideshow__text-wrap {
    cursor: inherit
}

.slideshow__text-wrap--mobile {
    display: none
}

@media only screen and (max-width:749px) {
    .slideshow__text-wrap--mobile {
        background-color: var(--color-bg);
        display: block;
        margin: 0 0 -1.1rem 7.5%;
        position: relative;
        top: -1.1rem;
        width: 85%;
        z-index: 8
    }
}

@media only screen and (min-width:750px) {
    .slideshow__text-content {
        opacity: 0;
        transition: .6s cubic-bezier(.44, .13, .48, .87);
        transition-delay: .3s
    }
}

.slideshow__text-wrap--desktop .slideshow__text-content {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2
}

@media only screen and (min-width:750px) {
    .slideshow__text-content.slideshow__text-content--vertical-top {
        top: 120px
    }

    .slideshow__text-content.slideshow__text-content--vertical-bottom {
        bottom: 40px;
        top: auto
    }
}

.no-js .slideshow__text-content,
.slideshow__slide--active .slideshow__text-content {
    opacity: 1;
    transform: translateY(-40px)
}

.no-js .slideshow__text-content.slideshow__text-content--vertical-center,
.slideshow__slide--active .slideshow__text-content.slideshow__text-content--vertical-center {
    transform: translateY(-50%)
}

.no-js .slideshow__text-content:after {
    content: none;
    opacity: 0;
    visibility: hidden
}

.slideshow__text-content--mobile {
    display: none;
    padding-top: 2.6rem
}

.slideshow__arrows--mobile~.slideshow__text-content--mobile {
    padding-top: 1.7rem
}

@media only screen and (min-width:750px) {

    .slideshow__arrows--mobile~.slideshow__text-content--mobile,
    .slideshow__text-content--mobile {
        padding-top: 0
    }

    .slideshow__text-content--mobile:after {
        display: none
    }
}

.slideshow__text-content--mobile-active {
    display: block
}

.slideshow__subtitle,
.slideshow__title {
    color: var(--color-overlay-title-text)
}

@media only screen and (max-width:749px) {

    .slideshow__subtitle,
    .slideshow__title {
        display: none
    }
}

.slideshow__title--mobile {
    margin-bottom: 0
}

.slideshow__title--mobile~.slideshow__subtitle--mobile {
    margin-top: .5rem
}

.slideshow__subtitle--mobile,
.slideshow__title--mobile {
    color: var(--color-text);
    display: none
}

@media only screen and (max-width:749px) {

    .slideshow__subtitle--mobile,
    .slideshow__title--mobile {
        display: block
    }
}

.slideshow__btn-wrapper {
    background-color: transparent;
    border: none
}

@media only screen and (min-width:750px) {
    .slideshow__btn-wrapper--push {
        margin-top: 30px
    }
}

.slideshow__btn {
    word-wrap: break-word;
    background-color: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
    display: inline-block;
    line-height: 2.2;
    max-width: 100%;
    min-height: 3.125rem
}

@media only screen and (max-width:749px) {
    .slideshow__btn {
        display: none
    }
}

.slideshow__btn--mobile {
    display: none;
    margin: 1.3rem auto 0
}

@media only screen and (max-width:749px) {
    .slideshow__btn--mobile {
        display: inline-block;
        margin: 2rem auto .3rem
    }
}

.slideshow__controls {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8
}

@media only screen and (min-width:750px) {
    .slideshow__controls {
        bottom: 0;
        left: 0;
        top: auto
    }
}

.slideshow__arrows {
    background-clip: content-box;
    background-color: #0006;
    color: #ffffff80;
    display: none;
    height: 44px;
    padding: 5px;
    transition: color .2s cubic-bezier(.44, .13, .48, .87), background-color .2s cubic-bezier(.44, .13, .48, .87)
}

@media only screen and (min-width:750px) {
    .slideshow__arrows {
        display: flex
    }

    .slideshow__controls--hover .slideshow__arrows,
    .slideshow__controls:focus .slideshow__arrows,
    .slideshow__controls:hover .slideshow__arrows {
        background-color: #000000bf
    }
}

.slideshow__arrows .slideshow__arrow {
    background-color: transparent;
    border: none;
    color: #ffffff80;
    cursor: pointer;
    height: 44px;
    line-height: 0;
    padding: 0 .9rem;
    position: relative;
    top: -5px;
    width: 44px
}

.slideshow__arrows .slideshow__arrow,
.slideshow__arrows .slideshow__arrow .icon {
    transition: color .2s cubic-bezier(.44, .13, .48, .87), background-color .2s cubic-bezier(.44, .13, .48, .87)
}

.slideshow__arrows .slideshow__arrow .icon {
    height: .7rem;
    width: .7rem
}

.slideshow__arrows .slideshow__arrow .icon:hover {
    color: #fff
}

.slideshow__arrows .slideshow__arrow-previous {
    float: left
}

@media only screen and (min-width:750px) {
    .slideshow__arrows .slideshow__arrow-previous {
        order: -1
    }
}

.slideshow__arrows .slideshow__arrow-next {
    float: right
}

@media only screen and (min-width:750px) {
    .slideshow__arrows .slideshow__arrow-next {
        order: 1
    }
}

.slideshow__arrows .slick-dots {
    line-height: 32px
}

.slideshow__arrows .slick-dots li {
    height: 9px;
    margin-left: 9px;
    width: 9px
}

.slideshow__arrows .slick-dots li a:before,
.slideshow__arrows .slick-dots li button:before {
    border: none;
    color: rgba(var(--color-text-rgb), .7);
    height: 9px;
    opacity: 1;
    width: 9px
}

@media only screen and (min-width:750px) {

    .slideshow__arrows .slick-dots li a:before,
    .slideshow__arrows .slick-dots li button:before {
        color: #ffffff80
    }
}

.slideshow__arrows .slick-dots li.slick-active a:before,
.slideshow__arrows .slick-dots li.slick-active button:before {
    color: #fff
}

.slideshow__arrows--mobile .slick-dots li.slick-active a:before,
.slideshow__arrows--mobile .slick-dots li.slick-active button:before {
    color: var(--color-text)
}

.slideshow__arrows--mobile {
    background-color: transparent;
    display: block;
    height: 44px;
    width: 100%
}

.slideshow__arrows--mobile .icon {
    fill: rgba(var(--color-text-rgb), .7)
}

.slideshow__arrows--mobile .slideshow__arrow:focus .icon {
    fill: var(--color-text)
}

@media only screen and (min-width:750px) {
    .slideshow__arrows--mobile {
        display: none
    }
}

.slideshow__pause {
    clip: auto;
    background-clip: content-box;
    background-color: #0006;
    border: none;
    height: 44px;
    line-height: 0;
    margin-left: 1px;
    padding: 5px;
    transition: color .2s cubic-bezier(.44, .13, .48, .87), background-color .2s cubic-bezier(.44, .13, .48, .87);
    width: 44px;
    z-index: 10000
}

@media only screen and (min-width:750px) {

    .slideshow__controls--hover .slideshow__pause,
    .slideshow__controls:focus .slideshow__pause,
    .slideshow__controls:hover .slideshow__pause {
        background-color: #000000bf
    }
}

.slideshow__pause .icon {
    color: #ffffff80;
    transition: color .2s cubic-bezier(.44, .13, .48, .87), background-color .2s cubic-bezier(.44, .13, .48, .87)
}

.slideshow__pause .icon:hover {
    color: #fff
}

.slideshow__pause .icon {
    height: .65rem;
    width: .65rem
}

.slideshow__pause-stop {
    display: block
}

.slideshow__pause--is-paused .slideshow__pause-stop,
.slideshow__pause-rotate {
    display: none
}

.slideshow__pause--is-paused .slideshow__pause-rotate {
    display: block
}

.filters-toolbar-wrapper {
    margin-bottom: 20px
}

@media only screen and (min-width:750px) {
    .filters-toolbar-wrapper {
        margin-bottom: 20px
    }
}

.filters-toolbar {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%
}

.filters-toolbar .icon {
    fill: var(--color-text-field-text);
    height: 10px;
    right: 10px;
    width: 10px
}

.filters-toolbar--has-filter {
    position: relative
}

@media only screen and (max-width:749px) {
    .filters-toolbar--has-filter {
        border-bottom: none
    }

    .filters-toolbar--has-filter .filters-toolbar__item-wrapper {
        flex-basis: 100%
    }

    .filters-toolbar--has-filter .filters-toolbar__item--count {
        display: none;
        flex-basis: 100%;
        text-align: left
    }

    .filters-toolbar--has-filter .filters-toolbar__item--count:before {
        background-color: var(--color-border);
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: auto;
        width: 100%
    }
}

.filters-toolbar__item {
    -moz-flex: 1 1 33%;
    flex: 1 1 33%;
    min-width: 33%
}

@media only screen and (max-width:749px) {
    .filters-toolbar__item:first-child .filters-toolbar__input {
        padding-left: 0
    }

    .filters-toolbar__item-child {
        flex-grow: 0;
        margin-left: 0
    }
}

@media only screen and (min-width:750px) {
    .filters-toolbar__item-child {
        margin-left: 30px
    }
}

@media only screen and (max-width:749px) {
    .filters-toolbar__item-child .filters-toolbar__input {
        width: 100%
    }
}

.filters-toolbar__item-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end
}

@media only screen and (max-width:749px) {
    .filters-toolbar__item-wrapper {
        -ms-justify-content: space-between;
        justify-content: space-between
    }
}

.filters-toolbar__item--count {
    display: none;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    text-align: center
}

@media only screen and (max-width:749px) {
    .filters-toolbar__item--count {
        -moz-flex: 0 1 50%;
        flex: 0 1 50%;
        text-align: right
    }
}

.filters-toolbar__label {
    color: #888;
    display: block;
    font-size: 10px;
    margin: 0 0 5px
}

.filters-toolbar__input-wrapper {
    display: inline-block
}

.filters-toolbar__input {
    border: 0 solid transparent;
    font-size: 13px;
    max-width: 100%;
    opacity: 1;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.filters-toolbar__item:first-child .filters-toolbar__input {
    padding-left: 0
}

@media only screen and (min-width:750px) {
    .filters-toolbar__input {
        font-size: 14px;
        height: 45px;
        padding: 10px
    }
}

.filters-toolbar__input.hidden {
    opacity: 0
}

.filters-toolbar__input option,
.filters-toolbar__product-count {
    overflow: hidden;
    text-overflow: ellipsis
}

.filters-toolbar__product-count {
    margin-bottom: 0;
    white-space: nowrap
}

.site-footer {
    padding: 45px 0 55px
}

@media only screen and (min-width:750px) {
    .site-footer {
        padding-bottom: 35px
    }
}

.site-footer .h4,
.site-footer h4 {
    margin-bottom: 12.5px
}

.site-footer__content {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

@media only screen and (min-width:1280px) {
    .site-footer__content {
        flex-wrap: nowrap
    }
}

.site-footer__item {
    display: flex;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 55px;
    width: 100%
}

@media only screen and (min-width:768px) {
    .site-footer__item {
        margin-bottom: 45px;
        padding-right: 30px
    }
}

@media only screen and (min-width:1280px) {
    .site-footer__item {
        padding: 0 15px
    }
}

.site-footer__item:first-of-type {
    padding-left: 0
}

.site-footer__item:last-of-type {
    padding-right: 0
}

@media only screen and (max-width:767px) {
    .site-footer__item:last-of-type {
        justify-content: center;
        order: -1
    }
}

@media only screen and (min-width:768px) {
    .site-footer__item--one-quarter {
        -moz-flex: 1 1 50%;
        flex: 1 1 50%;
        width: 50%
    }
}

@media only screen and (min-width:1280px) {
    .site-footer__item--full-width {
        -moz-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .site-footer__item--one-half {
        -moz-flex: 1 1 50%;
        flex: 1 1 50%
    }

    .site-footer__item--one-third {
        -moz-flex: 1 1 33%;
        flex: 1 1 33%
    }

    .site-footer__item--one-quarter {
        -moz-flex: 1 1 25%;
        flex: 1 1 25%
    }

    .site-footer__item--one-fifth {
        -moz-flex: 1 1 20%;
        flex: 1 1 20%
    }

    .site-footer-newsletter__one-half {
        -moz-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

@media only screen and (min-width:750px) {
    .site-footer__item--center {
        -ms-justify-content: center;
        justify-content: center
    }

    .site-footer__item--center>* {
        text-align: center
    }
}

.site-footer__item-inner--newsletter {
    width: 100%
}

.site-footer__item-inner--newsletter .newsletter__submit {
    margin-top: 5px
}

.site-footer__item-inner--newsletter .newsletter__input {
    margin: 5px 0 0;
    width: 100%
}

@media only screen and (min-width:750px) {
    .site-footer__item--full-width .site-footer__item-inner--newsletter {
        max-width: 50%
    }

    .site-footer__centered--single-block {
        margin: 0 auto;
        width: 75%
    }
}

.site-footer__hr {
    margin: 55px 0 30px
}

@media only screen and (min-width:750px) {
    .site-footer__hr {
        margin: 45px 0 20px
    }
}

@media only screen and (max-width:749px) {
    .site-footer__linklist.list--inline>li {
        display: block
    }
}

.site-footer__linklist-item {
    display: block;
    padding: 0 30px 15px 0
}

.site-footer__linklist-item:last-of-type {
    padding: 0
}

.site-footer__linklist-item svg {
    height: 14px;
    margin-right: 8px;
    width: 14px
}

@media only screen and (min-width:750px) {
    .site-footer__social-icons {
        padding-top: 7.5px;
        text-align: right
    }
}

.social-icons__item {
    padding: 0 15px
}

@media only screen and (min-width:768px) {
    .social-icons__item:first-of-type {
        padding-left: 0
    }

    .social-icons__item:last-of-type {
        padding-right: 0
    }
}

.social-icons__link {
    display: block
}

.site-footer__subwrapper {
    margin-top: 35px
}

@media only screen and (min-width:750px) {
    .site-footer-item-align-right {
        text-align: right
    }
}

.site-footer__copyright-content {
    font-size: calc((var(--font-size-base-desktop) - 3)/(var(--font-size-base-desktop))*1em)
}

.site-footer__payment-icons .payment-icon {
    margin-bottom: 5px;
    margin-left: 5px
}

.site-footer__payment-icons .payment-icon:first-child {
    margin-left: 0
}

.site-footer-item-center-vertically {
    padding-top: 7.5px
}

@media only screen and (min-width:750px) {
    .site-footer-item-tall {
        height: 46px;
        margin-bottom: 15px
    }

    .site-footer-item-tall .site-footer__icon-list {
        padding-bottom: 0
    }
}

.feature-row {
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

@media only screen and (max-width:749px) {
    .feature-row {
        -moz-flex-direction: column;
        flex-direction: column
    }
}

.feature-row__item {
    -moz-flex: 0 1 50%;
    flex: 0 1 50%
}

@media only screen and (max-width:749px) {
    .feature-row__item {
        -moz-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%;
        width: 100%
    }
}

.feature-row__image-wrapper {
    margin: 0 auto 19.44444px;
    position: relative;
    width: 100%
}

.feature-row__image {
    display: block;
    margin: 0 auto
}

.feature-row__image-wrapper .feature-row__image {
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (max-width:749px) {
    .feature-row__image {
        order: 1
    }
}

.feature-row__text {
    padding-bottom: 35px;
    padding-top: 35px
}

@media only screen and (max-width:749px) {
    .feature-row__text {
        order: 2;
        padding-bottom: 0
    }
}

@media only screen and (min-width:750px) {
    .feature-row__text--left {
        padding-left: 35px
    }

    .feature-row__text--right {
        padding-right: 35px
    }

    .featured-row__subtext {
        font-size: calc((var(--font-size-base-desktop) + 2)/(var(--font-size-base-desktop))*1em)
    }
}

.hero {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    height: 475px;
    position: relative;
    width: 100%
}

.hero--adapt,
.hero-fixed-width__image {
    max-height: 100vh
}

@media only screen and (min-width:750px) {

    .hero--adapt,
    .hero-fixed-width__image {
        max-height: 80vh
    }
}

.hero--x-small {
    height: 94px
}

.hero--small {
    height: 225px
}

.hero--medium {
    height: 357px
}

.hero--large {
    height: 488px
}

.hero--x-large {
    height: 582px
}

@media only screen and (min-width:750px) {
    .hero--x-small {
        height: 125px
    }

    .hero--small {
        height: 300px
    }

    .hero--medium {
        height: 475px
    }

    .hero--large {
        height: 600px
    }

    .hero--x-large {
        height: 775px
    }
}

.hero__overlay:before {
    background-color: var(--color-image-overlay);
    bottom: 0;
    content: "";
    left: 0;
    opacity: var(--opacity-image-overlay);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.hero__inner {
    display: table-cell;
    padding: 55px 0;
    position: relative;
    vertical-align: middle;
    z-index: 2
}

.hero__btn {
    margin-top: 27.5px
}

.hero-fixed-width {
    position: relative
}

.hero-fixed-width:before {
    background-color: var(--color-image-overlay);
    bottom: 0;
    content: "";
    left: 0;
    opacity: var(--opacity-image-overlay);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.hero-fixed-width__content {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.hero-fixed-width__image {
    display: block;
    font-family: "object-fit: cover";
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 100%
}

.quote-icon {
    display: block;
    margin: 0 auto 20px
}

.quotes-slider-wrapper {
    overflow: hidden
}

.quotes-slider-wrapper.slick-initialized .quotes-slider {
    touch-action: pan-y
}

.quotes-slider {
    display: flex;
    max-width: 100%
}

.quotes-slide {
    flex-shrink: 0;
    width: 100%
}

@media only screen and (min-width:750px) {
    .quotes-slide {
        width: 33.33%
    }
}

.quotes-slide--single {
    width: 100%
}

.quotes-slider__text {
    font-size: calc((var(--font-size-base-desktop) + 1.75)/(var(--font-size-base-desktop))*1em);
    font-style: var(--font-style-body);
    font-weight: var(--font-weight-body);
    padding: 0 15px
}

.quotes-slider__text cite {
    font-size: calc((var(--font-size-base-desktop))/(var(--font-size-base-desktop) + 4)*1em);
    font-style: normal
}

.quotes-slider__text p {
    margin-bottom: 30px
}

.quotes-slider__text p+cite {
    margin-top: 0
}

.slick-dotted.quotes-slider.slick-initialized {
    cursor: grab;
    cursor: -webkit-grab
}

.quotes-wrapper .slick-dots {
    bottom: 0;
    margin-top: 55px;
    position: relative
}

.quotes-wrapper .slick-dots li {
    margin: 0
}

@media only screen and (min-width:750px) {
    .quotes-wrapper .slick-dots li:nth-last-child(-n+2) {
        display: none
    }
}

.quotes-wrapper .slick-dots li button:before {
    color: var(--color-text);
    font-size: 34px;
    opacity: .2
}

.quotes-wrapper .slick-dots li.slick-active button:before {
    opacity: 1
}

@media only screen and (min-width:750px) {
    .quotes-wrapper .slick-dots--mobile-only {
        display: none
    }
}

.quotes-wrapper .slick-slide[tabindex="0"] {
    outline: 0
}

.logo-bar {
    list-style: none;
    margin-bottom: -35px;
    text-align: center
}

@media only screen and (min-width:750px) {
    .logo-bar--large {
        margin-bottom: -55px
    }
}

.logo-bar__item {
    display: inline-block;
    margin: 0 27.5px 35px;
    max-width: 160px;
    vertical-align: middle
}

@media only screen and (min-width:750px) {
    .logo-bar__item--large {
        margin-bottom: 55px
    }
}

.logo-bar__image {
    display: block;
    margin: 0 auto
}

.logo-bar__link {
    display: block
}

.map-section {
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media only screen and (min-width:750px) {
    .map-section {
        min-height: 500px
    }
}

.map-section--load-error {
    height: auto
}

.map-section__wrapper {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    flex-wrap: wrap;
    height: 100%;
    width: 100%
}

.map-section__overlay {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.map-section__error {
    position: relative;
    z-index: 3
}

@media only screen and (min-width:750px) {
    .map-section__error {
        margin: 0 2rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

.map-section__content-wrapper {
    display: flex;
    flex-basis: 100%;
    flex-grow: 0;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%
}

@media only screen and (min-width:750px) and (max-width:989px) {
    .map-section__content-wrapper {
        flex-basis: 50%
    }
}

@media only screen and (min-width:990px) {
    .map-section__content-wrapper {
        flex-basis: 33%
    }
}

.map-section__content {
    -ms-align-content: center;
    align-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    background-color: var(--color-bg-alt);
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    padding: 35px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 3
}

.map-section__content>* {
    width: 100%
}

@media only screen and (min-width:750px) {
    .map-section__content {
        background-color: var(--color-bg);
        margin: 55px 0;
        min-height: 300px
    }
}

.map-section--load-error .map-section__content {
    position: static;
    transform: translateY(0)
}

.map-section__link {
    display: block;
    height: 100%;
    left: 50%;
    max-width: none;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 100%;
    z-index: 2
}

.map-section__container {
    height: 55vh;
    left: 0;
    max-width: none;
    width: 100%
}

@media only screen and (min-width:750px) {
    .map-section__container {
        height: 100%;
        position: absolute;
        top: 0;
        width: 130%
    }
}

.map_section__directions-btn [class^=icon] {
    height: 1em
}

.map_section__directions-btn * {
    vertical-align: middle
}

.map-section__background-wrapper {
    flex-basis: 100%;
    overflow: hidden;
    position: relative
}

@media only screen and (min-width:750px) {
    .map-section__background-wrapper {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.map-section--onboarding .map-section__background-wrapper {
    min-height: 55vh
}

.map-section__image {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

@media only screen and (min-width:750px) {
    .map-section__image {
        position: absolute
    }
}

.map-section--display-map .map-section__image {
    display: none !important
}

.map-section--load-error .map-section__image {
    display: block !important
}

.gm-style-cc,
.gm-style-cc+div {
    visibility: hidden
}

.image-bar {
    overflow: hidden
}

@media only screen and (max-width:749px) {
    .image-bar {
        margin: 0 auto;
        max-width: 400px
    }
}

.image-bar__item {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--color-overlay-title-text);
    display: block
}

.image-bar__link:focus .image-bar__overlay:before,
.image-bar__link:hover .image-bar__overlay:before {
    opacity: var(--hover-overlay-opacity)
}

.image-bar__link:focus {
    position: relative;
    z-index: 2
}

.image-bar__link:focus .image-bar__content {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color
}

.image-bar__content,
.image-bar__item {
    position: relative;
    width: 100%
}

.image-bar--x-small .image-bar__content,
.image-bar--x-small .image-bar__item {
    height: 94px
}

.image-bar--small .image-bar__content,
.image-bar--small .image-bar__item {
    height: 225px
}

.image-bar--medium .image-bar__content,
.image-bar--medium .image-bar__item {
    height: 357px
}

.image-bar--large .image-bar__content,
.image-bar--large .image-bar__item {
    height: 488px
}

.image-bar--x-large .image-bar__content,
.image-bar--x-large .image-bar__item {
    height: 582px
}

@media only screen and (min-width:750px) {

    .image-bar--x-small .image-bar__content,
    .image-bar--x-small .image-bar__item {
        height: 125px
    }

    .image-bar--small .image-bar__content,
    .image-bar--small .image-bar__item {
        height: 300px
    }

    .image-bar--medium .image-bar__content,
    .image-bar--medium .image-bar__item {
        height: 475px
    }

    .image-bar--large .image-bar__content,
    .image-bar--large .image-bar__item {
        height: 650px
    }

    .image-bar--x-large .image-bar__content,
    .image-bar--x-large .image-bar__item {
        height: 775px
    }
}

.image-bar__overlay:before {
    background-color: var(--color-image-overlay);
    bottom: 0;
    content: "";
    left: 0;
    opacity: var(--opacity-image-overlay);
    position: absolute;
    right: 0;
    top: 0
}

.image-bar__caption {
    position: absolute;
    text-align: center;
    text-shadow: 0 0 4px rgba(0, 0, 0, .4);
    top: 50%;
    transform: translateY(-50%);
    transition: .1s cubic-bezier(.44, .13, .48, .87);
    width: 100%
}

.collection-grid {
    margin-bottom: -15px;
    overflow: auto
}

@media only screen and (min-width:760px) and (max-width:959px) {
    .collection-grid {
        margin: 0 60px
    }
}

.collection-grid-item {
    margin-bottom: 15px;
    padding-bottom: 80%;
    position: relative;
    width: 100%
}

.collection-grid-item__content {
    bottom: 35px;
    color: #fff;
    -webkit-hyphens: auto;
    hyphens: auto;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    transition: .1s cubic-bezier(.44, .13, .48, .87);
    width: 100%
}

.collection-grid-item__content p {
    color: #fff
}

.collection-grid-item__link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.collection-grid-item__overlay {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.collection-grid-item__content-wrapper:before {
    background-image: linear-gradient(180deg, #0000001a, #00000080 75%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.collection-grid-item__description,
.collection-grid-item__title {
    margin: 0
}

.collection-grid-item__btn {
    margin-top: 15px
}

.custom-content {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
    margin-left: -30px;
    width: 100%;
    width: auto
}

@media only screen and (max-width:749px) {
    .custom-content {
        margin-bottom: -15px;
        margin-left: -15px
    }
}

.custom__item {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 30px;
    max-width: 100%;
    padding-left: 30px
}

@media only screen and (max-width:749px) {
    .custom__item {
        -moz-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 15px;
        padding-left: 15px
    }

    .custom__item.small--one-half {
        -moz-flex: 1 0 50%;
        flex: 1 0 50%;
        margin-left: auto;
        margin-right: auto;
        max-width: 400px
    }
}

.custom__item .collection-grid-item {
    margin-bottom: 0
}

.custom__item-inner {
    display: block;
    max-width: 100%;
    position: relative;
    text-align: left
}

.custom__item-inner--collection,
.custom__item-inner--html,
.custom__item-inner--video {
    display: block
}

.custom__item-inner--image {
    margin: 0 auto;
    position: relative
}

.custom__image {
    display: block;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (max-width:749px) {
    .custom__item.custom__item--link_list {
        flex: 1 0 100%;
        max-width: none
    }
}

.custom__linklist {
    margin-left: -15px;
    margin-right: -15px
}

@media only screen and (min-width:750px) {
    .custom__linklist {
        margin-left: -12px;
        margin-right: -12px
    }
}

.custom__linklist-link {
    display: inline-block;
    margin: 5px 0;
    padding: 10px 15px
}

@media only screen and (min-width:750px) {
    .custom__linklist-link {
        margin-bottom: 0;
        margin-top: 0;
        padding: 3px 12px
    }
}

.align--top-middle {
    text-align: center
}

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

.align--center,
.align--middle-left {
    align-self: center
}

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

.align--middle-right {
    align-self: center;
    text-align: right
}

.align--bottom-left {
    align-self: flex-end
}

.align--bottom-middle {
    align-self: flex-end;
    text-align: center
}

.align--bottom-right {
    align-self: flex-end;
    text-align: right
}

.newsletter-section {
    padding-top: 55px
}

.index-section--newsletter-background {
    background-color: var(--color-bg-alt)
}

.rich-text__heading--large {
    font-size: 1.4em
}

.rich-text__heading--small {
    font-size: .88em
}

.rich-text__text--large {
    font-size: calc((var(--font-rich-text-large))/(var(--font-size-base-desktop))*1em)
}

.rich-text__text--small {
    font-size: calc((var(--font-rich-text-small))/(var(--font-size-base-desktop))*1em)
}

.btn--product-card {
    font-size: 11px;
    font-weight: 500;
    height: 40px;
    padding: 10px 20px;
    width: 140px
}

.quick-add {
    height: 40px;
    margin: 0 auto;
    position: relative;
    width: 140px
}

.quick-add>:not(:last-child) {
    margin-bottom: 5px
}

.quick-add-spinner {
    align-items: center;
    background: #81807f;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.quick-add-spinner.is-hidden {
    display: none
}


[data-section-type=video-section] {
    margin: 0 auto
}

@media only screen and (max-width:749px) {
    [data-section-type=video-section] {
        transition: width .6s cubic-bezier(.44, .13, .48, .87), height .6s cubic-bezier(.44, .13, .48, .87), padding .6s cubic-bezier(.44, .13, .48, .87)
    }
}

.video-section-wrapper {
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    display: flex;
    height: 100%;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
    transition: height .6s cubic-bezier(.44, .13, .48, .87);
    width: 100%
}

@media only screen and (min-width:750px) {
    .video-section-wrapper {
        overflow: hidden
    }
}

@media only screen and (max-width:749px) {
    .video-section-wrapper {
        overflow: visible !important
    }

    .video-section-wrapper.video-is-playing {
        margin: 0
    }

    .video-section-wrapper.video-is-loaded {
        transition: height .6s cubic-bezier(.44, .13, .48, .87), margin .6s cubic-bezier(.44, .13, .48, .87)
    }
}

.video-section-wrapper--small.video-section-wrapper--min-height {
    min-height: 180px
}

@media only screen and (min-width:750px) {
    .video-section-wrapper--small.video-section-wrapper--min-height {
        min-height: 480px
    }
}

.video-section-wrapper--medium.video-section-wrapper--min-height {
    min-height: 280px
}

@media only screen and (min-width:750px) {
    .video-section-wrapper--medium.video-section-wrapper--min-height {
        min-height: 650px
    }
}

.video-section-wrapper--large.video-section-wrapper--min-height {
    min-height: 380px
}

@media only screen and (min-width:750px) {
    .video-section-wrapper--large.video-section-wrapper--min-height {
        min-height: 780px
    }
}

.video-section-wrapper--min-height {
    transition: height 0s, margin .6s cubic-bezier(.44, .13, .48, .87)
}

@media only screen and (max-width:749px) {
    .video-section-wrapper--min-height.video-is-loaded {
        transition: height 0s, margin .6s cubic-bezier(.44, .13, .48, .87)
    }
}

.video-background-wrapper--no-overlay {
    background-color: rgba(var(--color-image-overlay-rgb), .2)
}

.video__text-content {
    opacity: 1;
    padding: 40px 0;
    position: relative;
    text-align: center;
    top: 20px;
    transition: all .6s cubic-bezier(.44, .13, .48, .87);
    transition-delay: .3s;
    width: 100%;
    z-index: 3
}

.video-is-playing .video__text-content {
    display: none
}

.no-js .video__text-content,
.video-is-loaded .video__text-content {
    transform: translateY(-20px)
}

.no-js .video__text-content:after,
.video-is-loaded .video__text-content:after {
    content: none;
    opacity: 0;
    visibility: hidden
}

.video__title {
    color: var(--color-overlay-title-text)
}

.video,
.video-is-paused .video__title {
    display: none
}

.video {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.video--background {
    opacity: 0;
    position: absolute;
    transition: all .2s ease-in;
    visibility: hidden
}

.autoplay .video-is-loaded .video--background {
    display: block;
    opacity: 1;
    visibility: visible
}

.video--image_with_play {
    display: none;
    height: 100%;
    opacity: 0;
    transition: all .2s ease-in;
    visibility: none;
    width: 100%
}

.video-is-paused .video--image_with_play,
.video-is-playing .video--image_with_play {
    display: block;
    opacity: 1;
    visibility: visible
}

.video-control {
    display: none;
    opacity: 0;
    position: absolute;
    transition: all .1s ease-out;
    visibility: hidden;
    z-index: 4
}

.video-control__play-wrapper {
    display: none;
    height: 50px
}

@media only screen and (min-width:750px) {
    .video-control__play-wrapper {
        display: block
    }
}

.video-control__play-wrapper-mobile {
    display: block;
    height: 50px;
    left: calc(50% - 25px);
    position: absolute;
    top: calc(100% - 25px)
}

@media only screen and (min-width:750px) {
    .video-control__play-wrapper-mobile {
        display: none
    }
}

.video-control__play-wrapper--with-text {
    margin-top: 30px
}

.video-control__play {
    align-items: center;
    border-radius: 25px;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: 0 auto;
    opacity: 1;
    padding: 5px;
    pointer-events: none;
    position: relative;
    visibility: visible;
    width: 50px
}

.video-background-wrapper .video-control__play {
    top: 50%;
    transform: translateY(-50%)
}

.video-control__play .icon {
    opacity: .5
}

.video-is-loaded .video-control__play {
    pointer-events: auto
}

.video-is-loaded .video-control__play .icon {
    opacity: 1
}

.video-is-playing .video-control__play {
    display: none;
    opacity: 0;
    visibility: hidden
}

.video-control__play:before {
    animation: spin .65s linear infinite;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 2.875rem;
    left: 50%;
    margin-left: -1.4375rem;
    opacity: .5;
    position: absolute;
    top: 1px;
    transition: all .1s ease-out .5s;
    width: 2.875rem;
    z-index: 5
}

.video-is-loaded .video-control__play:before,
.video-is-paused .video-control__play:before,
.video-is-playing .video-control__play:before {
    content: none;
    display: none
}

.video-control__close-wrapper {
    display: none;
    height: 50px;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 3
}

.video-is-paused .video-control__close-wrapper,
.video-is-playing .video-control__close-wrapper {
    display: block
}

.video-control__close {
    background-color: #fff;
    border-radius: 15px;
    color: #000;
    font-size: 14px;
    height: 30px;
    line-height: 27px;
    margin: 0 auto;
    position: relative;
    width: 30px
}

.video-control__close-wrapper:focus .video-control__close,
.video-control__close-wrapper:hover .video-control__close {
    opacity: .7;
    outline: 5px auto -webkit-focus-ring-color
}

.video-is-paused .video-control__close,
.video-is-playing .video-control__close {
    display: inline-block;
    opacity: 1;
    visibility: visible
}

.video-control__close .icon {
    display: inline-block;
    height: 14px;
    margin: 0 auto;
    width: 14px
}

.video__pause {
    background-color: transparent;
    border: none;
    height: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: color .2s cubic-bezier(.44, .13, .48, .87), background-color .2s cubic-bezier(.44, .13, .48, .87);
    width: 50px;
    z-index: 3
}

@media only screen and (max-width:749px) {
    .video__pause {
        display: none
    }
}

.video-is-playing .video__pause {
    display: none
}

.video__pause .icon {
    color: #ffffff80;
    position: relative;
    transition: color .2s cubic-bezier(.44, .13, .48, .87), background-color .2s cubic-bezier(.44, .13, .48, .87)
}

.video__pause:focus,
.video__pause:hover {
    outline: 0
}

.video__pause:focus .icon,
.video__pause:hover .icon {
    color: #fff
}

.video__pause .icon-pause {
    height: 12px;
    top: 11px;
    width: 12px
}

.video__pause .icon-play {
    height: 16px;
    top: 9px;
    width: 16px
}

.video__pause-resume,
.video__pause-stop {
    background-color: #0006;
    height: 34px;
    justify-content: center;
    margin: 0 auto;
    width: 34px
}

.video__pause:focus .video__pause-resume,
.video__pause:focus .video__pause-stop,
.video__pause:hover .video__pause-resume,
.video__pause:hover .video__pause-stop {
    background-color: #000000bf
}

.video__pause:focus .video__pause-resume,
.video__pause:focus .video__pause-stop {
    outline: 5px auto -webkit-focus-ring-color
}

.video__pause-stop {
    display: flex
}

.is-paused .video__pause-stop,
.video__pause-resume {
    display: none
}

.is-paused .video__pause-resume {
    display: flex
}

.video__overlay:before {
    background-color: #0000004d;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.video-is-playing .video__overlay {
    opacity: 0
}

.video-is-playing .video__overlay:before {
    content: none
}

.video__image {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity .8s cubic-bezier(.44, .13, .48, .87);
    width: 100%;
    z-index: 1
}

@media only screen and (min-width:750px) {
    .video-background-wrapper .video__image {
        opacity: 0
    }
}

.product-recommendations {
    padding: 35px 0
}

@media only screen and (min-width:750px) {
    .product-recommendations {
        padding: 55px 0
    }
}

.disclosure {
    position: relative
}

.disclosure__toggle {
    white-space: nowrap
}

.disclosure-list {
    background-color: var(--color-text-field);
    border: 1px solid var(--color-border-form);
    border-radius: 0;
    bottom: 115%;
    display: none;
    max-height: 300px;
    min-height: 92px;
    overflow-y: auto;
    padding: 11px 0;
    position: absolute
}

.disclosure-list--visible {
    display: block
}

.disclosure-list__item {
    border-bottom: 1px solid transparent;
    padding: 5px 45px 4px 15px;
    text-align: left;
    white-space: nowrap
}

.disclosure-list__item:active {
    background-color: var(--color-bg-currency-selector)
}

.disclosure-list__option {
    color: var(--color-text-field-text)
}

.disclosure-list__option:focus,
.disclosure-list__option:hover {
    border-bottom: 1px solid var(--color-text-field-text);
    color: var(--color-text-field-text) !important
}

.disclosure-list__item--current .disclosure-list__option {
    border-bottom: 1px solid var(--color-text-field-text)
}

.selectors-form {
    display: flex;
    flex-wrap: wrap;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%
}

@media only screen and (min-width:750px) {
    .selectors-form {
        flex-wrap: nowrap;
        -ms-justify-content: flex-start;
        justify-content: flex-start
    }
}

.selectors-form__item {
    margin: 0 5px;
    padding-bottom: 15px
}

@media only screen and (min-width:750px) {
    .selectors-form__item {
        padding-bottom: 0
    }

    .selectors-form__item:first-of-type {
        margin-left: 0
    }
}

.checkbox-wrapper {
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
    min-height: 24px;
    position: relative
}

.checkbox-wrapper label {
    display: block;
    padding-left: 40px
}

.checkbox-wrapper input {
    height: 24px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.checkbox-wrapper input+label:before {
    background-color: #fff;
    border: 0;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.checkbox-wrapper input+label:after {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check.svg);
    background-repeat: no-repeat;
    content: "";
    height: 14px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 5px;
    width: 14px
}

.checkbox-wrapper input:checked+label:after {
    opacity: 1
}

.site-footer {
    background-color: var(--brand-green)
}

.site-footer,
.site-footer a,
.site-footer h4,
.site-footer p,
.site-footer small,
.site-footer__copyright-content a,
.site-footer__linklist-item a,
.site-footer__newsletter-error,
.site-footer__rte a,
.site-footer__social-icons .social-icons__link {
    color: #fff
}

.site-footer a:hover {
    border-bottom: 1px solid #fff;
    color: #fff
}

.site-footer__info {
    align-items: center;
    border-top: 1px solid #4c534c;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 30px
}

@media only screen and (min-width:1280px) {
    .site-footer__info {
        align-items: center
    }
}

@media only screen and (max-width:1279px) {
    .site-footer__info {
        flex-direction: column
    }

    .site-footer-info__item:not(:last-child) {
        margin-bottom: 30px
    }

    .site-footer-info__item:nth-child(2) {
        order: -1;
        width: 100%
    }
}

.site-footer-info__item:not(:nth-child(2)) {
    align-items: center;
    display: flex;
    flex: 1
}

@media only screen and (min-width:750px) {
    .site-footer-info__item:last-child {
        justify-content: flex-end
    }
}

.copyright {
    text-transform: uppercase
}

@media only screen and (max-width:1279px) {
    .footer-legal-list {
        text-align: center
    }
}

.footer-legal-list__item {
    display: inline-block;
    margin: 0 18px
}

@media only screen and (max-width:767px) {
    .footer-legal-list__item {
        display: block;
        margin: 0;
        text-align: left
    }

    .footer-legal-list__item:not(:last-child) {
        padding-bottom: 15px
    }
}

@media only screen and (max-width:1279px) {
    .footer-legal-list__item {
        padding: 5px 0
    }
}

.footer-legal-list__item a {
    color: var(--color-text-subdued-light)
}

.site-footer__icon-list .payment-icon {
    margin: 0 4px
}

.site-footer__signoff {
    border-top: 1px solid #4c534c;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center
}

.site-footer__signoff a {
    color: var(--color-text-subdued-dark)
}

.footer-featured-list {
    align-items: center;
    border-top: 1px solid #4c534c;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 30px
}

@media only screen and (max-width:1279px) {
    .footer-featured-list {
        justify-content: center
    }
}

.footer-featured-list__item {
    padding: 10px;
    text-align: center;
    width: 50%
}

@media only screen and (min-width:480px) {
    .footer-featured-list__item {
        width: 33.3333%
    }
}

@media only screen and (min-width:720px) {
    .footer-featured-list__item {
        width: 25%
    }
}

@media only screen and (min-width:960px) {
    .footer-featured-list__item {
        width: 20%
    }
}

@media only screen and (min-width:1280px) {
    .footer-featured-list__item {
        flex-grow: 1;
        width: unset
    }
}

.footer-featured-list__item:first-child {
    text-transform: uppercase
}

@media only screen and (max-width:1279px) {
    .footer-featured-list__item:first-child {
        text-align: center;
        width: 100%
    }
}

@media only screen and (min-width:1280px) {
    .footer-featured-list__item:first-child {
        padding-left: 0
    }
}

@media only screen and (min-width:750px) {
    .footer-featured-list__item:last-child {
        padding-right: 0
    }
}

.footer-newsletter {
    background-color: #f0edea;
    background-repeat: no-repeat
}

@media only screen and (max-width:959px) {
    .footer-newsletter {
        background-position: bottom;
        margin-bottom: 30px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width:960px) {
    .footer-newsletter {
        background-position: 50%;
        background-size: cover
    }
}

.footer-newsletter__signup-inner {
    margin: 0 auto;
    max-width: 600px;
    padding: 80px 0
}

@media only screen and (min-width:960px) {
    .footer-newsletter__container:before {
        left: -40px
    }

    .footer-newsletter__container:after {
        right: -40px
    }
}

.footer-newsletter-form {
    margin: 0 auto;
    max-width: 400px
}

.footer-newsletter-form input {
    border: 0;
    margin: 0
}

.footer-reviews-summary {
    align-items: center;
    background-color: var(--reviews-footer-background);
    color: #fff;
    display: flex;
    justify-content: center;
    min-height: 80px;
    padding: 0 15px
}

@media only screen and (min-width:750px) {
    .footer-reviews-summary {
        padding: 0 30px
    }
}

.footer-reviews-summary__container {
    max-width: 100%
}

.footer-reviews-recent {
    align-items: center;
    background-color: var(--color-background-reviews-recent);
    color: #fff;
    display: flex;
    justify-content: center;
    min-height: 80px;
    padding: 60px 15px
}

.footer-reviews-summary #badge-ribbon .BadgeRibbon .BadgeRibbon__cell .BadgeRibbon__stats__content .BadgeRibbon__read__reviews .ruk_count {
    color: #fff
}

@media only screen and (min-width:750px) {
    .footer-reviews-recent {
        padding: 60px 30px
    }
}

.footer-reviews-recent__container {
    margin: 0 auto;
    max-width: 1260px;
    width: 100%
}

.footer-reviews-recent__container #carousel-widget {
    max-height: 200px
}

.carousel {
    position: relative
}

.carousel>.is-hidden {
    max-height: 0;
    overflow: hidden
}

.carousel>.is-hidden .carousel-arrows {
    display: none
}

.carousel-arrows {
    position: absolute;
    right: 30px;
    top: 0
}

.carousel-slider-wrapper {
    margin-left: -10px;
    overflow: hidden
}

.carousel-slider-wrapper.slick-initialized .carousel-slider {
    touch-action: pan-y
}

.carousel-slider {
    display: flex;
    max-width: 100%
}

.carousel-slide {
    flex-shrink: 0;
    padding-left: 10px;
    width: 100%
}

@media only screen and (min-width:750px) {
    .collections-slide {
        width: 25%
    }
}

.carousel-slide .product-card {
    margin-bottom: 0
}

.carousel-slide--single {
    width: 100%
}

.carousel-slider__text {
    font-size: calc((var(--font-size-base-desktop) + 1.75)/(var(--font-size-base-desktop))*1em);
    font-style: var(--font-style-body);
    font-weight: var(--font-weight-body);
    padding: 0 15px
}

.carousel-slider__text cite {
    font-size: calc((var(--font-size-base-desktop))/(var(--font-size-base-desktop) + 4)*1em);
    font-style: normal
}

.carousel-slider__text p {
    margin-bottom: 30px
}

.carousel-slider__text p+cite {
    margin-top: 0
}

.slick-dotted.carousel-slider.slick-initialized {
    cursor: grab;
    cursor: -webkit-grab
}

.carousel .slick-dots {
    bottom: 0;
    margin-top: 55px;
    position: relative
}

.carousel .slick-dots li {
    margin: 0
}

@media only screen and (min-width:750px) {
    .collections-wrapper .slick-dots li:nth-last-child(-n+2) {
        display: none
    }
}

.carousel .slick-dots li button:before {
    color: var(--color-text);
    font-size: 34px;
    opacity: .2
}

.carousel .slick-dots li.slick-active button:before {
    opacity: 1
}

@media only screen and (min-width:750px) {
    .carousel .slick-dots--mobile-only {
        display: none
    }
}

.carousel .slick-slide[tabindex="0"] {
    outline: 0
}

@media only screen and (min-width:760px) and (max-width:959px) {
    .page-medium-narrow {
        margin: 0 60px
    }
}

.grid-item {
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

@media only screen and (min-width:750px) {
    .collection-grid-item {
        margin-bottom: 30px
    }
}

.grid-item--small {
    padding-bottom: 80%
}

.grid-item__content {
    bottom: 35px;
    color: #fff;
    -webkit-hyphens: auto;
    hyphens: auto;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    transition: .1s cubic-bezier(.44, .13, .48, .87);
    width: 100%
}

@media only screen and (min-width:750px) {
    .collection-grid-item__content {
        padding: 0 15px
    }
}

.grid-item__description,
.grid-item__title {
    color: #fff;
    margin: 0
}

.grid-item__description {
    font-weight: 600
}

.grid-item__btn {
    margin-top: 15px
}

.grid-item__link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.grid-item__link:focus .grid-item__content-wrapper:before,
.grid-item__link:hover .collection-grid-item__content-wrapper:before {
    opacity: var(--hover-overlay-opacity)
}

.grid-item__link:focus {
    opacity: 1
}

.grid-item__overlay {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.grid-item__content-wrapper:before {
    background-image: linear-gradient(180deg, #00000003, #000000b3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 30%
}

.icons-and-text__wrapper {
    margin: 0 auto;
    max-width: 1200px
}

@media only screen and (max-width:959px) {
    .icon-and-text__wrapper {
        padding: 15px
    }
}

.icon-and-text__icon {
    margin-bottom: 15px
}

.icon-and-text__title {
    font-family: var(--font-stack-body);
    font-size: 18px;
    font-weight: var(--font-weight-body--bolder)
}

@media only screen and (min-width:960px) {
    .featured-recipes {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        min-height: 600px
    }

    .featured-recipe:first-child {
        grid-area: 1/2/3/4
    }

    .featured-recipe:nth-child(2) {
        grid-area: 1/1/2/2
    }

    .featured-recipe:nth-child(3) {
        grid-area: 2/1/3/2
    }
}

.featured-recipe {
    display: block;
    position: relative
}

@media only screen and (max-width:959px) {
    .featured-recipe:not(:last-child) {
        margin-bottom: 30px
    }
}

.featured-recipe__image-wrapper {
    overflow: hidden
}

@media only screen and (max-width:959px) {
    .featured-recipe__image-wrapper {
        position: relative
    }
}

@media only screen and (min-width:960px) {
    .featured-recipe__image-wrapper {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.featured-recipe__image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.featured-recipe__info {
    z-index: 1
}

@media only screen and (max-width:959px) {
    .featured-recipe__info {
        background-color: #fff;
        color: var(--color-text)
    }
}

@media only screen and (min-width:960px) {
    .featured-recipe__info {
        bottom: 0;
        color: #fff;
        padding: 20px;
        position: absolute
    }
}

.featured-recipe__title {
    font-family: var(--font-stack-body);
    font-size: 16px;
    letter-spacing: 0;
    margin: 0;
    text-transform: none
}

@media only screen and (max-width:959px) {
    .featured-recipe__title {
        color: var(--color-text);
        overflow: hidden;
        padding: 20px;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media only screen and (min-width:960px) {
    .featured-recipe__title {
        font-weight: 600
    }
}

.featured-recipe .recipe-facts-list {
    display: flex
}

@media only screen and (max-width:959px) {
    .featured-recipe .recipe-facts-list {
        bottom: 60px;
        color: #fff;
        padding: 20px;
        position: absolute
    }
}

@media only screen and (min-width:960px) {
    .featured-recipe .recipe-facts-list {
        margin-bottom: 10px
    }
}

.recipe-facts-list__item {
    align-items: center;
    display: inline-flex
}

.recipe-facts-list__item:not(:last-child) {
    margin-right: 20px
}

.recipe-facts-list__item svg {
    margin-right: 8px
}

.recipe-facts-list__label {
    margin-right: 15px
}

.recipe-facts-list__value {
    font-weight: 700
}

.recipe-facts-list__value span {
    display: none
}

.featured-recipe .recipe-facts-list__item:not(:last-child) {
    margin-right: 20px
}

.recipe-facts-list__label {
    display: none
}

.featured-recipe .recipe-facts-list__value {
    font-weight: 400
}

.is-article .section-header .recipe-facts-list__item:not(:last-child) {
    margin-right: 80px
}

.is-article .section-header .recipe-facts-list__label {
    display: block
}

@media only screen and (max-width:749px) {
    .is-article .section-header .recipe-facts-list__item {
        margin: 0 0 15px;
        text-align: left;
        width: 100%
    }

    .is-article .section-header .recipe-facts-list__value span {
        display: inline-block;
        margin-left: 5px
    }

    .is-article .section-header .recipe-facts-list__label {
        width: 70px
    }
}

.image-text-overlay {
    align-items: center;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 600px;
    justify-content: center;
    position: relative
}

.image-text-overlay:before {
    background-color: #0000004d;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.image-text-overlay__inner {
    z-index: 1
}

.image-text-overlay__title {
    font-size: 56px
}

.image-text-overlay__description,
.image-text-overlay__title {
    color: #fff
}

.image-text-overlay__btn {
    margin-top: 20px
}

.collection-grid-item-below {
    position: relative
}

.collection-grid-item-below__info {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: center;
    min-height: 40px;
    padding: 15px;
    text-align: center
}

@media only screen and (max-width:759px) {
    .collection-grid-item-below__info {
        padding: 5px 10px
    }
}

.collection-grid-item-below__title {
    font-family: var(--font-stack-body);
    font-size: 14px;
    font-weight: var(--font-weight-body--bold);
    margin: 0
}

@media only screen and (max-width:759px) {
    .collection-grid-item-below__title {
        font-size: 12px
    }
}

.collection-grid-item-below__image-wrapper {
    overflow: hidden
}

.collection-grid-item-below__image-wrapper img {
    transform: scale(1);
    transition: transform .3s ease-in-out
}

.collection-grid-item-below:hover .collection-grid-item-below__image-wrapper img {
    transform: scale(1.1)
}

.featured-recipe,
.grid-item__link,
.home-hero__banner {
    overflow: hidden
}

.featured-recipe img,
.grid-item__overlay,
.home-hero__banner img {
    transform: scale(1);
    transition: transform .3s ease-in-out
}

.featured-recipe:hover img,
.grid-item__link:hover .grid-item__overlay,
.home-hero__banner:hover img {
    transform: scale(1.1)
}

.aspect-ratio {
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.aspect-ratio:before {
    content: "";
    display: block;
    padding-bottom: calc(100%/(var(--aspect-ratio)))
}

.aspect-ratio>img {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.aspect-ratio--with-fallback {
    padding-bottom: 0 !important
}

.aspect-ratio--with-fallback>img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.gradient-overlay:after {
    background-image: linear-gradient(180deg, #0000001a 60%, #000c);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-text-overlay {
    align-items: center;
    display: flex;
    height: 600px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%
}

.video-text-overlay:before {
    background-color: #0000004d;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.video-text-overlay__video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (min-width:960px) {
    .video-text-overlay__video {
        width: 100%
    }
}

.video-text-overlay__inner {
    z-index: 1
}

.video-text-overlay__title {
    font-size: 56px
}

.video-text-overlay__description,
.video-text-overlay__title {
    color: #fff;
    margin: 0
}

.video-text-overlay__description {
    font-size: 16px;
    font-weight: var(--font-weight-body--bold)
}

.video-text-overlay__btn {
    margin-top: 20px
}

@media only screen and (max-width:749px) {
    .collection-carousel.carousel .carousel-slider {
        flex-wrap: wrap
    }

    .collection-carousel.carousel .carousel-arrows {
        display: none
    }

    .collection-carousel.carousel .carousel-slide {
        padding-bottom: 10px;
        width: 50% !important
    }
}

.collection-grid-item.collection-grid-item--simple {
    padding-bottom: 75%
}

.collection-grid-item--simple .collection-grid-item__content-wrapper:before {
    display: none
}

.button-tab {
    border: 0;
    border-bottom: 2px solid transparent;
    color: #c5c5c5;
    margin: 0 10px;
    padding: 0
}

.button-tab.is-active,
.button-tab:hover {
    color: var(--color-text)
}

.button-tab.is-active {
    border-bottom: 2px solid var(--color-text)
}

.p-large {
    font-size: 18px;
    line-height: 1.2
}

.p-bold {
    font-weight: 600
}

.grid--narrow {
    margin: 0 auto;
    max-width: 1200px
}

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

.grid--narrow-gutters {
    margin-left: -5px
}

.grid--narrow-gutters .grid__item {
    padding-left: 5px
}

.grid--no-gutters {
    margin-left: 0
}

.grid--no-gutters .grid__item {
    padding-left: 0
}

a {
    border-bottom: 1px solid transparent
}

.has-controls>div:first-child {
    position: relative
}

.show-on-scroll {
    opacity: 0;
    transform: translateY(4em);
    transition: transform 2s cubic-bezier(0, 1, .3, 1) .25s, opacity .3s ease-in .25s;
    will-change: transform, opacity
}

.show-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0)
}

.fade-in {
    opacity: 0;
    transition: opacity .3s ease
}

.fade-in.is-visible {
    opacity: 1
}

.image--slide-left,
.image--slide-right {
    opacity: 0;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1), opacity .8s cubic-bezier(.215, .61, .355, 1)
}

.image--slide-left {
    transform: translate(-25px)
}

.image--slide-right {
    transform: translate(25px)
}

.image--slide-left.is-visible,
.image--slide-right.is-visible {
    opacity: 1;
    transform: translate(0)
}

.subcollection {
    margin: 0 auto;
    max-width: 1600px
}

.subcollection__list {
    overflow-x: scroll;
    overflow-y: hidden;
    text-align: center;
    white-space: nowrap
}

.subcollection__list::-webkit-scrollbar {
    display: none
}

@media only screen and (max-width:959px) {
    .subcollection__list {
        margin-right: -10px
    }
}

.subcollection__item {
    color: #666;
    display: inline-block;
    margin: 10px 5px
}

@media only screen and (max-width:959px) {
    .subcollection__item:last-child {
        padding-right: 10px
    }
}

.subcollection__link {
    color: #666;
    padding: 10px
}

.subcollection__link span {
    border-bottom: 1px solid #666
}

.recently-viewed-products {
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 30px 0
}

@media only screen and (min-width:750px) {
    .recently-viewed-products {
        padding: 60px 0
    }
}

.recently-viewed-products__inner {
    margin: 0 auto;
    max-width: 1020px
}

.recently-viewed-product {
    height: 150px;
    padding: 10px;
    width: 200px
}

.main-content.is-product {
    background: #fff;
    padding: 0 0 20px
}


@media only screen and (min-width:750px) {
    .main-content.is-product {
        padding: 20px 0 0
    }
}

.product-template__container {
    position: relative
}

.product-breadcrumbs {
    margin-bottom: 20px
}

@media only screen and (max-width:959px) {
    .product-breadcrumbs {
        display: none
    }
}

@media only screen and (min-width:960px) {
    .product-single {
        max-width: calc(60% - 30px)
    }
}

@media only screen and (min-width:1280px) {
    .product-single {
        max-width: calc(70% - 30px)
    }
}

@media only screen and (max-width:750px) {
    .product-media {
        margin-left: -15px;
        margin-right: -15px
    }
}

.product-single__media-group {
    margin-bottom: 20px;
    width: 100%
}

@media only screen and (max-width:959px) {
    .product-meta__wrapper {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:960px) {
    .product-meta__wrapper {
        bottom: 0;
        padding-right: 30px;
        position: absolute;
        right: 0;
        top: 0;
        width: 40%
    }
}

@media only screen and (min-width:1280px) {
    .product-meta__wrapper {
        width: 30%
    }
}

@media only screen and (min-width:960px) {
    .product-meta {
        position: sticky;
        top: calc(80px + var(--announcement-height))
    }
}

@media only screen and (min-width:1280px) {
    .product-meta {
        top: calc(100px + var(--announcement-height))
    }
}

.product-form {
    background-color: var(--color-body);
    padding: 15px
}

@media only screen and (min-width:750px) {
    .product-form {
        padding: 30px
    }
}

p.product-single__short-description {
    color: #888;
    margin-bottom: 8px;
    margin-top: 12px
}

.product__unit-info {
    color: #888;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px
}

@media only screen and (max-width:750px) {
    .product__unit-info {
        margin-bottom: 4px
    }
}

.product-benefits__list {
    margin-top: 30px
}

.product-benefits__item {
    align-items: center;
    display: flex;
    padding: 8px 0
}

.product-benefits__item svg {
    height: 11px;
    min-width: 16px
}

.product-benefits__item span {
    margin-left: 12px
}

.product-features__list {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.product-features__item {
    max-width: 100px;
    padding: 0 15px;
    text-align: center
}

.product-features__icon {
    margin: 0 auto 10px
}

.product-features__icon svg {
    max-height: 48px;
    max-width: 48px
}

.product-features__title {
    color: #666;
    font-size: 12px;
    text-transform: uppercase
}

.product-tabs {
    background-color: var(--color-body);
    padding: 10px 30px
}

@media only screen and (max-width:750px) {
    .product-tabs {
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 20px
    }
}

.product-accordion__toggle {
    margin: 0;
    padding: 20px 0;
    position: relative
}

.product-accordion__toggle svg {
    position: absolute;
    right: 0;
    top: calc(50% - 5px)
}



.foundin__item {
    color: #666;
    display: inline-block;
    margin: 5px 10px 0 5px
}

@media only screen and (max-width:959px) {
    .foundin__item:last-child {
        padding-right: 10px
    }
}

.foundin_link {
    color: #666;
    padding: 10px
}

.foundin__link span {
    border-bottom: 1px solid #666
}

.related-content {
    margin-top: 60px
}

.related-content__nav {
    align-items: center;
    display: flex;
    justify-content: center
}

.related-content__button {
    background-color: inherit;
    border: 2px solid transparent;
    margin: 0 10px;
    padding: 0
}

.related-content__button.is-active {
    border-bottom: 2px solid var(--color-body-text)
}

.product-recommendations {
    background-color: #f8f8f8;
    margin-top: 60px
}

.related-content__panel {
    display: none;
    margin-top: 30px
}

.related-content__panel[aria-expanded=true] {
    display: block
}

.product-gallery {
    margin-bottom: 20px
}

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

.product-thumbnail {
    border: 2px solid #d0d0d0;
    cursor: pointer;
    max-width: 110px
}

.product-thumbnail.is-active {
    border-color: var(--color-text)
}

.product-gallery .splide__pagination {
    bottom: 20px;
    position: absolute
}

.product-gallery .video {
    display: block;
    top: 50%;
    transform: translateY(-50%)
}

.product-thumbnails .icon {
    background: #ffffffe6;
    border-radius: 50%;
    height: 30px;
    width: 30px
}

.product-thumbnails .icon,
.product-thumbnails .icon svg {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.product-thumbnails .icon svg {
    height: 15px;
    width: 15px
}

@media only screen and (max-width:749px) {
    .product-thumbnails {
        display: none
    }
}

@media only screen and (min-width:960px) {
    .product-gallery .splide__pagination {
        display: none
    }
}

.badges {
    margin-bottom: 10px
}

.badges>:not(:first-child) {
    margin-left: 10px
}

.badge {
    background-color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    text-transform: uppercase
}

.badge--sale {
    background-color: var(--color-sale-text);
    border: 0;
    color: #fff
}

.badge--yotpo {
    background-color: #e06060;
    border: 0;
    color: #fff
}

.product-meta .badge {
    border: 1px solid #ebebeb
}

.article-card {
    position: relative
}

.article-card__image {
    transition: all .3s
}

.article-card__link:hover+.article-card__image-wrapper .article-card__image {
    opacity: .9;
    transform: scale(1.1)
}

.article-card__image-wrapper {
    overflow: hidden
}

.article-card__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 120px;
    padding: 20px;
    position: relative;
    text-align: left
}

.article-card__tag {
    background-color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-left: -10px;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    top: -15px
}

.article-card__title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

.article-card .recipe-facts-list__item span {
    font-size: 12px
}

.article-card .recipe-facts-list,
.article-card__published-at {
    align-items: center;
    display: flex;
    height: 30px
}

.article-card__published-at {
    color: #888
}

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

.side-drawer {
    background: #fff;
    bottom: 0;
    box-shadow: none;
    height: 100vh;
    max-height: none;
    padding: 40px;
    position: fixed;
    touch-action: manipulation;
    transition: all .3s;
    width: 100%;
    z-index: 200
}

.side-drawer .hidden {
    display: none
}

.side-drawer--modal {
    background: #fff;
    height: auto;
    min-height: 280px
}

.side-drawer--modal .side-drawer__close {
    border: 1px solid #000;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    height: auto;
    line-height: 14px;
    margin-bottom: 15px;
    padding: 10px 32px;
    position: static;
    text-transform: uppercase;
    width: auto
}

.side-drawer--modal .side-drawer__header {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    height: auto
}

.side-drawer--modal .side-drawer__header svg {
    margin-bottom: 10px
}

.side-drawer--modal .side-drawer__content {
    height: auto
}

.side-drawer--modal-wide .side-drawer__content {
    height: 50vh;
    max-height: 50vh;
    overflow-y: scroll
}

.side-drawer__btn {
    background: #578b50
}

.side-drawer--modal .side-drawer__actions {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    height: auto;
    margin-top: 10px
}

@media only screen and (max-width:959px) {
    .side-drawer {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        bottom: -100%;
        left: 0;
        max-height: 50vh
    }
}

@media only screen and (min-width:960px) {
    .side-drawer {
        max-width: 600px;
        padding: 80px 60px 60px;
        right: -100%;
        top: 0
    }

    .side-drawer--modal {
        max-width: 320px;
        padding: 20px;
        top: 50%
    }

    .side-drawer--modal-wide {
        max-width: 550px
    }
}

.side-drawer[aria-hidden=false] {
    bottom: 0
}

.side-drawer--modal[aria-hidden=false] {
    border-radius: 0;
    bottom: 40%;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: calc(100% - 20px)
}

@media only screen and (min-width:960px) {
    .side-drawer[aria-hidden=false] {
        right: 0
    }

    .side-drawer--modal[aria-hidden=false] {
        left: 50%;
        margin: 0;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

.side-drawer__close {
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 20px;
    width: 25px
}

@media only screen and (min-width:960px) {
    .side-drawer__close {
        height: 30px;
        right: 40px;
        top: 30px;
        width: 30px
    }
}

.side-drawer__close svg {
    height: 25px;
    width: 25px
}

@media only screen and (min-width:960px) {
    .side-drawer__close svg {
        height: 30px;
        width: 30px
    }
}

.side-drawer__header {
    height: 60px
}

.side-drawer__content {
    display: flex;
    flex-direction: column;
    height: calc(100% - 60px);
    max-height: calc(100% - 60px);
    overflow: auto;
    position: relative
}

.page-overlay {
    background-color: #0009;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .45s cubic-bezier(.29, .63, .44, 1);
    visibility: hidden;
    z-index: 100
}

.page-overlay.is-visible {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: #00000040;
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

[style*=--aspect-ratio]>:first-child {
    width: 100%
}

[style*=--aspect-ratio]>img {
    height: auto
}

@supports (--custom:property) {
    [style*=--aspect-ratio] {
        position: relative
    }

    [style*=--aspect-ratio]:before {
        content: "";
        display: block;
        padding-bottom: calc(100%/(var(--aspect-ratio)))
    }

    [style*=--aspect-ratio]>:first-child {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0
    }
}

.page-section {
    padding-bottom: 60px;
    padding-top: 60px
}

.page-breadcrumbs {
    padding: 20px 0
}

.location__list {
    margin-top: 60px
}

.location__item {
    height: 500px;
    position: relative
}

.location__item:before {
    background-color: #00000059;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .2s ease-in;
    width: 100%;
    z-index: 1
}

.location__item:hover:before {
    background-color: #000000bf
}

.location__item:not(:last-child) {
    margin-bottom: 5px
}

.location__image-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.location__image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.location__inner {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.location-actions__phone,
.location-info__intro,
.location-info__title {
    color: #fff
}

.location-actions {
    margin-top: 20px
}

@media only screen and (min-width:1280px) {
    .location-actions {
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: height .4s ease-in, opacity .5s ease-in
    }

    .location__item:hover .location-actions {
        height: 95px;
        opacity: 1
    }
}

.location-actions__phone {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.location-actions__phone svg {
    height: 20px;
    margin-right: 10px;
    width: 20px
}

.header__image-wrapper {
    height: 180px
}

@media only screen and (min-width:750px) {
    .header__image-wrapper {
        height: 300px
    }

    .header__image-wrapper--large {
        height: 400px
    }
}

.header__image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}


.image-col {
    background-color: #212121;
    display: flex;
    flex-direction: row
}

@media only screen and (max-width:959px) {
    .image-col {
        flex-direction: column
    }
}

@media only screen and (min-width:960px) {
    .image-col__image-wrapper {
        width: 60%
    }
}

.image-col__content-wrapper {
    padding: 60px
}

@media only screen and (min-width:960px) {
    .image-col__content-wrapper {
        width: 40%
    }
}

.image-col__image-wrapper {
    height: 250px
}

@media only screen and (max-width:959px) {
    .image-col__image-wrapper {
        order: -1
    }
}

@media only screen and (min-width:960px) {
    .image-col__image-wrapper {
        height: 500px
    }
}

.image-col__image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.image-col__content-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.image-col-content {
    max-width: 380px
}

.image-col-content__description p,
.image-col-content__title {
    color: #fff
}


.image-feature {
    align-items: center;
    display: flex;
    height: 600px;
    justify-content: center;
    position: relative
}

.image-feature__image-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.image-feature__image-wrapper:before {
    background-color: #00000059;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .2s ease-in;
    width: 100%
}

.image-feature__image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.image-feature__content {
    max-width: 380px;
    z-index: 1
}

.image-feature__description {
    margin-bottom: 20px
}

.image-feature__description p,
.image-feature__title {
    color: #fff
}

.slider .splide__slide>div img {
    -o-object-fit: cover;
    object-fit: cover
}

.text-columns {
    margin-bottom: -60px
}

@media only screen and (min-width:960px) {
    .text-columns {
        margin-bottom: -30px
    }
}

.text-column {
    margin-bottom: 60px;
    position: relative
}

@media only screen and (min-width:960px) {
    .text-column {
        margin-bottom: 30px
    }
}

.text-column__image-wrapper {
    display: block;
    margin-bottom: 20px
}

.text-column__wrapper {
    padding: 0 30px
}

.text-column__title {
    margin-bottom: 10px
}

.text-column__description {
    margin-bottom: 20px
}

.item__container {
    display: grid;
    gap: 15px
}

@media only screen and (min-width:960px) {
    .item__container {
        gap: 30px
    }
}

.item__container {
    grid-template-columns: 1fr
}

@media only screen and (min-width:960px) {
    .item__container--2-rows {
        grid-template-columns: 1fr 1fr
    }

    .item__container--3-rows {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.item {
    position: relative
}

.item:before {
    content: "";
    display: block;
    padding-bottom: 45%
}

.item--menu:before {
    padding-bottom: 65%
}

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

.item__content,
.item__image {
    left: 0;
    position: absolute;
    top: 0
}

.item__content {
    align-items: center;
    background: #00000059;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    right: 0;
    text-align: center;
    z-index: 1
}

.item__title {
    color: #fff
}

.menus-container {
    background-color: #fff;
    padding: 30px 0
}

.menu-highlights {
    background: var(--color-bg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    padding: 60px
}

@media only screen and (min-width:960px) {
    .menu-highlights {
        flex-direction: row
    }
}

.menu-highlight {
    margin: 0 auto;
    max-width: 400px
}

@media only screen and (max-width:959px) {
    .menu-highlight:not(:last-child) {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:960px) {
    .menu-highlight {
        margin: 0 60px
    }
}

.menu-highlight__icon {
    margin-bottom: 20px
}

.menu__wrapper {
    background-color: #fff;
    padding: 30px 0 3px
}

@media only screen and (min-width:750px) {
    .menu__wrapper {
        padding: 60px 0 3px
    }
}

.menu {
    display: flex;
    flex-direction: column;
    margin-bottom: 120px
}

@media only screen and (min-width:750px) {
    .menu {
        flex-direction: row
    }
}

.menu-mobile-contents {
    margin-bottom: 30px
}

@media only screen and (min-width:750px) {
    .menu-mobile-contents {
        display: none
    }
}

.menu-mobile-contents__select {
    border: 1px solid #ebebeb;
    padding: 14px;
    width: 100%
}

.menu-contents {
    display: none
}

@media only screen and (min-width:750px) {
    .menu-contents {
        align-self: flex-start;
        display: block;
        min-width: 200px;
        position: sticky;
        top: 80px
    }
}

@media only screen and (min-width:960px) {
    .menu-contents {
        min-width: 200px;
        top: 120px
    }
}

.menu-contents__item:not(:last-child) {
    margin-bottom: 20px
}

.menu-contents__button {
    background: 0 0;
    border: 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.menu-contents__button[aria-selected=true] span {
    border-bottom: 2px solid
}

.menu-content {
    flex-grow: 1;
    scroll-margin-top: calc(var(--header-height) + 60px)
}

@media only screen and (min-width:750px) {
    .menu-content {
        border: 1px solid #ccc;
        padding: 60px
    }
}

@media only screen and (min-width:960px) {
    .menu-content {
        margin-left: 80px;
        padding: 80px
    }
}

.menu-content[hidden] {
    display: none
}

.menu-content h3 {
    margin-top: 40px
}

.menu-content p {
    line-height: 1.75
}

.menu-content table td {
    border: 0 !important;
    padding: 0 10px 10px 0 !important;
    vertical-align: top !important
}

.menu-content table td:last-child {
    padding-right: 0 !important
}

.menu-content table tr td:first-child {
    width: 80% !important
}

.menu-content table tr td:nth-child(n),
.menu-content table tr td:nth-child(2n) {
    width: auto !important
}

.menu-content table strong {
    margin-top: 15px;
    text-transform: uppercase
}

.menu-content table em {
    font-weight: 600
}

.tab__controls {
    overflow-x: auto;
    white-space: nowrap
}

.tab__controls::-webkit-scrollbar {
    display: none
}

.tab__button {
    background-color: transparent;
    border: 0;
    margin: 0 5px;
    padding: 0 6px
}

@media only screen and (min-width:750px) {
    .tab__button {
        margin: 0 10px
    }
}

.tab__button[aria-selected=false] {
    color: #c5c5c5
}

.tab__button[aria-selected=true] span {
    border-bottom: 2px solid
}

.tab__panel {
    outline: 0
}

.buttons {
    background-color: #222;
    padding: 60px 0
}

.button-group {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media only screen and (min-width:750px) {
    .button-group {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.button-group .btn {
    margin: 0 10px 10px
}

@media only screen and (max-width:749px) {
    .button-group .btn:last-child {
        margin-bottom: 0
    }
}

.btn--min {
    min-width: 180px
}

.anchor {
    scroll-margin-top: calc(var(--header-height) + 30px)
}

.help {
    background-color: #fff;
    padding: 30px 0
}

@media only screen and (min-width:750px) {
    .help {
        padding: 60px 0
    }
}

.help__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -30px
}

.help__item-wrapper {
    padding-left: 30px;
    width: 100%
}

@media only screen and (max-width:749px) {
    .help__item-wrapper {
        margin-bottom: 30px;
        max-width: 400px
    }
}

@media only screen and (min-width:750px) {
    .help__item-wrapper {
        width: 33.3333333333%
    }
}

.help__item {
    align-items: center;
    border: 1px solid #d8d8d8;
    display: flex;
    flex-direction: column;
    height: 245px;
    justify-content: center;
    padding: 40px;
    transition: all .2s
}

.help__item:hover {
    border: 1px solid #222
}

.contact {
    background-color: #fff;
    padding: 30px 0
}

@media only screen and (min-width:750px) {
    .contact {
        padding: 60px 0
    }
}

.contact>.page-width {
    max-width: 900px
}

.contact a {
    font-weight: 600;
    text-decoration: underline
}

.contact__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -30px;
    margin-left: -30px
}

@media only screen and (min-width:750px) {
    .contact__list {
        margin-bottom: -60px;
        margin-left: -60px
    }
}

.contact__item-wrapper {
    margin-bottom: 30px;
    padding-left: 30px;
    width: 100%
}

@media only screen and (min-width:750px) {
    .contact__item-wrapper {
        margin-bottom: 60px;
        padding-left: 60px;
        width: 33.3333333333%
    }
}

.contact__item-wrapper p {
    margin: 0
}

.contact__item {
    align-items: center;
    border: 1px solid #d8d8d8;
    display: flex;
    flex-direction: column;
    height: 245px;
    justify-content: center;
    padding: 40px
}

.help__item>:not(:last-child) {
    margin-bottom: 30px
}

.faqs {
    background-color: #fff;
    padding: 30px 0
}

@media only screen and (min-width:750px) {
    .faqs {
        padding: 60px 0
    }
}

.faqs__wrapper {
    margin: 0 auto;
    max-width: 760px
}

.faqs__wrapper h2:not(:first-child) {
    margin-top: 40px
}

@media only screen and (min-width:750px) {
    .faqs__wrapper {
        border: 1px solid #ddd;
        padding: 30px
    }
}

.faq-accordion__toggle {
    background-color: inherit;
    border: 0;
    padding: 10px 0 10px 30px;
    position: relative
}

.faq-accordion__toggle svg {
    height: 12px;
    left: 0;
    position: absolute;
    top: calc(50% - 6px);
    transform: rotate(-90deg);
    transition: all .3s ease-in-out;
    width: 12px
}

.faq-accordion__toggle[aria-expanded=true] svg {
    transform: rotate(0)
}

.faq-accordion__panel-inner {
    margin-bottom: 30px;
    padding-left: 30px
}

.author {
    background-color: #fff;
    padding: 30px 0
}

@media only screen and (min-width:750px) {
    .author {
        padding: 60px 0
    }
}

.author .page-width:first-child {
    margin: 0 auto;
    max-width: 1000px
}

.author .content {
    margin: 0 auto 30px;
    max-width: 600px
}

.page {
    background-color: #fff;
    padding: 30px 0
}

@media only screen and (min-width:750px) {
    .page {
        padding: 60px 0
    }
}

.block-width {
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width:750px) {
    .block-width {
        padding-left: 30px;
        padding-right: 30px
    }
}

.block-sections .block-section:not(:last-child) {
    margin-bottom: 30px
}

@media only screen and (min-width:750px) {
    .block-sections .block-section:not(:last-child) {
        margin-bottom: 60px
    }
}

.flatpickr-calendar {
    border-radius: 0 !important
}

.flatpickr-months {
    align-items: center !important;
    height: 40px !important
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input {
    font-size: 16px !important
}

.flatpickr-day.selected {
    background-color: #222 !important
}

.flatpickr-day.selected,
.flatpickr-day.today {
    border-color: #222 !important
}

.flatpickr-next-month,
.flatpickr-prev-month {
    align-items: center;
    display: flex;
    height: 40px !important;
    justify-content: center;
    padding: 0 10px !important
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    height: 12px !important;
    width: 12px !important
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #222 !important
}

.flatpickr-day.today {
    border: 0 !important
}

.image--fadein {
    opacity: 0;
    transition: all .3s ease
}

.image--fadein.lazyloaded {
    opacity: 1
}

.quickbuy-badge {
    bottom: 10px;
    display: flex;
    left: 10px;
    position: absolute;
    z-index: 1
}

.find-out-more {
    border-bottom: 1px solid #cfcfcf;
    color: #666;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase
}

:focus-visible {
    outline: 0
}


@media only screen and (min-width:1280px) {
    .nav-utilities__item {
        position: relative
    }

    .nav-utilities__item:hover .icon__fallback-text {
        clip: unset;
        font-size: 12px;
        height: auto;
        left: -16px;
        letter-spacing: .5px;
        text-align: center;
        text-transform: uppercase;
        width: 60px
    }
}



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

    to {
        transform: rotate(1turn)
    }
}

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

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

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

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

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

.splide {
    visibility: hidden
}

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

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

.splide__slide img {
    vertical-align: bottom
}

.splide__slider {
    position: relative
}

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

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

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

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

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

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

.splide--rtl {
    direction: rtl
}

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

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

.splide__slide img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.splide {
	visibility: visible !important;
}


.flatpickr-calendar {
    animation: none;
    background: 0 0;
    background: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 1px 0 #e6e6e6, -1px 0 #e6e6e6, 0 1px #e6e6e6, 0 -1px #e6e6e6, 0 3px 13px #00000014;
    box-sizing: border-box;
    direction: ltr;
    display: none;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    touch-action: manipulation;
    visibility: hidden;
    width: 307.875px
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
    max-height: 640px;
    opacity: 1;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    display: block;
    z-index: 999
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    box-shadow: -2px 0 #e6e6e6, 5px 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
    border-top: 1px solid #e6e6e6;
    height: 40px
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
    border: solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 22px;
    pointer-events: none;
    position: absolute;
    width: 0
}

.flatpickr-calendar.arrowRight:after,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar.arrowCenter:after,
.flatpickr-calendar.arrowCenter:before {
    left: 50%;
    right: 50%
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    display: inline-block;
    position: relative
}

.flatpickr-months {
    display: flex
}

.flatpickr-months .flatpickr-month {
    fill: #000000e6;
    background: 0 0;
    color: #000000e6;
    flex: 1;
    height: 34px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    fill: #000000e6;
    color: #000000e6;
    cursor: pointer;
    height: 34px;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
    z-index: 3
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    height: 14px;
    width: 14px
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
    fill: inherit;
    transition: fill .1s
}

.numInputWrapper {
    height: auto;
    position: relative
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.numInputWrapper span {
    border: 1px solid rgba(57, 57, 57, .15);
    box-sizing: border-box;
    cursor: pointer;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    padding: 0 4px 0 2px;
    position: absolute;
    right: 0;
    width: 14px
}

.numInputWrapper span:hover {
    background: #0000001a
}

.numInputWrapper span:active {
    background: #0003
}

.numInputWrapper span:after {
    content: "";
    display: block;
    position: absolute
}

.numInputWrapper span.arrowUp {
    border-bottom: 0;
    top: 0
}

.numInputWrapper span.arrowUp:after {
    border-bottom: 4px solid rgba(57, 57, 57, .6);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, .6);
    top: 40%
}

.numInputWrapper span svg {
    height: auto;
    width: inherit
}

.numInputWrapper span svg path {
    fill: #00000080
}

.numInputWrapper:hover {
    background: #0000000d
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    color: inherit;
    display: inline-block;
    font-size: 135%;
    font-weight: 300;
    height: 34px;
    left: 12.5%;
    line-height: inherit;
    line-height: 1;
    padding: 7.48px 0 0;
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    width: 75%
}

.flatpickr-current-month span.cur-month {
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-weight: 700;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: #0000000d
}

.flatpickr-current-month .numInputWrapper {
    display: inline-block;
    width: 6ch
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #000000e6
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #000000e6
}

.flatpickr-current-month input.cur-year {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 .5ch;
    vertical-align: initial
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    background: 0 0;
    color: #00000080;
    font-size: 100%;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    background: 0 0;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0;
    outline: 0;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: 0
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: #0000000d
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: 0;
    padding: 0
}

.flatpickr-weekdays {
    align-items: center;
    background: 0 0;
    display: flex;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 100%
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1
}

span.flatpickr-weekday {
    background: 0 0;
    color: #0000008a;
    cursor: default;
    display: block;
    flex: 1;
    font-size: 90%;
    font-weight: bolder;
    line-height: 1;
    margin: 0;
    text-align: center
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    align-items: flex-start;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    max-width: 307.875px;
    min-width: 307.875px;
    opacity: 1;
    outline: 0;
    padding: 0;
    text-align: left;
    transform: translateZ(0);
    width: 307.875px
}

.dayContainer+.dayContainer {
    box-shadow: -1px 0 #e6e6e6
}

.flatpickr-day {
    align-items: center;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 150px;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    display: inline-block;
    display: flex;
    flex-basis: 14.2857143%;
    font-weight: 400;
    height: 39px;
    justify-content: center;
    line-height: 39px;
    margin: 0;
    max-width: 39px;
    position: relative;
    text-align: center;
    width: 14.2857143%
}

.flatpickr-day .icon--selected,
.flatpickr-day.selected .icon {
    display: none
}

.flatpickr-day.selected .icon--selected {
    display: inline-block
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    background: #e6e6e6;
    border-color: #e6e6e6;
    cursor: pointer;
    outline: 0
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    background: #959ea9;
    border-color: #959ea9;
    color: #fff
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #569ff7;
    border-color: #569ff7;
    box-shadow: none;
    color: #fff
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 #e6e6e6, 5px 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    background: 0 0;
    border-color: transparent;
    color: #3939394d;
    cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    opacity: .6
}

.flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 #569ff7, 5px 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    box-shadow: 1px 0 #e6e6e6;
    padding: 0 12px
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    line-height: 28px;
    width: 100%
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    background: 0 0;
    border: none;
    color: #3939394d;
    cursor: default;
    display: block;
    max-width: none;
    width: 100%
}

.flatpickr-innerContainer {
    box-sizing: border-box;
    display: block;
    display: flex;
    overflow: hidden
}

.flatpickr-rContainer {
    box-sizing: border-box;
    display: inline-block;
    padding: 0
}

.flatpickr-time {
    box-sizing: border-box;
    display: block;
    display: flex;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    outline: 0;
    overflow: hidden;
    text-align: center
}

.flatpickr-time:after {
    clear: both;
    content: "";
    display: table
}

.flatpickr-time .numInputWrapper {
    flex: 1;
    float: left;
    height: 40px;
    width: 40%
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #393939;
    font-size: 14px;
    height: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    border: 0;
    outline: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    align-self: center;
    color: #393939;
    float: left;
    font-weight: 700;
    height: inherit;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 2%
}

.flatpickr-time .flatpickr-am-pm {
    cursor: pointer;
    font-weight: 400;
    outline: 0;
    text-align: center;
    width: 18%
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.breadcrumbs {
    font-size: 12px;
    position: relative
}

.breadcrumbs__list {
    list-style-type: none;
    margin: 0;
    overflow-x: auto;
    padding: 0;
    white-space: nowrap
}

.breadcrumbs__list::-webkit-scrollbar {
    display: none
}

.breadcrumbs__item {
    display: inline-block
}

.breadcrumbs__item,
.breadcrumbs__link {
    color: #888
}

.breadcrumbs__item:not(:last-child):after {
    speak: none;
    content: "\203a";
    display: inline-block;
    padding: 0 10px
}

@media only screen and (max-width:959px) {
    .breadcrumbs__item:not(:last-child):after {
        content: "\203a";
        display: inline-block;
        padding: 0 5px
    }

    .breadcrumbs__item:last-child {
        padding-right: 20px
    }
}

.splide:not(.is-active) .splide__list {
    width: 100%
}

.splide:not(.is-active) .splide__slide:not(:first-child) {
    display: none
}

.splide__slide>* {
    margin-bottom: 0
}

.splide:not(.is-active) .splide__arrows {
    display: none
}

.splide__arrow {
    background-color: #ffffffe6;
    border: 0;
    border-radius: 50%;
    height: 36px;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease-in;
    width: 36px
}

.splide__arrow:hover {
    background-color: #fffc
}

.splide__arrow[disabled] {
    opacity: 0
}

.splide__arrow .arrow-circle {
    display: none
}

.splide__arrow svg {
    height: 26px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 26px
}

.splide__arrow--prev {
    left: 10px
}

.splide__arrow--next {
    right: 10px
}

.splide__pagination {
    bottom: 10px;
    position: absolute;
    width: 100%
}

.splide__pagination__page {
    background-color: inherit;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    width: 8px
}

.splide__pagination__page.is-active {
    background-color: #c4c4c4
}

.carousel--arrows .splide__arrow {
    top: calc(50% - 106px);
    transform: unset
}

@media only screen and (min-width:750px) {
    .carousel--arrows {
        position: relative
    }

    .carousel--arrows .splide {
        position: unset
    }

    .carousel--arrows .splide__arrows {
        position: absolute;
        right: 0;
        top: 0
    }

    .carousel--arrows .splide__arrow {
        background-color: inherit;
        left: unset;
        position: relative;
        right: unset;
        top: unset;
        transform: unset
    }

    .carousel--arrows .splide__arrow,
    .carousel--arrows .splide__arrow svg {
        height: 36px;
        width: 36px
    }

    .carousel--arrows .splide__arrow[disabled] {
        opacity: .25
    }

    .carousel--arrows .splide__arrow .arrow {
        display: none
    }

    .carousel--arrows .splide__arrow .arrow-circle {
        display: block
    }
}

@media only screen and (max-width:749px) {
    .carousel--collection .splide:not(.is-active) .splide__slide:not(:first-child) {
        display: block
    }

    .carousel--collection .splide__list {
        display: grid;
        gap: 15px;
        grid-template-columns: 1fr 1fr
    }
}

.captcha-info {
    color: #888;
    font-size: 12px;
    margin-top: 20px
}

.highlights {
    background-color: #fff
}

.highlights__header {
    margin: 0 auto 60px;
    max-width: 600px
}

.highlight {
    align-items: center;
    display: flex;
    flex-direction: column
}

@media only screen and (max-width:959px) {
    .highlight {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:960px) {
    .highlight {
        flex-direction: row;
        margin-bottom: 60px
    }
}

.highlight:last-child {
    margin-bottom: 0
}

.highlight__image-wrapper {
    margin-bottom: 20px;
    width: 100%
}

@media only screen and (min-width:960px) {
    .highlight__image-wrapper {
        margin-bottom: 0;
        width: 60%
    }
}

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

.highlight__content-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.highlight__content-wrapper>:not(:last-child) {
    margin-bottom: 20px
}

@media only screen and (min-width:960px) {
    .highlight__content-wrapper {
        padding: 80px;
        width: 40%
    }

    .highlight--reverse .highlight__content-wrapper {
        order: -1
    }
}

.highlight__description {
    margin: 0 auto;
    max-width: 380px
}

.highlight__list {
    list-style: none
}

.highlight__item {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 0 5px;
    text-transform: uppercase
}

.main-content.is-product .image-with-text__wrapper {
    background: #f8f8f8
}

.image-with-text {
    background-color: var(--brand-green);
    display: flex
}

@media only screen and (max-width:959px) {
    .image-with-text {
        flex-direction: column
    }
}

.image-with-text__image-wrapper-wrapper {
    background-position: 50%;
    background-size: cover
}

.image-with-text__content-wrapper,
.image-with-text__image-wrapper {
    width: 100%
}

@media only screen and (max-width:959px) {
    .image-with-text__content-wrapper {
        padding: 40px
    }
}

@media only screen and (min-width:960px) {

    .image-with-text__content-wrapper,
    .image-with-text__image-wrapper {
        width: 50%
    }
}

.image-with-text__image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.image-with-text__content-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.image-with-text__content {
    max-width: 380px
}

.image-with-text__subheading {
    font-size: 18px;
    font-weight: 600
}

.image-with-text__description,
.image-with-text__subheading,
.image-with-text__title {
    color: #fff
}

.image-with-text__buttons {
    margin-top: 20px
}

.image-with-text__buttons .btn {
    margin: 10px;
    min-width: 180px
}

.image-with-text-list {
    margin-top: 15px
}

@media only screen and (min-width:760px) {
    .image-with-text-list {
        margin-top: 25px
    }
}

.image-with-text-list__item {
    display: block;
    margin: 5px;
    padding: 10px
}

@media only screen and (max-width:760px) {
    .image-with-text-list__item:last-child {
        margin-bottom: 0
    }
}

@media only screen and (min-width:760px) {
    .image-with-text-list__item {
        display: inline-block;
        margin: 10px;
        padding: 5px
    }
}

.image-with-text-list__link {
    color: #fff
}

.image-with-text-list__link span {
    border-bottom: 1px solid transparent
}

.image-with-text-list__link:hover {
    color: #fff
}

.image-with-text-list__link:hover span {
    border-color: #fff
}


.quick-add>:not(:last-child) {
    margin-bottom: 10px
}

.event {
    background-color: #fff;
    padding: 30px 0
}

.event .section-header {
    margin-bottom: 30px
}

@media only screen and (min-width:960px) {
    .event {
        padding: 60px 0
    }

    .event .section-header {
        margin-bottom: 60px
    }
}

.event__tab-button span {
    border-bottom: 2px solid transparent
}

.event__tab-button[aria-selected=true] span {
    border-bottom: 2px solid
}

.event__tab-button[aria-selected=false] {
    color: #c5c5c5
}

.event__panel {
    margin: 0 auto;
    max-width: 900px
}

.event__description {
    margin: 0 auto 60px;
    max-width: 800px
}

.event__quote-wrapper {
    margin: 0 auto 60px;
    max-width: 400px
}

.event__quote {
    font-size: 28px;
    line-height: 36px
}

.event__toc {
    margin-bottom: 30px
}

.event__toc span {
    cursor: pointer;
    text-decoration: underline
}

@media only screen and (min-width:960px) {
    .event__toc {
        margin-bottom: 20px
    }
}

.tickets__wrapper {
    background-color: var(--color-bg);
    padding: 20px
}

@media only screen and (max-width:749px) {
    .tickets__wrapper {
        margin-left: -15px;
        margin-right: -15px
    }
}

.ticket {
    background-color: #fff;
    display: flex;
    padding: 20px
}

.ticket:not(:last-child) {
    margin-bottom: 20px
}

@media only screen and (max-width:959px) {
    .ticket {
        flex-direction: column
    }

    .ticket>:nth-child(2),
    .ticket>:nth-child(4) {
        margin-bottom: 20px
    }

    .ticket>:nth-child(3) {
        margin-bottom: 10px
    }

    .ticket .ticket__col:first-child .ticket__heading,
    .ticket .ticket__col:nth-child(2) .ticket__heading {
        display: none
    }

    .ticket>:first-child {
        font-size: 18px
    }
}

@media only screen and (min-width:960px) {
    .ticket {
        padding: 30px
    }

    .ticket:not(:last-child) {
        margin-bottom: 10px
    }

    .ticket__col:not(:last-child) {
        padding-right: 20px
    }

    .ticket__col:first-child {
        width: 160px
    }

    .ticket__col:nth-child(2) {
        width: 120px
    }

    .ticket__col:nth-child(3) {
        width: 190px
    }

    .ticket__col:nth-child(4) {
        width: 70px
    }

    .ticket__col:nth-child(5) {
        flex-grow: 1
    }
}

.ticket__heading {
    color: #999;
    display: block
}

.ticket__form {
    display: flex;
    width: 100%
}

.ticket__form .btn {
    flex-grow: 1;
    margin-left: 10px;
    min-width: 120px;
    padding: 8px 10px
}

@media only screen and (max-width:959px) {
    .ticket__form {
        justify-content: flex-start
    }

    .ticket__form .btn {
        max-width: 200px
    }
}

.ticket__remaining {
    font-style: italic;
    margin-top: 10px
}

.group-dining {
    background-color: #fff;
    padding: 30px 15px
}

@media only screen and (min-width:960px) {
    .group-dining {
        padding: 60px
    }
}

.group-dining__tab-button span {
    border-bottom: 2px solid transparent
}

.group-dining__tab-button[aria-selected=true] span {
    border-bottom: 2px solid
}

.group-dining__tab-button[aria-selected=false] {
    color: #c5c5c5
}

.group-dining__information {
    margin: 0 auto 30px;
    max-width: 800px
}

@media only screen and (min-width:960px) {
    .group-dining__informationg {
        margin: 0 auto 60px
    }
}

.enquiry-form {
    background-color: var(--color-bg);
    margin: 0 auto;
    max-width: 800px;
    padding: 40px
}

@media only screen and (max-width:749px) {
    .enquiry-form {
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px
    }

    .enquiry-form .grid__item:first-child {
        margin-bottom: 30px
    }
}

.enquiry-form label {
    color: #888
}

.review-on-tp,
.template-list-collections .section-header {
    margin-top: 30px
}

.index-section--flush:not(.index-section)+.index-section {
    padding-top: 0
}

.background--white {
    background-color: #fff;
    color: var(--color-body-text)
}

.background--off-white {
    background-color: #f0edea;
    color: var(--color-body-text)
}

.background--grey {
    background-color: #222;
    color: var(--color-body-text)
}

.background--green {
    background-color: #2f3a32;
    color: #fff
}

.background--black {
    background-color: #121212;
    color: #fff
}

.background--none {
    background-color: transparent;
    color: var(--color-body-text)
}

.background .inherit--color,
.background .inherit--color p {
    color: inherit !important
}

.added-padding--top {
    padding-top: 60px
}

@media (max-width:749px) {
    .added-padding--top {
        padding-top: 30px
    }
}

.added-padding--bottom {
    padding-bottom: 60px
}

@media (max-width:749px) {
    .added-padding--bottom {
        padding-bottom: 30px
    }
}

.content--narrow {
    max-width: 600px
}

.content--medium,
.content--narrow {
    margin-left: auto;
    margin-right: auto
}

.content--medium {
    max-width: 760px
}

a[data-disabled=true] {
    pointer-events: none
}

.sr-only {
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
    border: none;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}


.product-card {
    align-content: start;
    background: #fff;
    display: grid;
    font-family: var(--font-stack-body);
    grid-template-rows: max-content 1fr;
    height: 75%;
    position: relative
}

.product-card__image {
    aspect-ratio: 200/150;
    display: block;
    position: relative
}

@media only screen and (min-width:750px) {
    .product-card__image {
        aspect-ratio: 362/272
    }
}

@media only screen and (min-width:1280px) {
    .product-card__image {
        aspect-ratio: 492/369
    }
}

.product-card__image>img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.product-card__image>img+img {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s
}

.product-card__image .badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .25rem;
    left: 0;
    position: absolute;
    top: .25rem
}

@media only screen and (min-width:750px) {
    .product-card__image .badges {
        gap: .375rem;
        top: .5rem
    }
}

.product-card__image .badges .badge {
    display: block;
    font-size: .625rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 !important;
    padding: .25rem .375rem
}

@media only screen and (min-width:750px) {
    .product-card__image .badges .badge {
        font-size: .875rem;
        padding: .5rem
    }
}

.product-card>a {
    border: none
}

.product-card>a:active img+img,
.product-card>a:focus img+img,
.product-card>a:hover img+img {
    opacity: 1
}

.product-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .75rem
}

@media only screen and (min-width:750px) {
    .product-card__content {
        padding: 1.25rem
    }
}

.product-card__info {
    display: grid;
    gap: .125rem;
    margin-bottom: .5rem
}

@media only screen and (min-width:750px) {
    .product-card__info {
        gap: .1875rem;
        margin-bottom: .75rem
    }
}

.product-card__title {
    color: #222;
    font-size: .9375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%
}

@media only screen and (min-width:750px) {
    .product-card__title {
        font-size: 1.125rem
    }
}


.product-card__servings {
    color: #3a3a3a;
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%
}

@media only screen and (min-width:750px) {
    .product-card__servings {
        font-size: .813rem;
        line-height: 1rem
    }
}

.product-card__servings span {
    margin-right: .375rem
}

@media only screen and (min-width:750px) {
    .product-card__servings span {
        margin-right: .5rem
    }
}

.product-card__points {
    background: #f0edeb;
    bottom: .5rem;
    color: #3a3a3a;
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    padding-inline: .5rem;
    position: absolute;
    width: -moz-max-content;
    width: max-content
}

.product-card__points--right {
    right: 0
}

.product-card__points--left {
    left: 0
}

.product-card__points .points {
    font-weight: 700
}

@media only screen and (min-width:750px) {
    .product-card__points {
        font-size: .875rem;
        line-height: 1.375rem
    }
}


.product-card__actions .btn--product-card,
.product-card__actions .btn[disabled] {
    border: none;
    height: 2rem;
    min-height: 2rem;
    padding-block: .438rem;
    padding-inline: .75rem;
    width: auto
}

@media only screen and (min-width:750px) {

    .product-card__actions .btn--product-card,
    .product-card__actions .btn[disabled] {
        height: 2.5rem;
        padding-block: .875rem;
        padding-inline: 1.5rem
    }
}

.product-card__actions .btn--product-card,
.product-card__actions .btn--product-card span,
.product-card__actions .btn[disabled],
.product-card__actions .btn[disabled] span {
    font-size: .625rem;
    font-weight: 600;
    letter-spacing: .06rem;
    line-height: 168%;
    text-transform: uppercase
}

@media only screen and (min-width:750px) {

    .product-card__actions .btn--product-card,
    .product-card__actions .btn--product-card span,
    .product-card__actions .btn[disabled],
    .product-card__actions .btn[disabled] span {
        font-size: .75rem;
        line-height: 140%
    }
}


.social-sharing {
    display: flex
}

.social-sharing,


.btn--share {
    background-color: transparent;
    border: 0;
    color: var(--color-text)
}

.btn--share:focus,
.btn--share:not([disabled]):hover {
    background-color: transparent;
    border-color: var(--color-btn-social-focus);
    color: var(--color-text)
}

.btn--share .icon {
    height: 24px;
    margin-right: 4px;
    vertical-align: middle;
    width: 24px
}

.btn--share .icon-facebook,
.btn--share .icon-pinterest,
.btn--share .icon-twitter {
    fill: currentColor
}

.share-title {
    display: inline-block;
    vertical-align: middle
}