/** Shopify CDN: Minification failed

Line 515:9 Expected identifier but found whitespace
Line 515:10 Unexpected "1.5rem"

**/
:root {
    --primary: #f58772;
    --primary-active: #c75f48;
    --secondary: #477159;
    --secondary--active: #375845;
    --secondary--disabled: #c7d0c2;
    --cream: #f2e9db;
    --cream-active: #f2e9db;
    --light: #fcfaee;
    --dark: #23201f
}

.contained {
    -webkit-box-sizing: initial;
    box-sizing: initial;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width:980px) {
    .contained {
        padding-left: 30px;
        padding-right: 30px
    }
}

.main-content {
    padding-top: 138px
}

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

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

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

.slick-list:focus {
    outline: none
}

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

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

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    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
}

.pint-shop__main,
.pint-shop__sidebar {
    width: 100%
}

.pint-shop__sidebar {
    position: relative
}

.pint-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); 
    margin: 2rem 0;
    row-gap: 3rem
}

.collection-template img, .product-card__image {
  border-radius: 10px; /* HARMLESS STUDIO added 10.20.22 to round product photo edges */
}

.pint-shop-header {
  display: none; /* HARMLESS STUDIO added 10.20.22 to remove extra padding between scoop shop h1 and content */
}

@media (min-width:768px) {
    .pint-wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (min-width:982px) {
    .pint-wrap {
        margin-top: 0
    }
}

@media (min-width:1140px) {
    .pint-wrap {
        gap: 3rem 2rem /*HARMLESS STUDIO ADJUSTED 8.20.22 to add padding between pint shop grid rows*/
    }
}

.pint-shop {
    margin-bottom: 3rem
}

@media (min-width:982px) {
    .pint-shop {
        display: grid;
        gap: 2rem;
        grid-template-columns: 1fr 2fr
    }
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s
}

.pint-shop-content {
    margin-top: 1.25rem
}

.pint-shop-content__title {
    font-size: 1.5rem;
    line-height: 1.25
}

.pint-shop-content__overview {
    font-size: 1rem;
    line-height: 1.5
}

.pint-shop-content--desktop {
    display: none
}

@media (min-width:982px) {
    .pint-shop-content--desktop {
        display: block
    }

    .pint-shop-content--mobile {
        display: none
    }
}

.page-header__title {
    font-size: 2.125rem;
    line-height: 1.15;
    /* margin-bottom: 2.5rem Harmless Studio removed 11.23.22 to reduce spacing under headline */
}

@media (min-width:982px) {
    .page-header__title {
        font-size: 3.125rem
    }
}

.page-header--text-primary,
.text-primary {
    color: var(--primary)
}

.page-header--text-secondary,
.text-secondary {
    color: var(--secondary)
}

.page-header--text-black,
.text-black {
    color: var(--black)
}

.shopify-section:first-child>.page-header {
    padding-top: 4rem; /* HARMLESS STUDIO increased from 2rem to 4rem 11.23.22 */
    padding-bottom: 2rem; /* HARMLESS STUDIO added 11.23.22 */
}

.page-header .breadcrumbs,
.page-header--alignment-left {
    text-align: left
}

.page-header--alignment-right {
    text-align: right
}

.page-header--alignment-center {
    text-align: center
}

.section-header {
    margin: 2rem 0;
    border-bottom: 1px solid var(--button-color); /* HARMLESS STUDIO added 10.20.22 */ 
    padding-bottom: 20px; /* HARMLESS STUDIO added 10.20.22 */
}

.section-header,
.section-header__title {
    position: relative
}

.section-header__title {
    background: var(--light);
    display: inline-block;
    font-size: 1.875rem;
    line-height: 1;
    padding-right: 1rem;
    z-index: 10
}

.section-header__divider {
    display: none; /*HARMLESS STUDIO added 10.20.22*/
    background: currentcolor;
    bottom: .5rem;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0
}

.section-header__description {
    max-width: 36rem;
    padding-bottom: 1rem;
    padding-top: .5rem
}

.section-header__description,
.section-header__description p {
    line-height: 1.25
}

.page-404-wrapper {
    font-size: 1.5em;
    padding-bottom: 2rem
}

.page-404-wrapper h2 {
    color: #f58772;
    font-weight: 700
}

.hero em {
    font-family: Gooper
}

.hero.hero--home,
.home-section .hero {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100; /* HARMLESS STUDIO was auto */
    overflow: hidden;
    position: relative
}

@media (min-width:982px) {

    .hero.hero--home,
    .home-section .hero {
        height: calc(100vh - 140px)
    }
}

.hero.hero--home .wrapper,
.home-section .hero .wrapper {
    padding-top: 2rem
}

#hero-pint-club .hero.hero--home .wrapper,
#hero-pint-club .home-section .hero .wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width:982px) {

    .hero.hero--home .wrapper,
    .home-section .hero .wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        justify-content: flex-end
    }
}

