/** Shopify CDN: Minification failed

Line 1615:0 Unexpected "!"
Line 1711:0 Unexpected "!"

**/
:root {
    --serif: Brothers, Helvetica, Verdana, Arial, sans-serif;
    --serif2: Caslon, Helvetica, Verdana, Arial, sans-serif;
    --sans: DMSans, Helvetica, Verdana, Arial, sans-serif
}

@font-face {
    font-family: "Brothers";
    src: url(BrothersRegular.otf) format("opentype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Caslon";
    src: url(CaslonAntique.ttf) format("truetype")
}

@font-face {
    font-family: "Caslon";
    src: url(CaslonAntique-Italic.ttf) format("truetype");
    font-style: italic
}

@font-face {
    font-family: "DMSans";
    src: url(DMSans-Regular.ttf) format("truetype")
}

:root {
    --color-ui-pink: #eddad4;
    --color-ui-darkpink: #b27d6c;
    --color-ui-gray: #b1b1af;
    --color-ui-darkgray: #4c4f52;
    --color-ui-cream: #efefeb;
    --color-ui-green: #9eaeaa;
    --color-ui-darkgreen: #465b5d;
    --color-ui-muted: #fafafa;
    --color-ui-white: #fff;
    --color-muted-base: #fafafa;
    --color-muted-lines: #efefeb;
    --color-muted-light: #f7f7f7;
    --color-feedback-positive: #8acf44;
    --color-text-base: #5e5e5e;
    --color-text-primary: #3e4147;
    --color-text-accent: #1a1919;
    --color-text-neutral: #575757;
    --color-text-brown: #c4b397;
    --color-text-muted: #949ea8;
    --color-text-negative: #cc432e;
    --color-link-normal: #1f2c41;
    --color-link-hover: #9eaeaa;
    --color-link-active: #454545
}

[data-style*="pink background"] {
    background-color: #eddad4
}

[data-style*="darkpink background"] {
    background-color: #b27d6c
}

[data-style*="gray background"] {
    background-color: #b1b1af
}

[data-style*="darkgray background"] {
    background-color: #4c4f52
}

[data-style*="cream background"] {
    background-color: #efefeb
}

[data-style*="green background"] {
    background-color: #9eaeaa
}

[data-style*="darkgreen background"] {
    background-color: #465b5d
}

[data-style*="muted background"] {
    background-color: #fafafa
}

[data-style*="white background"] {
    background-color: #fff
}

:root {
    --theme-color: var(--color-ui-pink);
    --header-bg: #202020;
    --brand-gold: #846E36;
    --brand-red: #CB2B1E;
    --brand-cream: #F7F4EE;
    --heading-text: #605437;
    --body-text: #494029
}

/*! critical:start */
/*! critical:end */
/*! critical:start */
/*! critical:end */
.has-text-banner:not(.scrolled-down) .pageheader__layout::before {
    background-color: var(--header-bg)
}

.announcement .announcement__inner {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px
}

#shopify-section-header {
    background-color: var(--header-bg)
}

#shopify-section-header .pageheader__contents {
    background-color: var(--header-bg);
    padding-bottom: 0
}

#shopify-section-header .pageheader__contents .pageheader__layout {
    color: #fff
}

#shopify-section-header .pageheader__contents .pageheader__layout .logo__image {
    max-width: 350px
}

@media(max-width: 950px) {
    #shopify-section-header .pageheader__contents .pageheader__layout .logo__image {
        max-width: 275px
    }
}

#shopify-section-header .pageheader__contents .pageheader__layout::before {
    background-color: var(--header-bg);
    border: none
}

#shopify-section-header .pageheader__contents .pageheader__layout .main-menu-toggle,
#shopify-section-header .pageheader__contents .pageheader__layout .main-menu-toggle__text {
    color: #fff;
    font-family: var(--sans);
    letter-spacing: 1.5px
}

#shopify-section-header .pageheader__contents .pageheader__layout #main-menu {
    background-color: var(--brand-gold);
    border-color: var(--brand-gold);
    color: #fff;
    width: 42.5%
}

#shopify-section-header .pageheader__contents .pageheader__layout #main-menu .main-menu-list-item {
    text-transform: uppercase;
    font-family: var(--serif)
}

#shopify-section-header .pageheader__contents .pageheader__layout #main-menu .main-menu-list-item .main-menu-link::after {
    display: none
}

#shopify-section-header .pageheader__contents .pageheader__layout #main-menu .main-menu-list-item .main-menu-link:hover {
    color: var(--header-bg)
}

#shopify-section-header .pageheader__contents .pageheader__layout .header-items img {
    width: 25px;
    height: 25px
}

#shopify-section-header .pageheader__contents .pageheader__layout .header-items .custom-link__wrapper {
    display: flex
}

@media(max-width: 1300px) {
    #shopify-section-header .pageheader__contents .pageheader__layout .header-items .custom-link__wrapper {
        flex-direction: column;
        row-gap: 10px
    }
}

#shopify-section-header .pageheader__contents .pageheader__layout .header-items .header__custom-link {
    width: auto;
    padding: 13px 25px;
    border-radius: 50px;
    letter-spacing: 1.5px;
    font-family: var(--sans);
    text-align: center
}

.scrolled-down #shopify-section-header .logo .logo__image {
    max-width: 60px
}

@media(max-width: 950px) {
    .header-items {
        width: 50%
    }

    .header-left {
        width: 50%
    }
}

@media(max-width: 768px) {

    #shopify-section-header .pageheader__contents .pageheader__layout .header-left,
    #shopify-section-header .pageheader__contents .pageheader__layout .header-items {
        width: 60px
    }

    #shopify-section-header .pageheader__contents .pageheader__layout #main-menu {
        width: 100%
    }

    #shopify-section-header .header-items .header__custom-link {
        display: none
    }
}

.template-index .section-gallery .ImageGallery__Header {
    color: #fff;
    font-family: var(--serif2);
    font-size: calc(1.425rem + 2.1vw);
    min-width: 0vw
}

@media(min-width: 1200px) {
    .template-index .section-gallery .ImageGallery__Header {
        font-size: 3rem
    }
}

.template-index .section-gallery .container {
    max-width: initial
}

.section-gallery .ImageGallery__Header {
    text-transform: uppercase;
    color: var(--heading-text);
    text-align: center;
    font-family: var(--serif);
    font-size: calc(1.425rem + 2.1vw);
    min-width: 0vw
}

@media(min-width: 1200px) {
    .section-gallery .ImageGallery__Header {
        font-size: 3rem
    }
}

.section-gallery .ImageGallery__Subheader {
    font-family: initial;
    font-size: 1rem
}

.section-gallery .ImageGallery__Subheader a {
    color: var(--brand-red)
}

.section-gallery .img-block {
    position: relative
}

.section-gallery .img-block a {
    position: relative
}

.section-gallery .img-block .ImageGallery__overlay-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    height: 100%;
    object-fit: cover
}

.section-gallery .img-block:hover .ImageGallery__overlay-image {
    display: block
}

.section-gallery .container {
    justify-content: space-between;
    background-color: inherit
}

.section-gallery .container .column-third {
    width: 32.5%;
    flex: 0 0 32.5%;
    text-align: center
}

.section-gallery .container .column-third .inner {
    justify-content: flex-start
}

.section-gallery .container .column-third .inner h2 {
    text-transform: uppercase
}

@media(max-width: 767px) {
    .section-gallery .container {
        width: 100%
    }

    .section-gallery .container .column-third {
        width: 100%;
        margin-bottom: 1rem
    }
}

@media(max-width: 1024px) {
    .section-gallery .img-block .ImageGallery__overlay-image {
        display: block
    }
}

