/** Shopify CDN: Minification failed

Line 189:11 Expected ":"

**/
.header_btn {
    padding: 8px 30px;
    border-radius: 50px;
    line-height: normal;
    font-weight: 600;
}

html, body {
    overflow-x: hidden
}

.instagram_section .section-header h2 {
    margin-bottom: 18px;
}

.instagram_section .section-header a {
    font-weight: 700;
}

.instagram_section .image_gallery_wrapper {
    margin-top: 2rem;
}

.instagram_section .image_wrapper.square {
  aspect-ratio: 1 / 1;
}

.instagram_section .image_wrapper.portrait {
  aspect-ratio: 3 / 4;
}

.instagram_section .image_wrapper.landscape {
  aspect-ratio: 16 / 9;
}

.instagram_section .image_wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.instagram_section .item_wrapper {
    text-align: center;
    position: relative;
}

.instagram_section .item_wrapper span {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: #00000042;
}


.content_wrapper .shopify-product-form {
    margin-top: 12px !important;
}

.content_wrapper .shopify-product-form  quantity-selector-component button {
    width: unset !important;
    height: unset !important;
}

.content_wrapper .shopify-product-form quantity-selector-component {
	height: unset !important;
	padding: 2px 10px;
	border-radius: 8px;
    --quantity-selector-width: 110px;
}

.content_wrapper .shopify-product-form  .add-to-cart-button {
    height: unset !important;
    padding: 6px 18px;
    border-radius: 10px;
}

.content_wrapper .shopify-product-form  .add-to-cart-button * {
    font-size: 14px !important;
}

.block_main_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-catering-lunch-menu .content_wrapper .shopify-product-form .add-to-cart-button {
    display: flex;
    flex-wrap: nowrap;
    padding: 12px 15px;
    align-items: center;
}

.page-catering-lunch-menu .content_wrapper .shopify-product-form .add-to-cart-button .pro-price {
    margin-left: 15px;
}

.page-catering-lunch-menu product-form-component form {
    justify-content: left !important;
}

.bcdp-method-wrap.bcdp-method-active {
    background-color: #27741c !important;
}

#birdchime-slots-box .bcdp-method-wrap svg
#birdchime-slots-box .bcdp-method-wrap svg path {
    fill: #27741c !important;
} 

.bcdp-method-wrap * {
    color: #27741c !important;
}

.bcdp-locations-wrap * {
    color: #27741c !important;
}

.bcdp-method-wrap.bcdp-method-active * {
    color: #fff !important;
}

.bcdp-calendar-container .bcdp-icon-wrap,
.bcdp-time-container .bcdp-icon-wrap {
    background-color: #27741c !important;
}

.gift-card-variant-selector {
    text-align: center;
    padding: 5px 0px;
}

.gift-card-variant-selector label {
    margin-bottom: 5px;
    display: block;
}

.gift-card-variant-selector select {
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    border: 3px solid #27741c;
}

product-card:has(.gift-card-variant-selector) product-price {
    display: none !important;
}

.temp-page .text-block {
    align-items: unset !important;
}

.temp-page .group-block-content .shopify-block {
    width: 100%;
}

.gift-note {
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding-bottom: 16px;
}

.gift-note textarea#GiftNote {
    font-size: 14px;
    padding: 10px;
    background: #fcfbfa;
    text-transform: capitalize;
    height: 80px;
}

a.menu-list__link.menu-list__link--active {
    font-weight: 600;
}

.menu-list__link {
    opacity 1 !important;
} 
.add-to-cart-text {
    display: flex;
    gap: var(--gap-2xs);
    align-items: center;
    justify-content: center;
    animation-duration: var(--animation-speed);
    animation-timing-function: var(--animation-easing);
    animation-fill-mode: forwards;
    transition: opacity var(--animation-speed) var(--animation-easing);
  }

  .atc-added .add-to-cart-text {
    animation-name: atc-slide-out;
  }

  .add-to-cart-text--added {
    position: absolute;
    inset: 0;
    animation-duration: var(--animation-speed);
    animation-timing-function: var(--animation-easing);
    animation-fill-mode: forwards;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: width var(--animation-speed) var(--animation-easing),
      opacity var(--animation-speed) var(--animation-easing);
  }

  .atc-added .add-to-cart-text--added {
    animation-name: atc-slide-in;
  }

  @keyframes atc-slide-in {
    from {
      opacity: 0;
      transform: translateY(0.5em);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes atc-slide-out {
    from {
      transform: translateY(0);
      opacity: 1;
    }

    to {
      transform: translateY(-1em);
      opacity: 0;
    }
  }

@media (max-width: 750px) {
    .header_btn.desktop {
        display: none !important;
    }

    .header_btn {
        padding: 16px 45px;
        width: fit-content;
        display: block;
        text-align: center;
        font-size: 18px;
        margin-top: 2rem;
    }

    .content_wrapper .shopify-product-form {
        justify-content: center
    }

     body:not(.page-catering-lunch-menu) .group-block-content .shopify-product-form {
        justify-content: center;
    }

    body:not(.page-catering-lunch-menu) .group-block-content .shopify-block {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.template-catering-lunch-menu .group-block-content .shopify-block,
    body.template-catering-breakfast-menu .group-block-content .shopify-block {
        margin: unset !important;
    }

    .page-catering-lunch-menu .product-form-buttons {
        margin-bottom: 2rem;
        margin-top: 2px;
    }

    .page-catering-lunch-menu .shopify-product-form {
        margin-top: 0 !important;
    }

    .page-catering-lunch-menu .heading_wrapper {
        margin-left: auto !important;
        margin-right: auto !important;
    } 

     .page-catering-lunch-menu .heading_wrapper * {
        text-align: center;
     }

     .content_wrapper .shopify-product-form quantity-selector-component {
        --quantity-selector-width: 140px !important;
    }
}