.hero.hero--home .headline-content,
.home-section .hero .headline-content {
    padding: 2rem 0;
    text-align: left;
    width: 40%
}

@media (max-width:980px) {

    .hero.hero--home .headline-content,
    .home-section .hero .headline-content {
        text-align: center;
        width: 100%
    }
}

#hero-pint-club .hero.hero--home .headline-content,
#hero-pint-club .home-section .hero .headline-content {
    text-align: right
}

.hero.hero--home h2,
.home-section .hero h2 {
    color: $colorBodyAlt;
    font-size: 3.75em;
    font-weight: 300;
    line-height: 1.25;
    margin: 0;
    text-transform: none
}

@media (max-width:981px) {

    .hero.hero--home .wrapper,
    .home-section .hero .wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }

    .hero.hero--home .display-table-cell,
    .home-section .hero .display-table-cell {
        float: none;
        padding: 0
    }

    .hero.hero--home h2,
    .home-section .hero h2 {
        font-size: 3.1em;
        font-weight: 300
    }
}

/* @media screen and (max-width:425px) {

    #shopify-section-pint-club .hero.hero--home,
    #shopify-section-pint-club .home-section .hero {
        background-position: 100%
    }

    #shopify-section-catering .hero.hero--home,
    #shopify-section-catering .home-section .hero {
        background-position: 40%
    }

    .hero.hero--home .wrapper,
    .home-section .hero .wrapper {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding-top: 95px
    }

    .hero.hero--home .hero-headline,
    .home-section .hero .hero-headline {
        text-align: center
    }
} */

@media (min-width:100px) { /*WAS982*/ /*HARMLESS STUDIO changed to 100 11.10.22 */
    .hero__background {
        bottom: 0;
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom;
        object-position: bottom;
        position: absolute;
        right: 0
    }
}

.hero__buttons {
    margin: 1.5rem auto 0; /*CENTERED*/
    max-width: 280px;
  /*margin-left: 0; ADDED*/
}

.hero__buttons .button { /*ADDED*/
    display: block; /*ADDED*/
    font-size: 1.25rem; /*ADDED*/
    text-align: center /*ADDED*/
} /*ADDED*/

.hero__buttons:first-child {
    margin-top: 0
}

@media (min-width:982px) {
    .hero__buttons {
        margin-left: 0;
        margin-top: 3rem
    }
}

@media (min-width:981px) .hero__buttons {
  margin: 1.5rem 0 0; /*LEFT ALIGNED*/
}


.hero__buttons .button {
    display: block;
    font-size: 1.25rem;
    text-align: center
}

.hero__buttons .button+.button {
    margin-left: 0;
    margin-top: .75rem
}

.hero__background--desktop {
    display: none
}

@media (min-width:981px) { /*WAS982*/
   .hero__background--desktop {
        display: block
    }

    .hero__background--mobile {
        display: none
    }
}

.hero.hero--home {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.hero.hero--home .wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0
}

.site-header>.wrapper {
    position: static
}

@media (min-width:982px) {/*WAS982*/
    .site-header .wrapper {
        margin: 0 1rem;
        max-width: 1400px;
        position: relative
    }

    .mobile-cart-button {
        display: none
    }
}