.rich-text .rich-text__title {
    font-family: var(--serif);
    text-transform: uppercase;
    font-size: calc(1.325rem + 0.9vw);
    min-width: 0vw
}

@media(min-width: 1200px) {
    .rich-text .rich-text__title {
        font-size: 2rem
    }
}

.rich-text .rich-text__text {
    width: 80%;
    margin: 0 auto
}

@media(max-width: 767px) {
    .rich-text .rich-text__text {
        width: 100%
    }
}

.rich-text .feature-link {
    font-family: var(--sans)
}

[data-section-type=featured-collection] .section-title-container,
.shopify-section-product-recommendations .section-title-container {
    font-family: var(--serif);
    text-transform: uppercase;
    font-size: calc(1.375rem + 1.5vw);
    min-width: 0vw
}

@media(min-width: 1200px) {

    [data-section-type=featured-collection] .section-title-container,
    .shopify-section-product-recommendations .section-title-container {
        font-size: 2.5rem
    }
}

.section-image-with-text .image-with-text__title {
    font-family: var(--serif);
    text-transform: uppercase;
    font-size: calc(1.325rem + 0.9vw);
    min-width: 0vw
}

@media(min-width: 1200px) {
    .section-image-with-text .image-with-text__title {
        font-size: 2rem
    }
}

.section-image-with-text .image-with-text__link-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: calc(1.275rem + 0.3vw);
    min-width: 0vw
}

@media(min-width: 1200px) {
    .section-image-with-text .image-with-text__link-wrapper {
        row-gap: 1.5rem
    }
}

.section-image-with-text .image-with-text__link-wrapper a {
    width: fit-content
}

.section-image-with-text .image-with-text--full-width .image-with-text__wrapper .image-with-text__content .content {
    padding: 40px 100px
}

@media(max-width: 1024px) {
    .section-image-with-text .image-with-text--full-width .image-with-text__wrapper .image-with-text__content .content {
        padding: 30px
    }
}

html {
    scroll-padding-top: 150px
}

@media(max-width: 1023px) {
    #testimonials .carousel {
        padding-top: 60%
    }
}

@media(max-width: 767px) {

    #testimonials .carousel::before,
    #testimonials .carousel::after,
    #testimonials .carousel__prev,
    #testimonials .carousel__next {
        top: initial;
        bottom: -25px
    }

    #testimonials .carousel {
        padding-top: 125%
    }

    #testimonials .carousel .testimonial-author,
    #testimonials .carousel .testimonial__text {
        padding: 0 1rem;
        font-size: 1rem
    }

    #testimonials .carousel .testimonial-author .testimonial-author__name,
    #testimonials .carousel .testimonial__text .testimonial-author__name {
        margin-bottom: 1rem
    }

    #testimonials .carousel .testimonial-author .testimonial-author__image,
    #testimonials .carousel .testimonial__text .testimonial-author__image {
        max-width: 125px
    }
}

.carousel {
    position: relative;
    padding-top: 30%;
    filter: drop-shadow(0 0 10px #0003);
    perspective: 100px;
    max-width: initial;
    width: 100%
}

.carousel ul,
.carousel li {
    margin: 0;
    padding: 0
}

.carousel__viewport {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    counter-reset: item;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    align-items: center
}

.carousel__slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    counter-increment: item;
    display: flex;
    height: 100%;
    flex-direction: column
}

* {
    scrollbar-color: transparent transparent;
    scrollbar-width: 0px
}

*::-webkit-scrollbar {
    width: 0
}

*::-webkit-scrollbar-track {
    background: transparent
}

*::-webkit-scrollbar-thumb {
    background: transparent;
    border: none
}

* {
    -ms-overflow-style: none
}

.carousel__snapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scroll-snap-align: center
}

@media(hover: hover) {
    .carousel__snapper {
        animation-name: tonext, snap;
        animation-timing-function: ease;
        animation-duration: 4s;
        animation-iteration-count: infinite
    }

    .carousel__slide:last-child .carousel__snapper {
        animation-name: tostart, snap
    }
}

@media(prefers-reduced-motion: reduce) {
    .carousel__snapper {
        animation-name: none
    }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
    animation-name: none
}

.carousel__navigation {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center
}

.carousel__navigation-list,
.carousel__navigation-item {
    display: inline-block
}

.carousel__navigation-button {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #333;
    background-clip: content-box;
    border: .25rem solid transparent;
    border-radius: 50%;
    font-size: 0;
    transition: transform .1s
}

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4rem;
    height: 4rem;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 0;
    outline: 0;
    z-index: 3
}

.carousel::before,
.carousel__prev {
    left: 0
}

.carousel::after,
.carousel__next {
    right: 0
}

.carousel::before,
.carousel::after {
    content: "";
    background-color: var(--header-bg);
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: center;
    pointer-events: none
}

.carousel::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E")
}

.carousel::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E")
}

.testimonial__text {
    font-family: var(--sans);
    padding: 0 calc(1.625rem + 4.5vw);
    min-width: 0vw;
    font-size: calc(1.275rem + 0.3vw);
    min-width: 0vw
}

@media(min-width: 1200px) {
    .testimonial__text {
        padding: 0 5rem
    }
}

@media(min-width: 1200px) {
    .testimonial__text {
        font-size: 1.5rem
    }
}

.testimonial-author {
    display: flex;
    position: static;
    bottom: 0;
    justify-content: space-between;
    font-family: var(--serif2);
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    margin: 2rem auto;
    font-size: calc(1.275rem + 0.3vw);
    min-width: 0vw;
    padding: 0 calc(1.625rem + 4.5vw);
    min-width: 0vw
}

@media(min-width: 1200px) {
    .testimonial-author {
        font-size: 1.5rem
    }
}

@media(min-width: 1200px) {
    .testimonial-author {
        padding: 0 5rem
    }
}

.testimonial-author .testimonial-author__name {
    white-space: initial
}

.testimonial-author .testimonial-author__image {
    max-width: 200px;
    margin: 0
}

.testimonial-author .testimonial-author__image .rimage-wrapper {
    padding-top: 0 !important
}

.testimonial-author .testimonial-author__image .rimage-wrapper .rimage__image {
    position: static
}

.main-content {
    scroll-padding-top: 500px
}

.logo__slider-wrapper {
    background-color: #000;
    padding: 20px 0 40px;
    scroll-padding-top: 500px
}

.logo__slider-wrapper .logos__wrapper-link {
    z-index: 2
}

.logo__slider-wrapper .logo__slider-heading {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: var(--serif);
    margin: 0;
    font-size: calc(1.375rem + 1.5vw);
    min-width: 0vw
}

@media(min-width: 1200px) {
    .logo__slider-wrapper .logo__slider-heading {
        font-size: 2.5rem
    }
}

@media(max-width: 767px) {
    .logo__slider-wrapper .logo__slider-heading {
        font-size: 1.4rem
    }
}

.logo__slider-wrapper .carousel {
    padding-top: 15%;
    width: 100%
}

.logo__slider-wrapper .carousel__slide {
    justify-content: center
}

.logo__slider-wrapper .carousel::before,
.logo__slider-wrapper .carousel::after {
    background-color: #000
}

.logo__slider-wrapper .carousel::before,
.logo__slider-wrapper .carousel::after,
.logo__slider-wrapper .carousel__prev,
.logo__slider-wrapper .carousel__next {
    transform: none;
    border-radius: 0;
    height: 100%
}

@media(max-width: 767px) {

    .logo__slider-wrapper .carousel::before,
    .logo__slider-wrapper .carousel::after,
    .logo__slider-wrapper .carousel__prev,
    .logo__slider-wrapper .carousel__next {
        width: 2rem
    }
}

.logo__slider-wrapper .logo__slider .testimonial-author__image .rimage-wrapper {
    padding-top: 0 !important;
    overflow: hidden
}

.logo__slider-wrapper .logo__slider .testimonial-author__image .rimage-wrapper .rimage__image {
    position: static
}

#testimonials .signup-section {
    display: none
}

#testimonials .carousel__viewport {
    background-color: var(--brand-cream);
    padding-top: 2rem
}

[data-section-type=testimonial-logos] {
    margin: 0;
    width: 100%;
    max-width: initial
}

[data-section-type=testimonial-logos] .carousel__viewport {
    background-color: #000
}

[data-section-type=testimonial-logos] .reading-width {
    max-width: initial
}

[data-section-type=testimonial-logos] .testimonials__title {
    font-family: var(--serif);
    color: #fff;
    font-size: calc(1.325rem + 0.9vw);
    min-width: 0vw;
    font-weight: 400;
    letter-spacing: 0
}

@media(min-width: 1200px) {
    [data-section-type=testimonial-logos] .testimonials__title {
        font-size: 2rem
    }
}

[data-section-type=testimonial-logos] .logos__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-section-type=testimonial-logos] .logos__wrapper .logo__wrapper {
    flex-basis: 7.5%
}

[data-section-type=testimonial-logos] .logos__wrapper .logo {
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
    min-width: 50px;
    min-height: 50px
}

[data-section-type=testimonial-logos] .logos__wrapper .space {
    flex-basis: 7.5%;
    background-color: transparent
}

#shopify-section-template--15043156410548__16370165336c0c4b9e .container {
    margin-bottom: 0
}

#shopify-section-template--15043156410548__16370169734d861d97 .container {
    margin-top: 0
}

.prod-block .prod-caption a {
    font-family: var(--serif);
    color: var(--brand-gold);
    text-transform: uppercase
}

.prod-block .prod-caption a .product-price {
    font-family: var(--sans);
    font-weight: 400;
    color: #000;
    font-weight: 800;
    margin-top: 10px
}
.prod-block .prod-caption a .product-price span.product-price__compare {
    color: #000;
    opacity: 0.6;
}

/*! critical:start */
body {
    font-family: var(--sans)
}

.feature-link {
    font-family: var(--sans)
}

@media(max-width: 767px) {
    input {
        padding: 7.5px
    }
}

#shopify-section-footer .pagefooter>.container {
    max-width: 1600px
}

#shopify-section-footer .footer-columns__column .footer-column-heading {
    font-family: var(--sans);
    font-weight: 800
}

#shopify-section-footer .footer-columns__column.signup-section {
    flex-basis: 40%
}

#shopify-section-footer .signup-section {
    padding: 0
}

#shopify-section-footer .signup-section .container {
    margin: 0;
    width: 100%;
    background-color: var(--header-bg);
    max-width: initial
}

#shopify-section-footer .signup-section .form__header {
    padding: 20px 0;
    color: #fff;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--serif);
    font-size: calc(1.325rem + 0.9vw);
    min-width: 0vw
}

@media(min-width: 1200px) {
    #shopify-section-footer .signup-section .form__header {
        font-size: 2rem
    }
}

#shopify-section-footer .signup-section #mc_embed_signup {
    width: 80%;
    margin: 0 auto
}

#shopify-section-footer .signup-section #mc_embed_signup #mc_embed_signup_scroll {
    display: flex;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap
}

#shopify-section-footer .signup-section #mc_embed_signup #mce-responses {
    width: 100%
}

#shopify-section-footer .signup-section #mc_embed_signup .email {
    width: 80%;
    font-family: var(--sans);
    height: 60px
}

#shopify-section-footer .signup-section #mc_embed_signup .email::placeholder {
    text-transform: uppercase;
    letter-spacing: 1.5px
}

#shopify-section-footer .signup-section #mc_embed_signup .button {
    background-color: var(--brand-gold);
    border-radius: 50px;
    color: #fff;
    padding: 13px 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-size: .875rem;
    height: 44px;
    line-height: 1.5;
    width: fit-content;
    margin-left: 10px
}

@media(max-width: 767px) {
    #shopify-section-footer .signup-section #mc_embed_signup {
        width: 90%
    }

    #shopify-section-footer .signup-section #mc_embed_signup .email {
        width: 100%;
        margin-bottom: 1rem
    }

    #shopify-section-footer .signup-section #mc_embed_signup #mc_embed_signup_scroll {
        flex-direction: column
    }

    #shopify-section-footer .signup-section #mc_embed_signup #mc_embed_signup_scroll #mce-responses {
        margin: 0
    }

    #shopify-section-footer .signup-section .container {
        margin: 0
    }
}

/*! critical:end */
.template-index .section-slideshow {
    padding: 0 3rem;
    margin: 0 auto;
    background-color: var(--header-bg)
}

.template-index .section-slideshow .slick-track {
    width: 100% !important
}

.template-index .section-slideshow .slick-track .slick-active {
    width: 100% !important
}

.template-index .section-slideshow .slick-track .slick-active .overlay {
    padding: 100px
}

.template-index .section-slideshow .slick-track .slick-active .overlay .inner {
    justify-content: flex-end
}

.template-index .section-slideshow .slick-track .slick-active .slideshow__overlay-image {
    height: 100%;
    object-fit: cover
}

.template-index .section-slideshow .slick-track .slick-active .slide__image-bg {
    z-index: -1
}

.template-index .section-slideshow .slick-track .slick-active .slide-heading {
    font-family: var(--serif);
    text-transform: uppercase;
    font-size: calc(1.525rem + 3.3vw);
    min-width: 0vw;
    margin-bottom: 4rem
}

@media(min-width: 1200px) {
    .template-index .section-slideshow .slick-track .slick-active .slide-heading {
        font-size: 4rem
    }
}

.template-index .section-slideshow .slick-track .slick-active .slide-button {
    border: none;
    border-radius: 50px;
    padding: 1.25rem 2.5rem;
    font-family: var(--sans)
}

.template-index .section-slideshow .slick-track .slick-active .slide-button:first-of-type {
    background: var(--brand-red)
}

.template-index .section-slideshow .slick-track .slick-active .slide-button:last-of-type {
    background: #fff;
    color: #202020
}

.template-index .rich-text .rte {
    max-width: initial
}

.template-index .rich-text .rich-text__title {
    font-size: calc(1.425rem + 2.1vw);
    min-width: 0vw
}

@media(min-width: 1200px) {
    .template-index .rich-text .rich-text__title {
        font-size: 3rem
    }
}

.template-index .section-gallery {
    background-color: var(--header-bg)
}

.template-index .section-gallery .spaced-section-sm {
    margin: 0;
    padding: 5rem 0
}

.template-index .section-gallery .column-third .overlay .overlay__title {
    font-family: var(--serif);
    text-shadow: -3px 3px 0px var(--brand-red);
    font-size: calc(1.475rem + 2.7vw);
    min-width: 0vw;
    max-width: 8ch
}

@media(min-width: 1200px) {
    .template-index .section-gallery .column-third .overlay .overlay__title {
        font-size: 3.5rem
    }
}

@media(max-width: 767px) {
    .template-index .section-gallery .column-third .overlay .overlay__title {
        font-size: 3rem
    }
}

.template-index #shopify-section-template--15043362062516__image-gallery .column-third .overlay,
.template-index #shopify-section-template--15043156410548__image-gallery .column-third .overlay {
    padding: 45px 45px 60px
}