@media (max-width:1400px) {
    .site-header .wrapper {
        margin-left: 50px;
        margin-right: 50px
    }
}

@media (min-width:1401px) {
    .site-header .wrapper {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:981px) /*WAS982*/ and (max-width:1100px) {
    .site-header__logo img {
        width: 130px
    }
}

@media (max-width:981px) {

    .site-header__logo,
    .site-header__logo img {
        width: 150px
    }

    #mobile-cart {
        float: none;
        position: absolute;
        right: 1rem
    }

    .lines-button {
        position: absolute;
        top: 10px !important
    }
}

#count,
[data-cart-item-count] {
    display: block;
    left: 0;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100%
}

.nav-bar li.btn__account .icon,
.nav-bar li.btn__cart .icon {
    height: 28px;
    left: 0;
    position: relative;
    top: 0;
    width: 22px
}

.nav-bar li.btn__cart .mobile-cart-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 45px;
    justify-content: center;
    width: 45px
}

.nav-bar li.btn__cart svg {
    left: 0;
    top: 0
}

@media (max-width:980px) {
    .nav-bar .site-nav .site-nav__dropdown li>a {
        font-size: 1.875rem
    }

    .mobile-cart-button .icon,
    .nav-bar .site-nav li.btn__account .icon,
    .nav-bar .site-nav li.btn__cart .icon {
        display: block;
        height: 28px;
        margin-top: 0;
        position: relative;
        top: 0
    }

    .nav-bar li.btn__cart svg {
        top: 0
    }

    .nav-bar .site-nav li.btn__cart .text {
        margin-top: 10px;
        width: 100%
    }
}

.scoop-shop-section {
    gap: 2rem;
    margin-bottom: 8rem;
      margin-top: 4.5rem; /*HARMLESS STUDIO ADJUSTED 8.20.22 to add padding between below scoop shop h1*/
}

.scoop-shop-section .rte {
    font-size: 1.125rem
}

.scoop-shop-section__products .product-grid {
    display: grid;
    gap: 3rem 1rem; /*HARMLESS STUDIO ADJUSTED 8.20.22 to add padding between scoop shop grid rows*/
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0
}