.template-index #shopify-section-template--15043362062516__image-gallery .column-third .overlay .innest,
.template-index #shopify-section-template--15043156410548__image-gallery .column-third .overlay .innest {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.template-index #shopify-section-template--15043362062516__image-gallery .column-third .overlay .innest .overlay__link,
.template-index #shopify-section-template--15043156410548__image-gallery .column-third .overlay .innest .overlay__link {
    width: fit-content;
    margin: 0 auto;
    text-decoration: none;
    background-color: var(--brand-red);
    border-radius: 50px;
    padding: 1rem 2rem;
    display: none;
    font-family: var(--sans)
}

.template-index #shopify-section-template--15043362062516__image-gallery .column-third .overlay .innest .overlay__link::after,
.template-index #shopify-section-template--15043156410548__image-gallery .column-third .overlay .innest .overlay__link::after {
    display: none
}

.template-index #shopify-section-template--15043362062516__image-gallery .column-third:hover .overlay .innest .overlay__link,
.template-index #shopify-section-template--15043156410548__image-gallery .column-third:hover .overlay .innest .overlay__link {
    display: inline-block
}

.template-index #shopify-section-template--15043362062516__image-gallery .rimage-wrapper,
.template-index #shopify-section-template--15043156410548__image-gallery .rimage-wrapper {
    background-color: #1a1919;
    padding-top: 126% !important
}

.template-index #shopify-section-template--15043362062516__image-gallery .rimage-wrapper .rimage__image,
.template-index #shopify-section-template--15043156410548__image-gallery .rimage-wrapper .rimage__image {
    object-fit: contain;
    max-width: 60%;
    right: 0;
    margin: 0 auto;
    height: auto;
    max-height: 375px;
    top: initial;
    bottom: 13%
}

.template-index #shopify-section-template--15043362062516__16329464698e386876 .container,
.template-index #shopify-section-template--15043156410548__1632947903f40f437c .container {
    width: 100%;
    max-width: 1200px
}

.template-index #shopify-section-template--15043362062516__16329464698e386876 .rimage__image,
.template-index #shopify-section-template--15043156410548__1632947903f40f437c .rimage__image {
    object-fit: contain;
    right: 0;
    margin: 0 auto;
    max-width: 150px
}

.template-index #shopify-section-template--15043362062516__16329464698e386876 .img-block a,
.template-index #shopify-section-template--15043156410548__1632947903f40f437c .img-block a {
    height: 100%
}

.template-index .section-image-with-text .image-with-text__title {
    font-size: calc(1.425rem + 2.1vw);
    min-width: 0vw
}

@media(min-width: 1200px) {
    .template-index .section-image-with-text .image-with-text__title {
        font-size: 3rem
    }
}

.template-index .logo__slider-wrapper {
    background-color: var(--header-bg)
}

@media(max-width: 767px) {
    .template-index .section-slideshow .slick-track .slick-active .overlay {
        padding: 0 0 100px 0
    }

    .template-index .section-slideshow .slick-track .slick-active .slideshow__overlay-image {
        max-height: 465px;
        position: absolute;
        top: 40px;
        margin: auto
    }
}

@media(max-width: 1023px) {
    .template-index .section-slideshow {
        padding: 0
    }
}

@media(max-width: 1024px) {

    .template-index #shopify-section-template--15043362062516__image-gallery .column-third .overlay,
    .template-index #shopify-section-template--15043156410548__image-gallery .column-third .overlay {
        padding: 45px 10px
    }

    .template-index #shopify-section-template--15043362062516__image-gallery .column-third .overlay .innest .overlay__link,
    .template-index #shopify-section-template--15043156410548__image-gallery .column-third .overlay .innest .overlay__link {
        display: inline-block
    }
}

.template-blog .main-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto
}

.template-blog .main-content .banner-candidate {
    width: 100%
}

.template-blog .main-content .banner-candidate .banner-image {
    background-position: 50% 30%
}

.template-blog .main-content .banner-candidate .banner__text h1 {
    text-transform: uppercase;
    font-family: var(--serif)
}

.template-blog .main-content .main-blog {
    width: 60%
}

.template-blog .main-content .main-blog .articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.template-blog .main-content .main-blog .articles .article {
    flex-direction: column;
    width: 30%;
    margin: 0
}

.template-blog .main-content .main-blog .articles .article .column {
    width: 100%;
    margin: 0
}

.template-blog .main-content .main-blog .articles .article .column .article-summary {
    padding: 20px 0
}

.template-blog .main-content .main-blog .articles .article .column .article-summary h2 {
    font-size: calc(1.275rem + 0.3vw);
    min-width: 0vw;
    font-family: var(--serif);
    text-transform: uppercase
}

@media(min-width: 1200px) {
    .template-blog .main-content .main-blog .articles .article .column .article-summary h2 {
        font-size: 1.5rem
    }
}

.template-blog .main-content .main-blog .articles .article .article-image {
    position: relative
}

.template-blog .main-content .main-blog .articles .article .article-image:hover .article-image-overlay {
    display: block
}

.template-blog .main-content .main-blog .articles .article .article-image .rimage-wrapper {
    padding-top: 100% !important
}

.template-blog .main-content .main-blog .articles .article .article-image-overlay {
    display: none;
    background-color: rgba(176, 176, 176, .75);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
    margin: 0 auto;
    padding: 10px 0
}

.template-blog .main-content .main-blog .articles .article .article-image-overlay .article-image-overlay-link {
    width: 100%;
    height: 100%;
    display: inline-block
}

.template-blog .main-content .main-blog .articles .article .article-image-overlay .overlay-download-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto
}

.template-blog .main-content .main-blog .articles .article .article-image-overlay .overlay-download-link p {
    text-transform: uppercase;
    letter-spacing: 1px
}

.template-blog .main-content .main-blog .articles .article .article-image-overlay p {
    margin-bottom: 5px;
    color: #fff
}

.template-blog .main-content .main-blog .articles .article .article-image-overlay img {
    width: 30px
}

.template-blog .main-content .main-blog .articles .article .button {
    display: none
}

.template-blog .main-content .main-blog .pagination .pagination__previous-link,
.template-blog .main-content .main-blog .pagination .pagination__next-link {
    font-family: var(--sans);
    border-radius: 50px;
    border-color: var(--header-bg);
    color: var(--header-bg)
}

.template-blog .main-content .main-blog .pagination .pagination__previous-link:hover,
.template-blog .main-content .main-blog .pagination .pagination__next-link:hover {
    background-color: var(--header-bg);
    color: #fff
}

.template-blog .main-content .main-article {
    width: 35%;
    padding-left: calc(1.925rem + 8.1vw);
    min-width: 0vw
}

@media(min-width: 1200px) {
    .template-blog .main-content .main-article {
        padding-left: 8rem
    }
}

.template-blog .main-content .main-article .spaced-section {
    background-color: var(--brand-cream);
    margin-top: 40px;
    padding-top: 40px
}

.template-blog .main-content .main-article .spaced-section .section-content {
    background-color: var(--brand-cream)
}

.template-blog .main-content .main-article .download-link {
    display: none
}

.template-blog .main-content .main-article .article-title {
    font-family: var(--serif);
    font-size: calc(1.325rem + 0.9vw);
    min-width: 0vw;
    text-transform: uppercase;
    margin-bottom: 2rem
}

@media(min-width: 1200px) {
    .template-blog .main-content .main-article .article-title {
        font-size: 2rem
    }
}

.template-blog .main-content .main-article .logo-article {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0
}

.template-blog .main-content .main-article .logo-article h4 {
    font-size: 1.4rem;
    width: 100%;
    font-family: var(--serif);
    text-transform: uppercase
}

.template-blog .main-content .main-article .logo-article article {
    width: 47.5%;
    margin: 0
}

.template-blog .main-content .main-article .logo-article .column {
    width: 100%;
    margin: 0
}

.template-blog .main-content .main-article .logo-article .column .article-summary {
    padding: 20px 0
}

.template-blog .main-content .main-article .logo-article .column .article-summary h2 {
    font-size: calc(1.275rem + 0.3vw);
    min-width: 0vw;
    font-family: var(--serif);
    text-transform: uppercase
}

@media(min-width: 1200px) {
    .template-blog .main-content .main-article .logo-article .column .article-summary h2 {
        font-size: 1.5rem
    }
}

.template-blog .main-content .main-article .logo-article .article-image {
    position: relative
}

.template-blog .main-content .main-article .logo-article .article-image:hover .article-image-overlay {
    display: block
}

.template-blog .main-content .main-article .logo-article .article-image .rimage-wrapper {
    padding-top: 100% !important
}

.template-blog .main-content .main-article .logo-article .article-image-overlay {
    display: none;
    background-color: rgba(176, 176, 176, .75);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
    margin: 0 auto;
    padding: 10px 0
}

.template-blog .main-content .main-article .logo-article .article-image-overlay .article-image-overlay-link {
    width: 100%;
    height: 100%;
    display: inline-block
}

.template-blog .main-content .main-article .logo-article .article-image-overlay .overlay-download-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto
}

.template-blog .main-content .main-article .logo-article .article-image-overlay .overlay-download-link p {
    text-transform: uppercase;
    letter-spacing: 1px
}

.template-blog .main-content .main-article .logo-article .article-image-overlay p {
    margin-bottom: 5px;
    color: #fff
}

.template-blog .main-content .main-article .logo-article .article-image-overlay img {
    width: 30px
}

.template-blog .main-content .main-article .logo-article .button {
    display: none
}

.template-blog .main-content .main-article.blog--nav .spaced-section {
    padding: 40px 0
}

.template-blog .main-content .main-article.blog--nav .spaced-section h4 {
    text-transform: uppercase;
    font-family: var(--serif)
}

.template-blog .main-content .main-article.blog--nav .spaced-section ul {
    list-style-type: none;
    padding: 0
}

.template-blog .main-content .main-article.blog--nav .spaced-section ul li {
    margin-bottom: 10px;
    text-decoration: underline
}

@media(max-width: 1023px) {
    .template-blog .main-content {
        flex-direction: column
    }

    .template-blog .main-content .main-article,
    .template-blog .main-content .main-blog {
        width: 95%;
        margin: 0 auto;
        padding: 0
    }

    .template-blog .main-content .main-blog .section-content .articles .article {
        width: 47.5%;
        margin: 0
    }

    .template-blog .main-content .main-blog .section-content .articles .article .article-image {
        margin: 0
    }

    .template-blog .main-content .main-blog .section-content .articles .article .article-image .article-image-overlay {
        background: transparent
    }

    .template-blog .main-content .main-blog .section-content .articles .article .article-image .article-image-overlay .overlay-download-link {
        display: none !important
    }
}

.template-article .banner {
    background-color: var(--brand-cream)
}

.template-article .banner__text h1 {
    text-transform: uppercase;
    font-family: var(--serif);
    color: var(--heading-text)
}

.template-article .main-article .download-link {
    background-color: var(--header-bg);
    border-radius: 50px;
    color: #fff;
    padding: 13px 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-size: .875rem;
    height: 44px;
    line-height: 1.5
}

.template-article .main-article .reading-width {
    max-width: initial
}

.template-article .main-article .article-page-author-row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.template-article .main-article .article-image {
    width: 100%;
    margin: 0 auto
}

.template-article .content-products {
    margin-bottom: 0
}

.template-article .content-products .content-products__title {
    text-transform: uppercase;
    font-family: var(--serif);
    color: var(--heading-text)
}

.template-article .wide-next-prev .section-title-container,
.template-article .wide-next-prev h4 {
    font-family: var(--serif);
    text-transform: uppercase;
    color: var(--heading-text)
}

.template-article .wide-next-prev .feature-link {
    color: var(--heading-text)
}

#photos-amp-videos .main-blog .articles .article {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 2rem
}

#photos-amp-videos .main-blog .articles .article h4 {
    width: 100%;
    font-family: var(--serif);
    text-transform: uppercase
}

#photos-amp-videos .main-blog .articles .article .grid {
    margin: 1rem 0;
    width: 30%
}

#photos-amp-videos .main-blog .articles .article.video-article .grid {
    width: 47.5%
}

#photos-amp-videos .main-blog .articles .article.video-article .grid .article-image .rimage-wrapper {
    padding-top: 60% !important
}

! critical:start ! critical:end.template-collection .banner {
    z-index: -1
}

.template-collection .banner h1 {
    text-transform: uppercase;
    font-family: var(--serif);
    color: #fff
}

.template-collection .banner--bg-image {
    z-index: -1;
    min-height: 450px
}

.template-collection .banner--bg-image .banner-image {
    background-position: 50% 30%
}

/*.template-collection .spaced-section{margin-top:-100px}*/
.template-collection .section-content {
    padding: 75px 25px
}

.template-collection .section-content .collection-header {
    font-size: 14px
}

.template-collection .section-content .collection-header .collection-header__results {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px
}

.template-collection .section-content .collection-header .cc-select__btn {
    border: none;
    color: var(--brand-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    background-size: 20px;
    width: fit-content !important
}

.template-collection .section-content .collection-header .cc-select__option {
    color: var(--brand-gold);
    text-transform: uppercase
}

.template-collection .section-content .collection-header .collection-header__filter-btn {
    background-color: var(--brand-gold);
    border-radius: 50px;
    border: none;
    letter-spacing: 2px;
    padding: 10px 25px
}

.template-collection .section-content .collection-header .collection-header__filter-btn svg {
    margin: 0 !important
}

.template-collection .section-content .collection-header .collection-header__filter-btn svg circle {
    fill: var(--brand-gold)
}

.template-collection .section-content .collection-filters .side-drawer {
    color: #000
}

.template-collection .section-content .collection-filters .side-drawer .cc-price-range__input {
    border-color: gray
}

.template-collection .section-content .collection-filters .side-drawer .cc-price-range__bar-inactive {
    z-index: 0;
    background-color: #000
}

.template-collection .section-content .collection-filters .side-drawer .cc-price-range__control::after {
    background-color: #000
}

.template-collection .section-content .collection-filters .side-drawer .checkbox:checked+label::before,
.template-collection .section-content .collection-filters .side-drawer .checkbox:checked+label::after {
    border-color: var(--body-text)
}

.template-collection .section-content .collection-filters .side-drawer .radio:checked+label::after {
    background-color: var(--body-text)
}

@media(max-width: 767px) {
    .template-collection .section-content {
        padding: 30px 15px
    }
}

! critical:start ! critical:end.template-product .product-grid__detail h1 {
    color: var(--brand-gold);
    text-transform: uppercase;
    font-family: var(--serif);
    font-size: 2rem
}

.template-product .product-grid__detail .product-price {
    font-weight: 600;
    margin: 2rem 0
}

.template-product .product-grid__detail shopify-payment-terms {
    display: none
}

.template-product .product-grid__detail .js-product-form .qty-selector {
    border-radius: 50px;
    border-color: var(--brand-gold)
}

.template-product .product-grid__detail .js-product-form .qty-selector .textbutton,
.template-product .product-grid__detail .js-product-form .qty-selector .quantity {
    color: var(--brand-gold)
}

.template-product .product-grid__detail .js-product-form .product-add .button {
    border: none;
    border-radius: 50px;
    background-color: var(--brand-gold);
    letter-spacing: 2px;
    color: #fff;
    font-family: var(--sans)
}

.template-product .product-grid__detail .cc-accordion {
    border: none
}

.template-product .product-grid__detail .cc-accordion .cc-accordion-item {
    border-top: 2px solid currentColor
}

.template-product .product-grid__detail .cc-accordion .cc-accordion-item .cc-accordion-item__title {
    font-family: var(--sans)
}

.template-product .product-grid__detail .cc-accordion .cc-accordion-item:last-of-type {
    border-bottom: 2px solid currentColor
}

.template-product .product-grid__detail .label,
.template-product .product-grid__detail .product-qty label {
    font-family: var(--sans)
}

.template-product .iconOption__container {
    display: flex;
    flex-direction: column
}

.template-product .iconOption__container .iconText__wrapper {
    display: flex;
    align-items: center;
    margin: 2.5px 0
}

.template-product .iconOption__container .iconText__wrapper figure {
    padding: 10px;
    border: 1px solid var(--brand-gold);
    border-radius: 50%;
    margin: 0
}

.template-product .iconOption__container .iconText__wrapper figure img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    vertical-align: top
}