@media (min-width:768px) {
    .scoop-shop-section__products .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (min-width:982px) {
    .scoop-shop-section__products .product-grid {
        gap: 3rem 2rem; /*HARMLESS STUDIO ADJUSTED 8.20.22 to add padding between scoop shop grid rows*/
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (min-width:1100px) {
    .scoop-shop-section__products .product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

.product-grid {
    list-style: none;
    margin: 0;
    padding: 0
}

:root {
    --alpha-link: 1;
    --color-link: #e68d79;
    --color-link-active: #477159
}

.rte:after {
    clear: both;
    content: "";
    display: block
}


.rte p {
    margin: 1rem 0 
}



.rte>p:first-child {
    margin-top: 0
}

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

.rte table {
    table-layout: fixed
}

@media screen and (min-width:750px) {
    .rte table td {
        padding-left: 1.2rem;
        padding-right: 1.2rem
    }
}

.rte img {
    height: auto;
    max-width: 100%
}

.rte ul {
    padding-left: 2rem
}

.rte li {
    list-style: inherit
}

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

.rte a {
    color: var(--color-link);
    text-decoration: underline;
    text-decoration-thickness: .1rem;
    text-underline-offset: .1rem;
    -webkit-transition: text-decoration-thickness var(--duration-short) ease;
    -o-transition: text-decoration-thickness var(--duration-short) ease;
    transition: text-decoration-thickness var(--duration-short) ease
}

.rte a:hover {
    color: var(--color-link-active);
    text-decoration-thickness: .2rem
}

.rte blockquote {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.rte blockquote>* {
    margin: -.5rem 0
}

.nav-bar li.site-nav__item--order {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.nav-bar li.site-nav__item--order,
.nav-bar li.site-nav__item--order:focus,
.nav-bar li.site-nav__item--order:focus-visible,
.nav-bar li.site-nav__item--order:hover {
    border: 0 !important
}

@media (min-width:982px) {
    .nav-bar li.site-nav__item--order {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .nav-bar li.site-nav__item+li[class*=btn] {
        margin-left: 1rem
    }

    .nav-bar li[class*=btn] {
        margin-left: .5rem;
        margin-right: .5rem
    }
}

.nav-bar li.site-nav__item--order>.site-nav__link {
    border-color: var(--light);
    border-width: 2px !important;
    color: var(--light);
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-transform: none;
    width: 100%
}

.nav-bar li.site-nav__item--order>.site-nav__link:focus,
.nav-bar li.site-nav__item--order>.site-nav__link:focus-visible,
.nav-bar li.site-nav__item--order>.site-nav__link:hover {
    background-color: var(--secondary--active) !important;
    border-color: var(--secondary--active) !important;
    color: var(--light) !important
}

@media (min-width:982px) {
    .nav-bar li.site-nav__item--order>.site-nav__link {
        background-color: transparent;
        border-color: var(--primary);
        color: var(--primary);
        font-weight: 700 !important;
        padding-bottom: .5rem;
        padding-top: .5rem;
        text-transform: uppercase;
        width: auto
    }

    .nav-bar #AccessibleNav>li.site-nav--has-dropdown>.site-nav__link {
        padding-left: .25rem
    }
}

@media (min-width:1140px) {

    .nav-bar #AccessibleNav>li.site-nav--has-dropdown>.site-nav__link,
    .nav-bar .site-nav__link {
        padding-left: .8rem;
        padding-right: .8rem
    }
}

@media (min-width:1300px) {
    .nav-bar .site-nav__link {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.breadcrumbs__item+.breadcrumbs__item {
    margin-left: .25rem
}

.breadcrumbs__link[aria-current=page] {
    color: var(--primary) !important
}

.single-pint {
    height: 100%;
    padding-bottom: 45px;
    position: relative
}

.single-pint .controls-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.single-pint__image {
    margin-bottom: .75rem;
    position: relative
}

.single-pint__image:before {
    content: "";
    display: block;
    padding-top: 150% /* HARMLESS STUDIO 10.20.22 adjusted aspect ratio of photo */
} 

.single-pint__image>img {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

.single-pint__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: none
}

.single-pint__price {
    margin-bottom: 1rem
}

.single-pint__header {
    color: var(--secondary);
    text-align: left
}

.single-pint__header:focus-visible,
.single-pint__header:hover {
    color: var(--black)
}

.single-pint__actions {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0
}

.pint-modal__controls,
.single-pint__actions {
    grid-gap: .5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    text-align: center
}

.pint-modal__controls .atc-button,
.single-pint__actions .atc-button {
    display: block;
    width: 100%
}

.pint-modal__controls .button,
.pint-modal__controls li.site-nav__item--order>.site-nav__link,
.single-pint__actions .button,
.single-pint__actions li.site-nav__item--order>.site-nav__link {
    padding-left: .5rem;
    padding-right: .5rem;
    width: 100%
}

.pint-modal {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.pint-modal__inner {
    border-radius: .5rem;
    position: relative
}

.pint-modal__content,
.pint-modal__controls {
    padding: 1.5rem
}

.pint-modal__content {
    background: #fff;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: calc(100vh - 240px);
    max-width: 450px;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width:800px) {
    .pint-modal__content {
        bottom: 25px;
        left: 25px;
        max-height: calc(100% - 50px);
        padding: 1rem;
        right: 25px;
        text-align: center;
        top: 25px
    }
}

.pint-modal__content .inner-close {
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0
}

.pint-modal__content .scoop-image {
    display: block;
    height: 210px;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 260px
}

.pint-modal__content .pint-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 15px
}

.pint-modal__content p {
    margin: 15px 0
}

.pint-modal__close {
    z-index: 1000
}

.pint-modal__controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center
}

.pint-modal__controls:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background-image: -o-linear-gradient(bottom, #fff, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    bottom: calc(100% - 2px);
    content: "";
    display: block;
    height: 3rem;
    left: 0;
    position: absolute;
    right: 0
}

.pint-modal__controls .atc-button {
    min-width: 123px
}

.pint-modal__controls .quantity-controls+.button {
    margin-left: .5rem
}

@media (min-width:1140px) {
    .pint-modal__content {
        padding-bottom: 7rem
    }
}

.pint-shop-cart {
    background: var(--secondary, #387257);
    border-radius: 8px;
    color: var(--light);
    font-size: 1rem;
    padding: 1rem;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.pint-shop-cart__outer {
    min-height: 137px;
    position: sticky;
    top: 30px
}

.pint-shop-cart__message {
    font-size: .875rem;
    line-height: 1.15;
    text-align: left
}

.pint-shop-cart--disabled {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none
}

.pint-shop-cart__header {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .5rem;
    text-transform: uppercase
}

.pint-shop-cart__actions {
    margin-top: 2rem
}

.pint-shop-cart__actions form {
    margin-top: 0 !important
}

.pint-shop-cart__subtotal {
    font-weight: 700;
    margin-top: 2rem
}

.pint-shop-cart ul {
    list-style: disc
}

.pint-shop-cart__icon {
    height: 1.5rem;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    width: 1.5rem
}

.pint-shop-cart__icon svg {
    stroke: currentcolor;
    display: block;
    height: 100%;
    width: 100%
}

.quantity-controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 40px
}

.quantity-controls button {
    display: block;
    height: 27px;
    width: 27px
}

.quantity-controls .at-min {
    opacity: .3
}

.quantity-controls .quantity {
    font-size: 18px;
    font-weight: 700;
    padding: 2px 15px 0
}

:root {
    --button-color: #477159;
    --button-color--active: #335240
}

.button,
li.site-nav__item--order>.site-nav__link {
    border: 1px solid var(--button-color);
    border-radius: 7px;
    display: inline-block;
    font-size: .875rem;
    font-weight: 400;
    padding: .5rem 1.5rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle
}

.button[disabled],
li.site-nav__item--order>.site-nav__link[disabled] {
    background: #efefef !important;
    border-color: #efefef !important;
    color: #888 !important;
    cursor: not-allowed;
    opacity: .75
}

.button+.button,
li.site-nav__item--order>.site-nav__link+.button {
    margin-left: .5rem
}

.button-primary {
    background: var(--button-color);
    color: #fff
}

.button-primary[disabled] {
    background-color: var(--secondary--disabled) !important;
    border-color: var(--secondary--disabled) !important;
    color: #fff !important
}

.button--large {
    font-size: 1.125rem;
    letter-spacing: .1em
}

.button-primary:focus-visible,
.button-primary:hover {
    background: var(--button-color--active);
    color: #fff
}

.button-secondary,
li.site-nav__item--order>.site-nav__link {
    background: transparent;
    color: var(--button-color)
}

.button-secondary:focus-visible,
.button-secondary:hover,
li.site-nav__item--order>.site-nav__link:focus-visible,
li.site-nav__item--order>.site-nav__link:hover {
    background: var(--button-color--active);
    color: #fff
}

/* .button-black {
    border: 1px solid #000;
    color: #000
} */ /* HARMLESS STUDIO REMOVED 11.9.22 */

.button-black:focus,
.button-black:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff
}

.button__decoration {
    display: inline-block;
    font-family: sans-serif;
    margin-left: .5rem;
    vertical-align: middle
}

.bg-secondary .button-secondary,
.bg-secondary li.site-nav__item--order>.site-nav__link {
    background: transparent;
    border-color: var(--light);
    color: var(--light)
}

.bg-secondary .button-secondary:focus-visible,
.bg-secondary .button-secondary:hover,
.bg-secondary li.site-nav__item--order>.site-nav__link:focus-visible,
.bg-secondary li.site-nav__item--order>.site-nav__link:hover {
    background: var(--light);
    color: var(--secondary)
}

.button__loading-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: inherit;
    border-radius: inherit;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.button__loading-icon path {
    fill: var(--light)
}

.button[disabled] .button__loading-icon {
    background-color: #efefef
}

.button[disabled] .button__loading-icon path {
    fill: var(--secondary)
}

.product-gallery__wrap {
    display: block;
    margin-bottom: .5rem !important;
    position: relative;
    width: 100%
}

.product-gallery__wrap:after {
    content: "";
    display: block;
    padding-bottom: 66%
}

.product-gallery__carousel {
    height: 100%;
    margin: 0;
    min-height: 0;
    min-width: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.product-gallery__carousel .slick-slide,
.product-gallery__carousel .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-gallery__carousel .slick-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    height: auto;
    justify-content: center
}

.product-gallery__carousel,
.product-gallery__carousel .slick-list,
.product-gallery__carousel .slick-track {
    height: 100%
}

.product-gallery__carousel .slick-slide img {
    /*height: auto; HARMLESS STUDIO silenced 11.23.22 to accommodate rounded corners on product images*/
    /*margin-left: auto; HARMLESS STUDIO silenced 11.23.22 to accommodate rounded corners on product images*/
    /*margin-right: auto; TEST*/
    max-height: 100%;
    /*-o-object-fit: contain;  HARMLESS STUDIO silenced 11.23.22 to accommodate rounded corners on product images*/
    /*object-fit: contain !important; HARMLESS STUDIO silenced 11.23.22 to accommodate rounded corners on product images*/
    /*-o-object-position: center;  HARMLESS STUDIO silenced 11.23.22 to accommodate rounded corners on product images*/
    object-position: center;
    /*width: 100%;  HARMLESS STUDIO silenced to make below border-radius display ? 11.9.22 */
  border-radius: 10px; /* HARMLESS STUDIO added 11.9.22 */
  width: 44%; /*HARMLESS STUDIO added 11.23.22 to accommodate rounded corners on product images*/
  object-fit: cover; /*HARMLESS STUDIO added 11.23.22 to accommodate rounded corners on product images*/
}

.product-gallery__thumbnail {
    border: 1px solid #ffbfb3;
    margin: .5rem;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.product-gallery__thumbnail,
.product-gallery__thumbnail img {
    border-radius: 9999px;
    height: 3.25rem;
    width: 3.25rem
}

.product-gallery__thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.product-gallery {
    position: relative
}

.product-gallery__controls {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    position: relative;
    right: 0;
    z-index: 100
}

.product-gallery__thumbnail--active {
    border-color: #f58670;
    -webkit-box-shadow: 0 0 0 1px #f58670;
    box-shadow: 0 0 0 1px #f58670
}

.product-gallery__scale {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.announcement-bar {
    background-color: var(--primary);
    font-weight: 400;
    left: 0;
    padding-bottom: .5rem;
    padding-top: .5rem;
    position: absolute;
    text-align: center;
    top: 100px;
    width: 100%;
    z-index: 100
}

.announcement-bar,
.announcement-bar a {
    color: var(--light)
}

.announcement-bar a {
    text-decoration: underline
}

.announcement-bar a:focus-visible,
.announcement-bar a:hover {
    text-decoration: none
}

.announcement-bar__message {
    display: inline-block;
    margin-left: .75rem;
    margin-right: .75rem
}

.announcement-bar__icon {
    display: inline-block;
    height: 1rem;
    margin-left: .5rem;
    width: 1rem
}

.product-form-actions {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: hsla(0, 0%, 100%, .5);
    border: 1px solid var(--secondary);
    border-radius: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 1.25rem;
    position: relative
}

.product-form-actions .cartbutton {
    font-size: 1rem;
    line-height: 1.1;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase
}

@media (min-width:414px) {
    .product-form-actions {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 0;
        width: auto
    }
}

.product-form-actions--no-quantity {
    background: transparent;
    border: 0;
    display: block
}

.product-form-actions--no-quantity .cartbutton {
    margin-left: 0
}

.product-form-actions--no-quantity #skt_cgc_lineitems input[type=text],
.product-form-actions--no-quantity #skt_cgc_lineitems textarea {
    border: 1px solid var(--secondary);
    border-radius: .5rem;
    display: block;
    margin-bottom: .75rem;
    width: 100%
}

.product-form-actions--no-quantity #skt_cgc_lineitems textarea {
    height: 100px
}

.product-form-quantity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.product-form-quantity label {
    bottom: calc(100% + .25rem);
    color: var(--secondary);
    font-weight: 700;
    left: 0;
    margin-bottom: 0;
    position: absolute
}

@media (min-width:414px) {
    .product-form-quantity label {
        margin: 0 .75rem;
        position: static
    }
}

.product-form-quantity,
.product-form-quantity__wrap {
    position: relative
}

.product-form-quantity input#Quantity,
.product-form-quantity__wrap input#Quantity {
    float: none
}

.product-form-quantity__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
    border: 0;
    color: var(--secondary);
    font-weight: 700;
    text-align: center;
    width: 110px !important
}

.product-form-quantity__input::-webkit-inner-spin-button,
.product-form-quantity__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.product-form-quantity__control {
    color: var(--secondary);
    font-size: 30px;
    height: 40px;
    line-height: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px
}

.product-form-quantity__control[disabled] {
    opacity: .6;
    pointer-events: none
}

.product-form-quantity__control--decrease {
    left: 0
}

.product-form-quantity__control--increase {
    right: 0
}

.product-card {
    padding-bottom: 3.5rem;
    position: relative
}

.product-card .button,
.product-card li.site-nav__item--order>.site-nav__link {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.product-card__link {
    color: var(--button-color); /*HARMLESS STUDIO added 10.20.22*/
    font-size: 1.1875rem;
    text-align: center
}

.product-card__link:focus-visible,
.product-card__link:hover {
    color: var(--primary)
}

.product-card img {
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.product-card__title {
    line-height: 1.15;
    margin-bottom: .25rem
}

.product-card a:hover>img {
    opacity: .75
}

.product-card__content {
    margin-top: 1.5rem;
    text-align: center
}

.product-card__content .button,
.product-card__content li.site-nav__item--order>.site-nav__link {
    margin-top: .75rem
}

.product-card__image {
    height: 100%;
    left: 0;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

.product-card__image-link {
    display: block;
    position: relative
}

.product-card__image-link:before {
    content: "";
    display: block;
    padding-top: 150% /* HARMLESS STUDIO 10.20.22 adjusted aspect ratio of photo */
}

.collection-product {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.collection-product,
.collection-product form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.collection-product form {
    -webkit-box-flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
}

.collection-product .btn,
.collection-product .button,
.collection-product li.site-nav__item--order>.site-nav__link {
    display: block;
    height: 100%;
    margin: 0;
    width: 100%
}

.collection-product .button,
.collection-product li.site-nav__item--order>.site-nav__link {
    padding-left: .5rem;
    padding-right: .5rem
}

.collection-product .ajaxified-cart-feedback {
    left: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100%
}

.collection-product .btn {
    padding-bottom: 8px;
    padding-top: 8px
}

.collection-product .jumpstart-selector .arrow {
    margin-top: -25px;
    top: 50%
}

.collection-product__title {
    font-size: 1.25rem;
    margin-bottom: .25rem
}

.collection-product__title a {
    color: var(--secondary)
}

.collection-product__title a:focus-visible,
.collection-product__title a:hover {
    text-decoration: underline
}

.collection-product__actions {
    padding-top: 1.25rem
}

.collection-product__actions--has-options {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.collection-product__image-wrap {
    position: relative;
    width: 100%
}

.collection-product__image-wrap:before {
    content: "";
    display: block;
    padding-top: 100%
}

.collection-product__image {
    display: block;
    left: 0;
    position: absolute;
    top: 0
}

.collection-product__image,
.collection-product__image img {
    display: block;
    height: 100%;
    width: 100%
}

.collection-product__image img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.collection-product__price {
    color: var(--secondary);
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: .75rem;
    margin-top: .25rem
}

.template-product .main-content>.shopify-section+.shopify-section {
    margin-top: 2rem;
    overflow: hidden
}

.product.grid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    margin: 0;
    padding-top: 1rem;
    row-gap: 1.5rem
}

@media (min-width:768px) {
    .product.grid {
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 0
    }
}

@media (min-width:1140px) {
    .product.grid {
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
        grid-template-columns: 6fr 1fr 5fr;
        row-gap: 0
    }
}

.product.grid .rte {
    font-size: 1rem
}

.product .secondary-title {
    font-size: 2rem
}

.product .product__content {
    text-align: left
}

.product-short-description {
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .product__image {
        grid-column: 1
    }

    .product__content {
        grid-column: 2
    }
}

@media (min-width:1140px) {
    .product__image {
        grid-column: 1
    }

    .product__content {
        grid-column: 3
    }
}

.product-description {
    display: grid;
    font-size: 1rem
}

@media (min-width:1140px) {
    .product-description {
        grid-template-columns: 7fr 5fr
    }
}

.product-description-wrapper {
    margin: 5rem 0
}

.recommended-products-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 4rem 0;
    padding: 0
}

@media (min-width:982px) {
    .recommended-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (min-width:1140px) {
    .recommended-products-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media (min-width:1400px) {
    .recommended-products-grid {
        gap: 2rem
    }
}

.product-form__stock-message {
    color: var(--secondary);
    font-size: .875rem;
    margin-top: 1rem
}

.product-template .breadcrumbs {
    margin-bottom: .75rem;
    margin-top: .75rem
}

.product__content .secondary-title {
    font-size: 2rem
}

.product__content>div>.button {
    font-size: 1.25rem;
    margin: .5rem 0;
    min-width: 300px;
    text-align: center
}

.product__content .selector-wrapper select {
    border: 1px solid var(--secondary);
    border-radius: .5rem
}

.product-template__header {
    color: var(--secondary);
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    text-transform: none
}

.featured-product-section {
    padding-bottom: 2rem
}

@media (min-width:1140px) {
    .featured-product-section .product.grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .featured-product-section .product__content {
        grid-column: 2
    }
}

.collection-list-grid {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-bottom: 4rem !important;
    row-gap: 4rem
}

@media (min-width:576px) {
    .collection-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:992px) {
    .collection-list-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (min-width:1300px) {
    .collection-list-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

.cart_bottom .button {
    display: block;
    margin: .75rem 0;
    width: 100%
}

@media (min-width:640px) {
    .cart_bottom .button {
        display: inline-block;
        margin: .75rem 0 .75rem 1.5rem;
        width: auto
    }

    .cart-actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

[for=CartSpecialInstructions] {
    margin-top: .75rem
}

.fj-pointer-events-none {
    pointer-events: none
}

.fj-mt-4 {
    margin-top: 1rem
}

.fj-mb-4 {
    margin-bottom: 1rem
}

.fj-inline-block {
    display: inline-block
}

.fj-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fj-grid {
    display: grid
}

.fj-h-10 {
    height: 2.5rem
}

.fj-w-10 {
    width: 2.5rem
}

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

.fj-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fj-space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.75rem*var(--tw-space-x-reverse))
}

.fj-rounded-lg {
    border-radius: .5rem
}

.fj-object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.fj-object-center {
    -o-object-position: center;
    object-position: center
}

.fj-text-center {
    text-align: center
}

.fj-align-top {
    vertical-align: top
}

.fj-text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.fj-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.fj-opacity-75 {
    opacity: .75
}

.fj-transition-all {
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -o-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.hover\:fj-text-secondary:hover {
    color: var(--secondary)
}

.hover\:fj-underline:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.focus-visible\:fj-text-secondary:focus-visible {
    color: var(--secondary)
}

.focus-visible\:fj-underline:focus-visible {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

/* HARMLESS STUDIO EDITS */

.single-pint {
    height: 100%;
    padding-bottom: 45px;
    position: relative
}

.single-pint .controls-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.single-pint__image {
    margin-bottom: .75rem;
    position: relative
}

/*.single-pint__image:before {
    content: "";
    display: block;
    padding-top: 100%
}*/

.single-pint__image>img {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

.single-pint__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: none
}

.single-pint__price {
    margin-bottom: 1rem
}

.single-pint__header {
    color: var(--secondary);
    text-align: left
}