.template-product .iconOption__container .iconText__wrapper p {
    margin-bottom: 0
}

.template-product .iconOption__container .iconText__wrapper span {
    margin-left: .5rem
}

.template-product .load-all-thumbs-row.spaced-row-top.lightly-spaced-row-bottom {
    display: none
}

.template-product .product-photos .rimage-wrapper {
    padding-top: 100% !important
}

.template-404 .container h1 {
    text-transform: uppercase;
    font-family: var(--serif);
    color: var(--heading-text)
}

.template-404 .container .button {
    background-color: var(--header-bg);
    border-radius: 50px
}

.template-page .rte {
    font-family: var(--sans)
}

.template-page .rte h2 {
    text-transform: uppercase;
    font-family: var(--serif)
}

.template-page .banner__text h1 {
    text-transform: uppercase;
    font-family: var(--serif);
    font-size: calc(1.5rem + 3vw);
    min-width: 0vw
}

@media(min-width: 1200px) {
    .template-page .banner__text h1 {
        font-size: 3.75rem
    }
}

.template-page .banner--no-image h1 {
    color: var(--heading-text)
}

.template-page .banner {
    background-color: #fff
}

.template-page .banner--bg-image {
    z-index: -1;
    min-height: 450px
}

.template-page .banner--bg-image .banner-image {
    background-position: 50% 30%
}

.template-page .banner-candidate:last-of-type .banner__text {
    display: none
}

.template-page #shopify-section-template--15063989158068__16324192675968387b .rich-text,
.template-page #shopify-section-template--15064033624244__16324192675968387b .rich-text {
    padding-bottom: 20px
}

.template-page #shopify-section-template--15063989158068__16324192675968387b .rich-text .rte,
.template-page #shopify-section-template--15064033624244__16324192675968387b .rich-text .rte {
    padding: 3rem 0
}

.template-page .image-with-text {
    margin: 0;
    padding: 4rem 0
}

.template-page .image-with-text .image-with-text__layout-top {
    display: flex;
    flex-direction: column
}

@media(min-width: 768px) {
    .template-page .image-with-text .image-with-text__layout-top .column {
        width: 75%
    }
}

.template-page .image-with-text .image-with-text__layout-top .column .content {
    padding: 40px 0
}

.template-page #shopify-section-template--15142877626548__1637181422bb075567 .image-with-text__wrapper {
    margin-top: -150px
}

.template-page #shopify-section-template--15142877626548__1637181422bb075567 .image-with-text__wrapper .image-with-text__image {
    margin-top: 2rem
}

.template-page #shopify-section-template--15142877626548__163726977087b0db4a .rte {
    max-width: initial
}

.template-page #shopify-section-template--15063989158068__1632419332507fc1dd .image-with-text,
.template-page #shopify-section-template--15064033624244__1632419332507fc1dd .image-with-text {
    background-color: var(--brand-cream)
}

.template-page #shopify-section-template--15063989158068__163241959263129a88 .image-with-text,
.template-page #shopify-section-template--15064033624244__163241959263129a88 .image-with-text {
    background-color: var(--brand-gold)
}

.template-page #shopify-section-template--15063989190836__163242062610369feb .image-with-text,
.template-page #shopify-section-template--15064033886388__163242062610369feb .image-with-text {
    background-color: var(--brand-cream)
}

.template-page #shopify-section-template--15081023176884__faq,
.template-page #shopify-section-template--15085155614900__faq {
    margin-top: 0
}

.template-page .image-with-text--full-width {
    padding: 0
}

.template-page .image-with-text--full-width .image-with-text__title {
    font-size: calc(1.425rem + 2.1vw);
    min-width: 0vw
}

@media(min-width: 1200px) {
    .template-page .image-with-text--full-width .image-with-text__title {
        font-size: 3rem
    }
}

.template-page .faq-template-column-1 {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: -150px;
    background-color: #fff;
    padding: 1rem 5rem
}

.template-page .faq-template-column-1 .accordion__button {
    background: none;
    border: none;
    font-family: var(--serif);
    color: var(--heading-text);
    font-size: 1.5rem;
    padding: 1.5rem 0;
    text-align: left
}

.template-page .faq-template-column-1 dd {
    margin: 0
}

.template-page .faq-template-column-1 a {
    text-decoration: underline
}

.template-page [data-section-type=page-contact] .form__header {
    text-align: center;
    text-transform: uppercase;
    font-family: var(--serif);
    font-size: calc(1.375rem + 1.5vw);
    min-width: 0vw;
    color: var(--heading-text)
}

@media(min-width: 1200px) {
    .template-page [data-section-type=page-contact] .form__header {
        font-size: 2.5rem
    }
}

.template-page [data-section-type=page-contact] .form-image__wrapper {
    position: relative;
    width: fit-content;
    line-height: 0
}

.template-page [data-section-type=page-contact] .form-image__wrapper .form-image__text-overlay {
    color: var(--brand-gold);
    position: absolute;
    padding: 20px;
    background-color: #fff;
    top: 20px;
    right: 20px;
    max-width: 400px;
    font-size: 1.25rem;
    width: 100%;
    line-height: 1.5
}

.template-page [data-section-type=page-contact] .form-image__wrapper .form-image__text-overlay p {
    margin: 0;
    overflow-wrap: anywhere
}

.template-page [data-section-type=page-contact] .general-form {
    max-width: initial;
    background-color: var(--brand-cream)
}

.template-page [data-section-type=page-contact] .general-form .form__header-wrapper {
    position: relative;
    margin-bottom: 50px
}

.template-page [data-section-type=page-contact] .general-form .form__header-wrapper .form__header {
    background-color: var(--brand-gold);
    padding: 20px 0;
    color: #fff;
    margin: 0
}

.template-page [data-section-type=page-contact] .general-form .form__header-wrapper .downArrow {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border: 30px solid transparent;
    border-top-color: var(--brand-gold);
    max-width: 10px;
    margin: 0 auto
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 2rem
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form .row_contact_header {
    display: none
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody tr {
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_first_name,
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_phone_number,
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_delivery_addr_street,
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_submit,
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody #lead_phone_number {
    width: 100%
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_first_name #lead_phone_number_extension,
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_phone_number #lead_phone_number_extension,
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_delivery_addr_street #lead_phone_number_extension,
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_submit #lead_phone_number_extension,
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody #lead_phone_number #lead_phone_number_extension {
    width: 150px
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_company,
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_event_style,
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_email_address,
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_guest_count {
    width: 50%
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_details_header {
    display: none !important
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_availbility {
    margin: 1rem 0
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_event_description {
    width: 70%
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_event_date {
    width: 33%
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_event_date #event_date_label::after {
    content: "*";
    color: #ed1c24;
    margin-left: 5px
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_delivery_addr_city,
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_delivery_addr_state,
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_delivery_addr_zip {
    width: 30%
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_referred_by {
    width: 40%;
    margin-bottom: auto
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form td {
    width: 100%;
    border: none
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form td label {
    font-family: var(--sans)
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form td input,
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form td select,
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form td textarea {
    height: initial;
    color: var(--heading-text);
    border-color: #afafaf;
    width: 100%
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form td input:focus,
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form td select:focus,
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form td textarea:focus {
    border-color: var(--brand-gold)
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form td input[type=text],
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form td input[type=tel],
.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form td textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form #lead_form_submit .button {
    font-family: var(--sans);
    background-color: var(--brand-gold);
    border: none;
    outline: none;
    color: #fff;
    width: fit-content;
    margin-top: 1rem
}

.template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form #lead_form_submit a {
    display: none
}

.template-page [data-section-type=page-contact] .general-form #tsLeadSuccessMessage {
    padding: 0 20px;
    text-transform: uppercase;
    font-family: var(--serif)
}

.template-page [data-section-type=page-contact] .general-form>p {
    padding: 0 20px
}

@media(max-width: 767px) {
    .template-page .faq-template-column-1 {
        padding: 1rem 2rem;
        margin-top: 0
    }

    .template-page #shopify-section-template--15063989158068__16324192675968387b .rich-text,
    .template-page #shopify-section-template--15064033624244__16324192675968387b .rich-text {
        padding-bottom: 40px
    }

    .template-page #shopify-section-template--15063989158068__16324192675968387b .rich-text .rte,
    .template-page #shopify-section-template--15064033624244__16324192675968387b .rich-text .rte {
        margin: 1rem auto;
        padding: 0
    }

    .template-page .image-with-text {
        padding: 0
    }

    .template-page #shopify-section-template--15063989190836__16324200267eca2b71 .image-with-text__inner,
    .template-page #shopify-section-template--15064033886388__16324200267eca2b71 .image-with-text__inner,
    .template-page .image-with-text--full-width .image-with-text__inner {
        margin-top: 0
    }

    .template-page #shopify-section-template--15063989190836__16324200267eca2b71 .image-with-text__wrapper,
    .template-page #shopify-section-template--15064033886388__16324200267eca2b71 .image-with-text__wrapper,
    .template-page .image-with-text--full-width .image-with-text__wrapper {
        padding: 0;
        margin: 0 auto
    }

    .template-page .image-with-text__wrapper {
        padding: 2rem 1rem;
        margin: 0 auto
    }

    .template-page .image-with-text__wrapper .half {
        width: 100%;
        margin: 0
    }

    .template-page .image-with-text__inner {
        background-color: inherit !important
    }

    .template-page .image-with-text__inner .image-with-text__text {
        background-color: #fff
    }

    .template-page [data-section-type=page-contact] .form__header {
        font-size: 1.4rem
    }

    .template-page [data-section-type=page-contact] .form-image__wrapper .form-image__text-overlay {
        position: static;
        padding: 20px 0
    }

    .template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form {
        width: 95%
    }

    .template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_email_address,
    .template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_event_description,
    .template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_delivery_addr_city,
    .template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_guest_count,
    .template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_referred_by,
    .template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_event_style {
        width: 100%
    }

    .template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_phone_number {
        justify-content: flex-start
    }

    .template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_phone_number td {
        width: 50%
    }

    .template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_phone_number .extension {
        width: 35%
    }

    .template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_delivery_addr_state,
    .template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody .row_delivery_addr_zip {
        width: 50%
    }

    .template-page [data-section-type=page-contact] .general-form #tripleseat_embed_form tbody label {
        font-size: 14px
    }
}

#all-the-recipes [data-section-type=newsletter] {
    display: flex;
    width: 80%;
    margin: 25px auto 0;
    column-gap: 4rem;
    align-items: center
}

#all-the-recipes [data-section-type=newsletter] .section-gallery {
    width: 40%
}

#all-the-recipes [data-section-type=newsletter] .section-gallery .spaced-section-sm {
    margin: 0
}

#all-the-recipes [data-section-type=newsletter] .section-gallery .spaced-section-sm .ImageGallery__Header {
    margin: 0
}

#all-the-recipes [data-section-type=newsletter] .section-gallery .rimage-wrapper {
    padding-top: 0 !important
}

#all-the-recipes [data-section-type=newsletter] .section-gallery .rimage-wrapper .rimage__image {
    position: relative
}

#all-the-recipes [data-section-type=newsletter] .newsletter {
    width: 60%;
    height: 100%
}

#all-the-recipes .general-form {
    max-width: initial;
    background-color: var(--brand-cream);
    height: 100%
}

#all-the-recipes .general-form .form__header-wrapper {
    position: relative;
    margin-bottom: 50px
}

#all-the-recipes .general-form .form__header-wrapper .form__header {
    background-color: var(--brand-gold);
    padding: 20px 0;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--serif);
    margin: 0
}

#all-the-recipes .general-form .form__header-wrapper .downArrow {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border: 30px solid transparent;
    border-top-color: var(--brand-gold);
    max-width: 10px;
    margin: 0 auto
}

#all-the-recipes .general-form .newsletter__heading {
    font-family: var(--sans);
    text-transform: uppercase;
    color: var(--body-text)
}

#all-the-recipes .general-form #mc_embed_signup {
    width: 80%;
    margin: 0 auto
}

#all-the-recipes .general-form #mc_embed_signup #mc_embed_signup_scroll {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    flex-direction: column
}

#all-the-recipes .general-form #mc_embed_signup .email {
    width: 100%;
    font-family: var(--sans);
    height: 60px
}

#all-the-recipes .general-form #mc_embed_signup input {
    padding: 0px .4em
}

#all-the-recipes .general-form #mc_embed_signup input::placeholder {
    text-transform: uppercase;
    letter-spacing: 1.5px
}

#all-the-recipes .general-form #mc_embed_signup .button {
    background-color: var(--header-bg);
    border-radius: 50px;
    color: #fff;
    padding: 13px 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-size: .875rem;
    height: 44px;
    line-height: 1.5;
    width: fit-content;
    margin-left: 10px
}

#all-the-recipes .general-form #mc_embed_signup.first {
    display: none
}

@media(max-width: 767px) {
    #all-the-recipes [data-section-type=newsletter] {
        flex-direction: column;
        width: 95%
    }

    #all-the-recipes [data-section-type=newsletter] .section-gallery {
        width: 100%
    }

    #all-the-recipes [data-section-type=newsletter] .newsletter {
        width: 100%;
        margin: 0
    }

    #all-the-recipes [data-section-type=newsletter] .signup-section #mc_embed_signup {
        width: 90%
    }

    #all-the-recipes [data-section-type=newsletter] .signup-section #mc_embed_signup .button {
        padding: 13px 7px;
        margin-left: 0;
        letter-spacing: 0
    }

    #all-the-recipes [data-section-type=newsletter] .signup-section #mc_embed_signup #mc_embed_signup_scroll {
        flex-direction: column
    }

    #all-the-recipes [data-section-type=newsletter] .signup-section .container {
        margin: 0
    }

    #all-the-recipes [data-section-type=newsletter] .rte {
        font-size: 14px
    }
}

#download-recipes .wrapper {
    margin-top: 2rem;
    padding-bottom: 2rem;
    background-color: var(--brand-cream)
}

#download-recipes .wrapper .download-recipes__container {
    display: flex;
    justify-content: space-between;
    padding: 0 2rem
}

#download-recipes .wrapper .download-recipes__container .download-recipes__image-link {
    width: 47.5%
}

#download-recipes .wrapper .download-recipes__container .download-recipes__image-link a {
    display: flex;
    flex-direction: column;
    align-items: center
}

#download-recipes .wrapper .download-recipes__container .download-recipes__image-link a span {
    padding: 14px 28px;
    background-color: var(--brand-red);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: underline;
    border-radius: 50px;
    margin-bottom: 1rem
}

#download-recipes .wrapper .download-recipes__container .download-recipes__image-link a span:hover {
    filter: brightness(1.1)
}

#download-recipes .wrapper .download-recipes__container .download-recipes__image-link a img:hover {
    filter: brightness(1.1)
}

#download-recipes .wrapper .download-recipes__container .download-recipes__video {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 47.5%
}

#download-recipes .wrapper .download-recipes__container .download-recipes__video h3 {
    font-family: var(--serif);
    text-transform: uppercase;
    text-align: center;
    color: var(--heading-text);
    padding: 12px 0;
    margin-bottom: 1rem
}

@media(max-width: 767px) {
    #download-recipes .wrapper .download-recipes__container {
        flex-direction: column
    }

    #download-recipes .wrapper .download-recipes__container .download-recipes__image-link,
    #download-recipes .wrapper .download-recipes__container .download-recipes__video {
        width: 100%;
        margin: 1rem 0
    }
}

#download-recipes .wrapper .form__header-wrapper {
    position: relative;
    margin-bottom: 50px
}

#download-recipes .wrapper .form__header-wrapper .form__header {
    background-color: var(--brand-gold);
    padding: 20px 0;
    color: #fff;
    margin: 0;
    font-family: var(--serif);
    text-transform: uppercase;
    text-align: center
}

#download-recipes .wrapper .form__header-wrapper .downArrow {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border: 30px solid transparent;
    border-top-color: var(--brand-gold);
    max-width: 10px;
    margin: 0 auto
}

#contact-us .general-form form {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 2rem
}

#contact-us .general-form form .large_form label {
    display: none
}

div.timeselect {
    width: fit-content !important
}

@media(max-width: 767px) {
    div.timeselect {
        max-width: 150px !important
    }
}

.template-cart .banner {
    min-height: 250px
}

.template-cart .banner h1 {
    text-transform: uppercase;
    font-family: var(--serif);
    color: var(--heading-text)
}

.template-cart .spaced-section {
    margin-top: 0
}

.template-cart .spaced-section .section-content {
    background-color: var(--brand-cream);
    padding: 2rem
}

.template-cart .spaced-section .section-content h2 {
    font-family: var(--sans)
}

.template-cart .spaced-section .update,
.template-cart .spaced-section .continue {
    background-color: var(--header-bg);
    border-radius: 50px;
    color: #fff;
    padding: 13px 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-size: .875rem;
    height: 44px;
    line-height: 1.5
}

.template-cart .spaced-section .update:focus,
.template-cart .spaced-section .continue:focus {
    outline: -webkit-focus-ring-color auto 1px
}

.template-cart .spaced-section .continue {
    background-color: var(--brand-red)
}

.template-cart .spaced-section .under-cart span {
    font-family: var(--serif)
}

.template-cart .spaced-section .under-cart .button {
    background-color: var(--header-bg);
    border-radius: 50px
}

@media(max-width: 767px) {
    .template-cart .update-continue {
        display: flex;
        flex-direction: column
    }
}

.template-search .banner {
    min-height: 250px
}

.template-search .banner h1 {
    text-transform: uppercase;
    font-family: var(--serif);
    color: var(--heading-text)
}

.template-search .spaced-section {
    margin: 0
}

.template-search .spaced-section .button {
    background-color: var(--header-bg);
    border-radius: 50px;
    font-family: var(--sans)
}

.template-search .spaced-section .grid--row-gutters {
    margin-bottom: 0
}

.template-search .spaced-section .lightly-spaced-row p {
    margin: 10px 0 0 0
}

.header-search .side-drawer__close-btn svg {
    color: var(--body-text)
}

.header-search .header-search__content input,
.header-search .header-search__content input::placeholder {
    color: var(--body-text);
    font-family: var(--sans)
}

.header-search .header-search__content h2 {
    font-family: var(--serif);
    color: var(--heading-text);
    text-transform: uppercase
}

.header-search .header-search__content .input-with-clear__clear {
    opacity: 1;
    color: var(--body-text)
}

.header-search .header-search__content .button {
    border-color: var(--header-bg);
    background-color: var(--header-bg);
    border-radius: 50px;
    color: #fff;
    font-family: var(--sans)
}

.header-search .header-search__content .search-result__title {
    font-family: var(--serif);
    color: var(--brand-gold);
    text-transform: uppercase
}

.header-search .header-search__content .search-result__price {
    color: #afafaf
}

.template-customer-area #main {
    padding: 3rem 0
}

.template-customer-area .general-form {
    background-color: var(--brand-cream)
}

.template-customer-area .general-form .form__header-wrapper {
    position: relative;
    margin-bottom: 50px
}

.template-customer-area .general-form .form__header-wrapper .form__header {
    background-color: var(--brand-gold);
    padding: 20px 0;
    color: #fff;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--serif)
}

.template-customer-area .general-form .form__header-wrapper .downArrow {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border: 30px solid transparent;
    border-top-color: var(--brand-gold);
    max-width: 10px;
    margin: 0 auto
}

.template-customer-area .general-form form {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 2rem
}

.template-customer-area .banner {
    min-height: 250px;
    padding-right: 0;
    padding-left: 0
}

.template-customer-area .banner .banner__text {
    position: relative
}

.template-customer-area .banner .banner__text a {
    background-color: var(--header-bg);
    border-radius: 50px;
    color: #fff;
    padding: 13px 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-size: .875rem;
    height: 44px;
    line-height: 1.5
}

.template-customer-area .banner h1 {
    text-transform: uppercase;
    font-family: var(--serif);
    color: var(--heading-text)
}

.template-customer-area .container {
    margin: 0 auto
}

.template-customer-area .container .button {
    background-color: var(--header-bg);
    border-radius: 50px;
    color: #fff
}

.template-customer-area .container label {
    color: var(--heading-text)
}

.template-customer-area.template-customers-account #customer_sidebar #customer_detail * {
    font-family: var(--sans)
}

.template-customer-area #add_address {
    font-family: var(--sans)
}

.template-customer-area #add_address #add_address_title {
    font-family: var(--sans)
}

.template-customer-area #add_address .address-form-wrapper {
    width: 80%;
    margin: 0 auto
}

.template-customer-area label,
.template-customer-area input,
.template-customer-area select {
    font-family: var(--sans)
}

#challenge .shopify-challenge__container {
    padding: 5rem 0
}

#challenge .shopify-challenge__container .btn {
    background-color: var(--header-bg);
    border-radius: 50px
}

@media(max-width: 767px) {
    .template-customer-area .container {
        margin: 0 20px
    }

    .template-customer-area .banner {
        min-height: 200px
    }

    .template-customer-area.template-customers-register .action_bottom {
        flex-direction: column
    }

    .template-customer-area.template-customers-register .action_bottom button {
        margin-bottom: 1rem
    }
}

/*# sourceMappingURL=customtheme.css.map*/
.template-collection .spaced-section {
    margin: 0;
}