/*
 Theme Name: Electric Beets
 Author: Federico Salort
 Author URI: http://federicosalort.com/
 Description: Theme developed for Electric Beets

 */


html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overscroll-behavior: none;
    font-weight: normal;
    overflow: auto;
}

html * {
    /* overscroll-behavior: none; */
}

body {
    margin: 0px;
    margin: auto;
    height: auto;
    overflow: hidden;
    padding: 0px !important;
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
    font-family: 'PP Nikkei Maru';
    font-weight: normal;
    -moz-transition: background .25s ease 0s;
    -ms-transition: background .25s ease 0s;
    -o-transition: background .25s ease 0s;
    transition: background .25s ease 0s;
    background: #E8E6E1;
    font-size: 1.3889vw;
    line-height: 125%;
    /* 25px */
}

body *,span, a,p {
    text-size-adjust: none;
}

p:last-child {
    margin: 0;
}

h1 {
}

.mobile {
    display: none !important;
}

html::-webkit-scrollbar, body::-webkit-scrollbar, .product_pop_up .product_pop_up_wrapper .product_pop_up_right .product_pop_up_right_data::-webkit-scrollbar,.eb-cart_body::-webkit-scrollbar {
    display: none;
}

html, body {
    -ms-overflow-style: none;
}

.overflow_hidden,.overflow_hidden body {
    overrflow: hidden;
}

header {
    width: 100%;
    z-index: 3;
    opacity: 1;
}

html, body {
    -ms-overflow-style: none;
}

html.home_html {
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body * {
/*     outline: none; */
    /* margin-top: 0; */
    /* letter-spacing: -.02em; */
	outline-color:#FF6FAD;
}

div, ul, li, header, footer, a, figure, img,section, button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.filters_marquee_container {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

b, strong, h1, h2, h3, h4, h5, h6, label {
    font-weight: normal;
    /* margin: 0; */
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input, button {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    font-family: 'PP Nikkei Maru';
}

a {
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
}

b, strong {
}
.eb-total__row strong{
    font-weight:300
}
.custom_clear::after {
    clear: both;
    display: block;
    content: '';
}

p {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: none
}

header {
}

.body *, body, a, label {
}

:root {
    --true-vh: 1vh;
}

#content,#colophon {
    transition: opacity .25s ease;
    transition: opacity var(--duration-default,.25s) ease
}

.website_unloading #content, .website_unloading #colophon {
    opacity: 0
}

.first_load #content, .first_load #colophon {
    opacity: 0
}

.header .header_wrapper {
}

.header {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
    background: var(--Primary-Colors-Parchment, #E8E6E1);
    height: 5.5556vw;
    z-index: 10;
    top: 0;
}
.header:before {
    content:'';
    width:100%;
    height:100%;
    background-color: #E8E6E1;
    position:absolute;
    top:0;
    left:0;
    z-index:3;
    opacity:0;
    pointer-events:none
}
.home .header:before {
    opacity:1;
}
.header .header_wrapper {
}

.header .header_wrapper .main_menu_container {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 1.3889vw;
    z-index: 4;
}

.header .header_wrapper .main_menu_container .main_menu {
}

.header .header_wrapper .main_menu_container .main_menu .main_menu_container_wrapper {
}

.header .header_wrapper .main_menu_container .main_menu .main_menu_container_wrapper nav {
}

.header .header_wrapper .main_menu_container .main_menu .main_menu_container_wrapper nav .main_menu-nav {
}

.header .header_wrapper .main_menu_container .main_menu .main_menu_container_wrapper nav .main_menu-nav .item {
    display: inline-block;
    margin-right: 1.5278vw;
}

.header .header_wrapper .main_menu_container .main_menu .main_menu_container_wrapper nav .main_menu-nav .item .title {
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
    leading-trim: both;
    text-edge: cap;
}

.header .header_wrapper .main_menu_container .main_menu .main_menu_container_wrapper nav .main_menu-nav .item .title span {
}
html:not(.logo-final) .home .header .header_wrapper .logo:not(.fake_logo) {opacity:0;pointer-events: none;}
.header .header_wrapper .logo {
    width: 23.0556vw;
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 11;
    top: 1.7361vw;
    transition: opacity .25s ease;
}
.header .header_wrapper .fake_logo.logo {
    z-index:2;
}

body:not(.home) .header .header_wrapper .logo {
    width: 23.0556vw !important;
    margin-top: 0;
    !important }

.home .header .header_wrapper .fake_logo {
    margin-top: 5.5903vw;
    width: 97.5vw;
    pointer-events: none;
    /* max-width: 1440px; */
    z-index: 2;
}

.header .header_wrapper .logo .logo_wrapper {
    display: block;
}

.header .header_wrapper .logo .logo_wrapper svg {
    width: 100%;
    display: block;
    height: auto;
}

.header .header_wrapper .logo a svg path {
}

.header .header_wrapper .right_menu {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: 1.3889vw;
    z-index: 3;
}

.header .header_wrapper .right_menu .order_now_btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.1111vw;
}

.btn, .eb-shop-section .products .product .eb-qty__add > a.button.add_to_cart_button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.btn-select-location {
    padding: 0.6944vw 2.0833vw;
    border-radius: 3.4722vw;
    background: var(--Primary-Colors-Beet-Burgundy, #66273B);
    font-family: "PP Nikkei Maru";
    font-size: 1.3889vw;
    color: var(--Primary-Colors-Parchment, #E8E6E1);
    border: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
    -moz-transition: background .35s ease-in-out,color .35s ease-in-out,border .35s ease-in-out;
    -ms-transition: background .35s ease-in-out,color .35s ease-in-out,border .35s ease-in-out;
    -o-transition: background .35s ease-in-out,color .35s ease-in-out,border .35s ease-in-out;
    transition: background .35s ease-in-out,color .35s ease-in-out,border .35s ease-in-out;
    text-align: center;
    cursor: pointer;
}

.header .header_wrapper .right_menu .header_bag {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.header .header_wrapper .right_menu .header_bag .header_icon {
    width: 1.8896vw;
}

.header .header_wrapper .right_menu .header_bag .header_icon svg {
    display: block;
    width: 100%;
    height: auto;
}

.header .header_wrapper .right_menu .header_bag .header_icon svg path {
    transition: fill .35s ease-in-out;
}

.header .header_wrapper .right_menu .header_bag .bag_count {
    position: absolute;
    border-radius: 0.3819vw;
    background: var(--Primary-Colors-Beet-Burgundy, #66273B);
    width: 0.7639vw;
    height: 0.7639vw;
    color: #FFF;
    text-align: center;
    font-size: 0.5556vw;
    font-weight: 300;
    line-height: 0.8639vw;
    right: -.2vw;
    bottom: .2vw;
    cursor: pointer;
    transition: background .35s ease-in-out,color .35s ease-in-out;
}

.header .header_wrapper .right_menu .header_bag .bag_count.hide_count {
    display: none;
}

.footer {
    background: var(--Primary-Colors-Beet-Burgundy, #66273B);
    color: var(--Primary-Colors-Parchment, #E8E6E1);
    padding: 3.5556vw 2.0833vw 14.5278vw;
    position: relative;
    min-height: calc((var(--true-vh) * 100) - 5.5556vw);
    position: relative;
    z-index: 9;
}

.footer a {
    color: var(--Primary-Colors-Parchment, #E8E6E1);
}

.footer .footer_wrapper {
}

.footer .footer_wrapper .footer_newsletter_module {
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module {
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container {
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content {
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content .newsletter_form {
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content .newsletter_form > div {
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content .newsletter_form .newsletter_content {
    position: relative;
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content .newsletter_form .newsletter_content .action_newsletter {
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content .newsletter_form .newsletter_content .action_newsletter .newsletter_big_title {
    font-size: 4.1667vw;
    line-height: 110%;
    padding-bottom: 5.5278vw;
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content .newsletter_form .newsletter_content .action_newsletter .newsletter_title {
    line-height: 110%;
    font-weight: 300;
    padding-bottom: 1.1889vw;
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content .newsletter_form .newsletter_content .action_newsletter .newsletter_form_inputs {
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content .newsletter_form .newsletter_content .action_newsletter .newsletter_form_inputs .newsletter_form_input_container {
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content .newsletter_form .newsletter_content .action_newsletter .newsletter_form_inputs .newsletter_email_container {
    display: inline-block;
    margin-right: 0.4861vw;
    vertical-align: middle;
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content .newsletter_form .newsletter_content .action_newsletter .newsletter_form_inputs .newsletter_email_container .newsletter_email {
    width: 19.3056vw;
    border-radius: 3.4722vw;
    font-size: 1.3889vw;
    font-weight: 300;
    font-family: 'PP Nikkei Maru';
    background: transparent;
    border: 1px solid var(--Primary-Colors-Parchment, #E8E6E1);
    padding: 0.3472vw 0.6944vw;
    font-size: 0.9722vw;
    color: var(--Primary-Colors-Parchment, #E8E6E1);
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content .newsletter_form .newsletter_content .action_newsletter .newsletter_form_inputs .submit_input_container {
    display: inline-block;
    vertical-align: middle;
}

.newsletter_submit.btn {
    border-radius: 3.4722vw;
    background: var(--Primary-Colors-Parchment, #E8E6E1);
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
    font-family: "PP Nikkei Maru";
    font-size: 0.9722vw;
    font-weight: normal;
    cursor: pointer;
    padding: 0.3472vw 2.0833vw;
    border-color: var(--Primary-Colors-Parchment, #E8E6E1);
}

.newsletter_submit.btn[ disabled] {
    opacity: .5;
    pointer-events: none
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content .newsletter_form .newsletter_content .newsletter_thanks_wrapper {
    position: absolute;
    bottom: .1vw;
    opacity: 0;
    pointer-events: none;
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content .newsletter_form .newsletter_content .newsletter_thanks_wrapper .newsletter_thanks_container {
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content .newsletter_form .newsletter_content .newsletter_thanks_wrapper .newsletter_thanks_container label {
    font-weight: 300;
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content .newsletter_form input[type="hidden"][name="action"] {
}

.footer .footer_wrapper .footer_menu_container {
    position: absolute;
    right: 2.0833vw;
    top: 4vw;
    width: 41.625vw;
}

.footer .footer_wrapper .footer_menu_container .footer_menu {
}

.footer .footer_wrapper .footer_menu_container .footer_menu .footer_menu_container_wrapper {
}

.footer .footer_wrapper .footer_menu_container .footer_menu .footer_menu_container_wrapper nav {
}

.footer .footer_wrapper .footer_menu_container .footer_menu .footer_menu_container_wrapper nav .footer_menu-nav {
    columns: 3;
    gap: 0;
    line-height: 1.3889vw;
}

.footer .footer_wrapper .footer_menu_container .footer_menu .footer_menu_container_wrapper nav .footer_menu-nav .item {
    margin-bottom: 1.1889vw;
    padding-bottom: .2vw;
}

.footer .footer_wrapper .footer_menu_container .footer_menu .footer_menu_container_wrapper nav .footer_menu-nav .item .title {
}

.footer .footer_wrapper .footer_menu_container .footer_menu .footer_menu_container_wrapper nav .footer_menu-nav .item .title span {
}

.footer .footer_wrapper .social_menu_container {
    margin-top: 3.125vw;
}

.footer .footer_wrapper .social_menu_container .social_menu {
}

.footer .footer_wrapper .social_menu_container .social_menu .social_menu_container_wrapper {
}

.footer .footer_wrapper .social_menu_container .social_menu .social_menu_container_wrapper nav {
}

.footer .footer_wrapper .social_menu_container .social_menu .social_menu_container_wrapper nav .social_menu-nav {
    padding-left: 28.3278vw;
}

.footer .footer_wrapper .social_menu_container .social_menu .social_menu_container_wrapper nav .social_menu-nav li {
    display: inline-block;
    width: 2.0833vw;
    margin-right: 0.9028vw;
}

.footer .footer_wrapper .social_menu_container .social_menu .social_menu_container_wrapper nav .social_menu-nav li .social_icon {
}

.footer .footer_wrapper .social_menu_container .social_menu .social_menu_container_wrapper nav .social_menu-nav li .social_icon.Facebook {
}

.footer .footer_wrapper .social_menu_container .social_menu .social_menu_container_wrapper nav .social_menu-nav li .social_icon svg {
    display: block;
    width: 100%;
    height: auto;
}

.footer .footer_wrapper .social_menu_container .social_menu .social_menu_container_wrapper nav .social_menu-nav li .social_icon.Facebook svg path {
}

.footer .footer_wrapper .social_menu_container .social_menu .social_menu_container_wrapper nav .social_menu-nav li .social_icon.Instagram {
}

.footer .footer_wrapper .social_menu_container .social_menu .social_menu_container_wrapper nav .social_menu-nav li .social_icon.Instagram svg {
}

.footer .footer_wrapper .social_menu_container .social_menu .social_menu_container_wrapper nav .social_menu-nav li .social_icon.Instagram svg path {
}

.footer .website_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 1.3889vw;
}

.footer .website_footer .website_footer_copyrights {
    margin-bottom: 1.1vw;
    font-weight: 300;
    padding-left: 0.6944vw;
}

.footer .website_footer .website_footer_logo {
}

.footer .website_footer .website_footer_logo svg {
    display: block;
    width: 100%;
    height: auto;
}

.footer .website_footer .website_footer_logo svg path {
    fill: var(--Primary-Colors-Parchment, #E8E6E1);
}

#primary {
    /* min-height: calc(var(--true-vh) * 100 ); */
}

.footer input::placeholder, .footer textarea::placeholder {
    color: #E8E6E1;
    opacity: 1;
}

.footer input::-webkit-input-placeholder, .footer textarea::-webkit-input-placeholder {
    color: #E8E6E1;
}

.footer input:-ms-input-placeholder, .footer textarea:-ms-input-placeholder {
    color: #E8E6E1;
}

.footer input::-ms-input-placeholder, .footer textarea::-ms-input-placeholder {
    color: #E8E6E1;
}

.empty_error,.invalid_error {
    color: #F75336!important;
    border-color: #F75336!important;
}

.footer input.empty_error::placeholder {
    color: #F75336;
}

.footer input.empty_error::-webkit-input-placeholder {
    color: #F75336;
}

.footer input.empty_error:-ms-input-placeholder {
    color: #F75336;
}

.footer input.empty_error::-ms-input-placeholder {
    color: #F75336;
}

.footer input.invalid_error::placeholder {
    color: #F75336;
}

.footer input.invalid_error::-webkit-input-placeholder {
    color: #F75336;
}

.footer input.invalid_error:-ms-input-placeholder {
    color: #F75336;
}

.footer input.invalid_error::-ms-input-placeholder {
    color: #F75336;
}

.newsletter_to_hidem,.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content .newsletter_form .newsletter_content .newsletter_thanks_wrapper {
    transition: opacity .35s ease
}

.hidden .newsletter_to_hide {
    opacity: 0;
    pointer-events: none
}

.footer .footer_wrapper .footer_newsletter_module .newsletter_module .newsletter_form_container .newsletter_form_content .newsletter_form .newsletter_content .newsletter_thanks_wrapper.visible {
    opacity: 1;
}

.legal_container {
    background: #FFB0DA;
    padding-top: 5.5556vw;
    color: #1E364C;
}

.legal_container a {
    color: #1E364C;
}

.legal_container .legal_container_header {
    text-align: center;
    padding-top: 3.4722vw;
    padding-bottom: 5.5556vw;
}

.legal_container .legal_container_header .legal_container_title {
    font-size: 2.7778vw;
    line-height: 110%;
    padding-bottom: 1.3889vw;
}

.legal_container .legal_container_header .legal_container_subtitle {
}

.legal_container .legal_container_text {
    width: 65.2778vw;
    margin: auto;
    line-height: 125%;
    font-weight: 300;
    padding-bottom: 6.9444vw;
}
.legal_container .legal_container_text h2{
    font-size:2.08333333vw;
    line-height:110%;
}
.legal_container .legal_container_text ul{
    padding: revert;
    margin: revert;
    list-style: unset;
}
.legal_container .legal_container_text p {
}
.legal_container .legal_container_text ol{
    padding: revert;
    margin: revert;
    list-style: decimal-leading-zero;
}
.legal_container .legal_container_text strong {
    font-weight: 400;
}

.legal_container .legal_container_text hr {
    border: none;
    border-top: 1px solid #1E364C;
    margin: 2.7778vw 0;
}

.contact_container {
    height: calc((var(--true-vh) * 100));
    padding-top: 5.5556vw;
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
}

.contact_container .contact_information .contact_header .contact_header_email_container .contact_header_email a {
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
}

.contact_container .contact_container_wrapper {
}

.contact_container .contact_container_wrapper.custom_clear {
    height: 100%;
}

.contact_container .contact_image_container {
    width: calc((var(--true-vh) * 91.7222) - 5.5556vw);
    float: left;
    height: 100%;
    background: #FF6FAD;
    padding: 2.0833vw;
}

.contact_container .contact_image_container .contact_image {
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 2.0833vw;
    overflow: hidden;
}

.contact_container .contact_information {
    width: auto;
    height: 100%;
    overflow: hidden;
    padding: 2.0833vw;
    position: relative;
}

.contact_container .contact_information .contact_header {
}

.contact_container .contact_information .contact_header .contact_header_title {
    font-size: 4.1667vw;
    font-style: normal;
    font-weight: 400;
    padding-bottom: .5vw;
    line-height: 110%;
    border-bottom: 1px solid #66273B;
}

.contact_container .contact_information .contact_header .contact_header_email_container {
    padding-top: .9vw;
    line-height: 110%;
    border-bottom: 1px solid #66273B;
    padding-bottom: .9vw;
}

.contact_container .contact_information .contact_header .contact_header_email_container .contact_header_email_title {
    font-weight: 300;
    font-size: 1.1111vw;
    padding-bottom: .9vw;
}

.contact_container .contact_information .contact_header .contact_header_email_container .contact_header_email {
}

.contact_container .contact_information .contact_header .contact_header_email_container .contact_header_email a {
}

.contact_container .contact_information .contact_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2.0833vw;
    width: 100%;
}

.contact_container .contact_information .contact_footer .contact_footer_title {
    font-size: 4.1667vw;
    font-style: normal;
    font-weight: 400;
    padding-bottom: .5vw;
    line-height: 110%;
}

.contact_container .contact_information .contact_footer .contact_footer_link {
}

.contact_container .contact_information .contact_footer .contact_footer_link .btn {
    max-width: 34.9444vw;
    width: 100%;
    display: block;
    text-align: center;
    /* margin: auto; */
}

.locations,.locations a:not(.btn) {
    color: #66273B;
}

.locations .locations_state {
    border-bottom: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
}
.locations .locations_state:last-child {
     border:none
}
.locations .locations_state .locations_state_header {
    width: 25.9028vw;
    float: left;
    padding: 2.0833vw;
    padding-left: 5.5556vw;
}

.locations .locations_state .locations_state_header .locations_state_title {
    margin: 0;
    font-size: 4.1667vw;
    line-height: 110%;
}

.locations_list {
    width: auto;
    overflow: hidden;
    padding: 2.4833vw;
    line-height: 110%;
    padding-left: 0;
    padding-bottom: 0.6944vw;
    padding-right: 0;
}

.locations_list .location_item {
    padding-bottom: 3.4722vw;
}

.locations_list .location_item .location_item_header {
    font-size: 2.0833vw;
    line-height: 110%;
    padding-bottom: .7vw;
}

.locations_list .location_item .location_item_header .location_item_market {
}

.locations_list .location_item .location_item_header .location_item_status {
}

.locations_list .location_item .location_item_body {
    position: relative;
    padding-right: 2.4833vw;
}

.locations_list .location_item .location_item_body .location_item_address {
}

.locations_list .location_item .location_item_body .location_item_address .location_item_address_line {
}

.locations_list .location_item .location_item_body .location_item_meta {
    padding-top: 1.1vw;
}

.locations_list .location_item .location_item_body .location_item_meta .label {
    font-weight: 300;
    display: block;
    font-size: 1.1111vw;
}

.locations_list .location_item .location_item_body .location_item_meta .location_item_phone {
    float: left;
    margin-right: 2.0833vw;
}

.locations_list .location_item .location_item_body .location_item_meta .location_item_hours {
    width: auto;
    overflow: hidden;
}

.locations_list .location_item .location_item_body .location_item_actions {
    padding-top: 1.7vw;
}

.order_btn.btn,.js-view.btn {
    padding: 0.3472vw 1.3889vw;
    background: transparent;
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
    display: inline-block;
    cursor: pointer;
}

.js-view.btn {
    /* display:inline-block; */
    cursor: pointer;
    /* display: inline; */
    margin-left: 1.3889vw;
}

.locations_list .location_item .location_item_body .location_item_actions .order_btn {
}

.locations_list .location_item .location_item_body .location_item_actions .view_btn {
}

.locations_container {
    padding-top: 5.5556vw;
}

.location_coming_soon_icons {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: .2vw;
    width: 47.9167vw;
    overflow: hidden;
    height: 8.3vw;
}

.location_coming_soon_icons .location_coming_soon_icon {
    display: inline-block;
    width: 8.333vw;
    margin-left: 1.0416vw;
}

.location_coming_soon_icons .location_coming_soon_icon img {
    display: block;
    width: 100%;
    height: auto;
}

.careers_container {
    padding-top: 5.5556vw;
}

.careers_container .careers_header {
    padding: 2.2528vw 5.5556vw 2.2528vw 5.5556vw;
    background: var(--Primary-Colors-Beet-Burgundy, #66273B);
    color: var(--Primary-Colors-Parchment, #E8E6E1);
    height: calc((var(--true-vh) * 100) - 5.5556vw);
    display: flex;
    align-items: center;
    justify-content: center;
}

.careers_container .careers_header .careers_header_wrapper {
}

.careers_container .careers_header .careers_header_wrapper.custom_clear {
}

.careers_container .careers_header .careers_header_text_container {
    width: 41.5278vw;
    float: left;
    height: 38.4028vw;
    position: relative;
}

.careers_container .careers_header .careers_header_text_container .careers_header_text_wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    width: 35.625vw;
    left: 0;
}

.careers_container .careers_header .careers_header_text_container .careers_header_text_wrapper .careers_header_text {
}

.careers_container .careers_header .careers_header_text_container .careers_header_text_wrapper .careers_header_text h1 {
    font-size: 4.1667vw;
    font-weight: 400;
    line-height: 110%;
    margin: 0;
    margin-bottom: 2.5167vw;
}

.careers_container .careers_header .careers_header_text_container .careers_header_text_wrapper .careers_header_text p {
}

.careers_container .careers_header .careers_header_image_container {
    float: left;
    width: 47.3611vw;
    height: 38.4028vw;
    position: relative;
}

.careers_container .careers_header .careers_header_image_container .animated_line {
    position: absolute;
    z-index: 2;
    width: 2.2222vw;
    height: 12.9889vw;
    /* pointer-events: none; */
    l; l; left: -1.0764vw;
    top: 5.9028vw;
}

.careers_container .careers_header .careers_header_image_container .animated_line svg#lineMorph {
    display: block;
    width: 18.8889vw;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.careers_container .careers_header .careers_header_image_container .animated_line svg#lineMorph path.morphable {
}

.careers_container .careers_header .careers_header_image_container .animated_line svg#lineMorph path#lineBaseRef {
}

.careers_container .careers_header .careers_header_image_container .animated_line svg#lineMorph path#lineElecRef {
}

.careers_container .careers_header .careers_header_image_container .careers_header_image {
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 3.4722vw;
    position: relative;
    border: 0.2083vw solid var(--Primary-Colors-Parchment, #E8E6E1);
    overflow: hidden;
}

.careers_container .careers_header .careers_header_image_container .careers_header_image .careers_header_stamp {
    position: absolute;
    width: 8.3333vw;
    top: 1.3889vw;
    right: 1.3889vw;
}

.careers_container .careers_header .careers_header_image_container .careers_header_image .careers_header_stamp img {
    display: block;
    width: 100%;
    height: auto;
}

.careers_header_btn {
    padding-top: 2.9vw;
}

.careers_header_btn a {
    display: block;
    background: var(--Primary-Colors-Parchment, #E8E6E1);
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
    border-color: var(--Primary-Colors-Beet-Burgundy, #E8E6E1);
}

.careers_item_list_container ,.careers_item_list_container a {
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
}

.careers_item_list_container .careers_item_list {
    padding: 0 5.5556vw;
}

.careers_item_list_container .careers_item_list .careers_item_group {
    padding: 5.5556vw 0;
    border-bottom: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
}

.careers_item_list_container .careers_item_list .careers_item_group: last-child {
    border: none;
}

.careers_item_list_container .careers_item_list .careers_item_group .careers_item_group_title {
    text-align: center;
    font-size: 4.1667vw;
    font-weight: 400;
    line-height: 110%;
}

.careers_item_list_container .careers_item_list .careers_item_group .careers_item_group_list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3.4722vw;
    padding-top: 5.5556vw;
}

.careers_item_list_container .careers_item_list .careers_item_group .careers_item_group_list .careers_item_group_list_item {
}

.careers_item_list_container .careers_item_list .careers_item_group .careers_item_group_list .careers_item_group_list_item .careers_item_group_list_item_title {
    font-size: 2.0833vw;
    line-height: 110%;
}

.careers_item_list_container .careers_item_list .careers_item_group .careers_item_group_list .careers_item_group_list_item .careers_item_group_list_item_text {
    font-weight: 300;
    padding: 1.3889vw 0;
    font-size: 0.9722vw;
    line-height: 110%;
}

.careers_item_list_container .careers_item_list .careers_item_group .careers_item_group_list .careers_item_group_list_item .careers_item_group_list_item_btn {
}

.arrow_link {
}

.arrow_link span {
    display: inline-block;
    width: 0.6944vw;
    margin-left: 0.3472vw;
    transition: transform .35s ease;
}

.arrow_link span svg {
    display: block;
    width: 100%;
    height: auto;
}

.arrow_link.plus_link span {
    width: 0.7639vw;
    margin-left: 0.6944vw;
}

/* Featured block (structure only) */
.featured_post_container {
}

.featured_post_container .featured_post_container_wrapper {
}

.featured_post_container .featured_post_title {
    padding: 3.4722vw 5.5556vw 0;
    font-weight: 300;
    font-size: 1.1111vw;
    line-height: normal;
}

.featured_post_container .featured_post_container_body_container {
    padding: 2.0833vw 5.5556vw 0;
}

.featured_post_container .featured_post_container_body {
    padding-bottom: 3.4722vw;
    border-bottom: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
}

.featured_post_container .featured_post_container_body .featured_post_information {
    width: 47.3958vw;
    float: left;
    padding-right: 5.9028vw;
}

.featured_post_container .featured_post_container_body .featured_post_information .featured_post_information_title {
    font-size: 4.1667vw;
    font-weight: 400;
    line-height: 110%;
    padding-bottom: 0.3889vw;
}

.featured_post_container .featured_post_container_body .featured_post_information .featured_post_information_date {
    font-size: 0.9722vw;
    font-weight: 300;
    line-height: 110%;
    padding-bottom: 1.7833vw;
}

.featured_post_container .featured_post_container_body .featured_post_information .featured_post_information_date time {
}

.featured_post_container .featured_post_container_body .featured_post_information .featured_post_information_content {
    font-weight: 300;
    line-height: 125%;
}

.featured_post_container .featured_post_container_body .featured_post_information .featured_post_information_btn {
    margin-top: 3.4722vw
}

.featured_post_information_btn .btn {
    padding: 0.3472vw 1.3889vw;
    background: transparent;
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
    display:inline-block;
}

.featured_post_container .featured_post_container_body .featured_post_image_container {
    width: auto;
    overflow: hidden;
    height: 29.5833vw;
    border-radius: 3.4722vw;
    display: block;
}

.featured_post_container .featured_post_container_body .featured_post_image_container .featured_post_image {
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform .35s ease;
}

/* Other posts grid (structure only) */
.posts_grid_container {
    padding: 3.4722vw 5.5556vw 5.5556vw;
}

.posts_grid_container .posts_grid_title {
    font-weight: 300;
    font-size: 1.1111vw;
    line-height: normal;
    padding-bottom: 2.0833vw;
}

.posts_grid_container .posts_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.4722vw 2.7778vw;
}

.posts_grid_container .posts_grid .posts_grid_item {
}

.posts_grid_container .posts_grid .posts_grid_item .posts_grid_item_image_link {
    height: 20.8333vw;
    display: block;
    border-radius: 2.0833vw;
    overflow: hidden;
}

.posts_grid_container .posts_grid .posts_grid_item .posts_grid_item_image {
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform .35s ease;
}

.posts_grid_container .posts_grid .posts_grid_item .posts_grid_item_footer {
    padding-top: 2.0833vw;
}

.posts_grid_container .posts_grid .posts_grid_item .posts_grid_item_footer .posts_grid_item_meta {
}

.posts_grid_container .posts_grid .posts_grid_item .posts_grid_item_footer .posts_grid_item_meta .posts_grid_item_title {
    margin: 0;
    font-size: 2.0833vw;
    font-weight: 400;
    line-height: 110%;
    padding-bottom: 1.0889vw;
}

.posts_grid_container .posts_grid .posts_grid_item .posts_grid_item_footer .posts_grid_item_meta .posts_grid_item_title a {
}

.posts_grid_container .posts_grid .posts_grid_item .posts_grid_item_footer .posts_grid_item_meta .posts_grid_item_date {
    font-size: 0.9722vw;
    font-weight: 300;
    line-height: 110%;
    padding-bottom: 1.0889vw;
    display: block;
}

.posts_grid_container .posts_grid .posts_grid_item .posts_grid_item_footer .posts_grid_item_meta .posts_grid_item_date time {
}

.posts_grid_container .posts_grid .posts_grid_item .posts_grid_item_footer .posts_grid_item_actions {
}

.posts_grid_container .posts_grid .posts_grid_item .posts_grid_item_footer .posts_grid_item_actions .arrow_link {
}

.posts_grid_container .posts_grid .posts_grid_item .posts_grid_item_footer .posts_grid_item_actions .arrow_link span {
}

.posts_grid_container .posts_grid .posts_grid_item .posts_grid_item_footer .posts_grid_item_actions .arrow_link span svg {
}

.blog_container {
    padding-top: 5.5556vw;
}

.post_container {
    padding-top: 5.5556vw;
}

.post_container .post_header {
    padding: 5.5556vw 2.0833vw 1.7361vw;
    width: 69.4444vw;
    margin: auto;
}

.post_container .post_header .post_header_title {
    font-size: 6.9444vw;
    font-weight: 400;
    line-height: 6.9444vw;
    padding-bottom: 2.0833vw;
}

.post_container .post_header .post_header_date {
    font-size: 0.9722vw;
    font-weight: 300;
    line-height: 110%;
}

.post_container .post_flexible_content {
    padding-bottom: 3.8194vw;
    width: 88.8889vw;
    margin: auto;
    border-bottom: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
}

.post_container .post_flexible_content .post_flex {
    width: 69.4444vw;
    margin: auto;
}

.post_container .post_flexible_content .post_flex .pfc_block {
    padding-top: 1.7361vw;
    padding-bottom: 1.7361vw;
}

.post_container .post_flexible_content .post_flex .pfc_block.pfc_text {
    padding: 1.7361vw 2.0833vw;
    font-weight: 300;
    line-height: 125%;
}

.post_container .post_flexible_content .post_flex .pfc_block.pfc_text p {
}

.post_container .post_flexible_content .post_flex .pfc_block.pfc_text h1 {
}

.post_container .post_flexible_content .post_flex .pfc_block.pfc_text h2 {
    font-size: 2.7778vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin: 0;
    margin-bottom: 3.0722vw;
}

.post_container .post_flexible_content .post_flex .pfc_block.pfc_text h3 {
}

.post_container .post_flexible_content .post_flex .pfc_block.pfc_text ul {
}

.post_container .post_flexible_content .post_flex .pfc_block.pfc_text ol {
}

.post_container .post_flexible_content .post_flex .pfc_block.pfc_text a {
}

.post_container .post_flexible_content .post_flex .pfc_block.pfc_image {
}

.post_container .post_flexible_content .post_flex .pfc_block.pfc_image .pfc_img {
    width: 100%;
    height: auto;
    border-radius: 3.4722vw;
    display: block;
}

.posts_grid_container.related_posts .posts_grid_title {
    text-align: center;
    font-size: 2.7778vw;
    font-weight: 400;
    line-height: 110%;
}

.about_items {}

.about_items .about_item {
    padding: 6.9444vw 5.5556vw;
}

.about_items .about_item: first-child {
    padding-top: 2.0833vw
}

.about_items .about_item.image_left {
}

.about_items .about_item.image_right {
}

.about_items .about_item .about_item_inner {
    display: flex;
    gap: 2rem;
    align-items: stretch;
}

.about_items .about_item .about_item_media {
    position: relative;
    flex: 1 1 50%;
}

.about_items .about_item .about_item_media .about_item_image {
    display: block;
    width: 47.9167vw;
    height: auto;
    border-radius: 3.4722vw;
}

.about_items .about_item .about_item_media .animated_item {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.about_items .about_item .about_item_text {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.about_items .about_item .about_item_text .about_item_text_bottom {
    margin-top: auto;
    width: 37.5vw;
    /* display: grid; */
    gap: 2.7778vw;
}

.about_items .about_item .about_item_text .animated_item {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.about_items .about_item .animated_item svg {
    display: block;
    width: 100%;
    height: auto;
}

.about_items .about_item .about_item_text .about_item_text_bottom .about_item_text_content {
    font-weight: 300;
    padding-bottom: 2.7778vw;
}
.about_items .about_item .about_item_text .about_item_text_bottom .about_item_text_content a{
    text-decoration:underline
}
.about_items .about_item .about_item_text .about_item_text_bottom .about_item_text_content h2 {
    font-size: 4.1667vw;
    font-weight: 400;
    line-height: 110%;
    margin-top: 0;
    margin-bottom: 1.7778vw;
}

.about_items .about_item .about_item_text .about_item_text_bottom .read_more_content:focus {
    outline: none;
}

.about_items .about_item .about_item_text .about_item_text_bottom .arrow_link {
    font-weight: 300;
    display: inline;
    cursor: pointer;
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
    font-size: 1.3889vw;
}

.about_items .about_item .about_item_text .about_item_text_bottom .arrow_link span {
    display: inline-flex;
    line-height: 0;
}

.about_container {
    padding-top: 1vw;
    padding-bottom: 0;
    overflow: hidden;
}

.about_items .about_item .about_item_inner .about_item_media .animated_item {
}

.about_items .about_item.style_1 .about_item_inner .about_item_text .animated_item {
    width: 10vw;
    height: 24.0278vw;
    transform: rotate(90deg);
    right: 7vw;
    display: block;
    left: auto;
    top: 2vw;
}

.about_items .about_item.style_1 .about_item_inner .about_item_media .animated_item {
}

.about_items .about_item.style_1 .about_item_inner .about_item_text .animated_item {
}

.about_items .about_item.style_2 .about_item_inner .about_item_media .animated_item {
}

.about_items .about_item.style_2 .about_item_inner .about_item_text .animated_item {
}

.about_items .about_item.style_3 .about_item_inner .about_item_media .animated_item {
}

.about_items .about_item.style_3 .about_item_inner .about_item_text .animated_item {
}

/* style_1 */
.about_items .about_item.style_1 .about_item_inner .about_item_media .animated_item {
    width: 28.702vw;
    transform: rotate(-135deg);
    bottom: -30vw;
    top: auto;
    left: auto;
    right: -13vw;
}

.about_items .about_item.style_1 .about_item_inner .about_item_media .animated_item .color1 {
    fill: #FF804A;
}

.about_items .about_item.style_1 .about_item_inner .about_item_media .animated_item .color2 {
    fill: #1F3F38;
}

.about_items .about_item.style_1 .about_item_inner .about_item_media .animated_item .color3 {
    fill: #009366;
}

.about_items .about_item.style_1 .about_item_inner .about_item_text .animated_item {
}

.about_items .about_item.style_1 .about_item_inner .about_item_text .animated_item .color1 {
    fill: #009366;
}

.about_items .about_item.style_1 .about_item_inner .about_item_text .animated_item .color2 {
    fill: #1F3F38;
}

.about_items .about_item.style_1 .about_item_inner .about_item_text .animated_item .color3 {
}

/* style_2 */
.about_items .about_item.style_2 .about_item_inner .about_item_media .animated_item {
    width: 14.3056vw;
    left: 1.5972vw;
    top: -10.1vw;
}

.about_items .about_item.style_2 .about_item_inner .about_item_media .animated_item .color1 {
    fill: #66273B;
}

.about_items .about_item.style_2 .about_item_inner .about_item_media .animated_item .color2 {
    fill: #FF6FAD;
}

.about_items .about_item.style_2 .about_item_inner .about_item_media .animated_item .color3 {
}

.about_items .about_item.style_2 .about_item_inner .about_item_text .animated_item {
}

.about_items .about_item.style_2 .about_item_inner .about_item_text .animated_item .color1 {
}

.about_items .about_item.style_2 .about_item_inner .about_item_text .animated_item .color2 {
}

.about_items .about_item.style_2 .about_item_inner .about_item_text .animated_item .color3 {
}

/* style_3 */
.about_items .about_item.style_3 .about_item_inner .about_item_media .animated_item {
    width: 26.444vw;
    height: 35.2778vw;
    bottom: -25vw;
    top: auto;
    right: -7vw;
    left: auto;
}

.about_items .about_item.style_3 .about_item_inner .about_item_media .animated_item .color1 {
    fill: #FF804A;
}

.about_items .about_item.style_3 .about_item_inner .about_item_media .animated_item .color2 {
    fill: #66273B;
}

.about_items .about_item.style_3 .about_item_inner .about_item_media .animated_item .color3 {
}

.about_items .about_item.style_3 .about_item_inner .about_item_text .animated_item {
    width: 25.9722vw;
    height: 33.8889vw;
    transform: scale(-1, 1);
    left: -7.2222vw;
    top: -13.4722vw;
}

.about_items .about_item.style_3 .about_item_inner .about_item_text .animated_item .color1 {
    fill: #FF804A;
}

.about_items .about_item.style_3 .about_item_inner .about_item_text .animated_item .color2 {
    fill: #F75336;
}

.about_items .about_item.style_3 .about_item_inner .about_item_text .animated_item .color3 {
    fill: #1E364C;
}

.svg-source {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: hidden;
}

.svg-sprite {
    position: absolute;
    will-change: transform;
    pointer-events: none;
}

canvas {
    display: block
}

.hud {
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 3;
    font: 12px/1.4 monospace;
    color: #d9f9ff;
    background: rgba(0,0,0,.5);
    padding: 8px 10px;
    border-radius: 6px;
    max-width: 52ch;
    white-space: pre-wrap
}

.hud b {
    color: #fff
}

.falling_shapes_animation {
    height: 80vw!important;
}

.svg-sprite,.svg-sprite svg,svg {
    overflow: visible!important;
}
svg{
    overflow:visible;
}

.faqs_module {
    background: #FFB0DA;
    color: #1E364C;
    position: relative;
    min-height: 52vw;
}

.faqs_module .faqs_header {
    posiit; position: fixed;
    width: 100%;
    background: #FFB0DA;
    z-index: 3;
    padding: 1.3889vw;
    height: 5.5556vw;
}

.fixed_faq_menu .faqs_module .faqs_header {
    position: absolute;
    top: auto;
    bottom: 0;
}

.faqs_module .faqs_header .faqs_search {
    float: left;
    padding: 0 0.6944vw;
    border-radius: 0.3472vw;
    border: 1px solid var(--secondary-colors-1-e-364-c, #1E354C);
    Colors Color format Hex Border colors Secondary Colors/#1E364C Selection colors Secondary Colors/#1E364C Export Toolbelt Mode Draw Design Dev Mode; width: 21.5972vw;
    font-size: 1.3889vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    color: #1E354C;
    display: block;
    background: transparent;
    height: 2.3611vw;
    margin-top: .23vw;
}
.faqs_module .faqs_header .faqs_search::-webkit-input-placeholder { color: #1E354C; }
.faqs_module .faqs_header .faqs_search::-moz-placeholder { color: #1E354C; }
.faqs_module .faqs_header .faqs_search:-ms-input-placeholder { color: #1E354C; }
.faqs_module .faqs_header .faqs_search::placeholder { color: #1E354C; }
.faqs_module .faqs_header .faqs_nav {
    float: right;
}

.faqs_module .faqs_header .faqs_nav ul {
    display: flex;
    gap: 3.4722vw;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.faqs_module .faqs_header .faqs_nav ul li {
    display: inline-block;
}

.faqs_module .faqs_header .faqs_nav ul li .faqs_nav_link {
    text-decoration: none;
    cursor: pointer;
    font-size: 1.3889vw;
    font-weight: 400;
    line-height: 2.7722vw;
    overflow: hidden;

}
.page-template-template_faq .faqs_module .faqs_header .faqs_nav ul li .faqs_nav_link{
        color: var(--secondary-colors-1-e-364-c, #1E354C);
}
.faqs_module .faqs_header .faqs_nav ul li .faqs_nav_link.is-active {
    border-color: #222
}

.faqs_module .faqs_groups {
    display: block;
    width: 69.4444vw;
    margin: auto;
    padding: 2.0833vw;
    padding-top: 6.9444vw;
    padding-bottom: 7vw;
}

.faqs_module .faqs_groups .faqs_group {
    padding-bottom: 2.0833vw;
}

.faqs_module .faqs_groups .faqs_group: first-child {
}

.faqs_module .faqs_groups .faqs_group .faqs_group_title {
    font-size: 2.7778vw;
    font-weight: 400;
    line-height: 110%;
    margin: 0;
    padding: 2.0833vw 0;
}

.faqs_module .faqs_groups .faqs_group .faqs_items {
    overflow: hidden;
    font-size: 1.3889vw;
}

.faqs_module .faq_item {
    border-bottom: 1px solid #222;
}

.faqs_module .faq_item: first-child {
    border-top: 0
}

.faqs_module .faq_item .faq_q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    text-align: left;
    padding: 1.3889vw 0;
    font-weight: 400;
    line-height: 110%;
    color: #1E364C;
}

.faqs_module .faq_item .faq_q .faq_q_text {
    display: block
}

.faqs_module .faq_item .faq_q .faq_q_icon {
    width: 0.7639vw;
    height: 0.7639vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-right: 0.6944vw
}

.faqs_module .faq_item .faq_q .faq_q_icon svg {
    width: 100%;
    display: block;
    height: auto;
}

.faqs_module .faq_item.is-open .faq_q .faq_q_icon {
}

.faqs_module .faq_item.is-open .faq_q .faq_q_icon svg line:first-child {
    /* opacity:0; */
    transform: rotate(90deg);
}

.faqs_module .faq_item .faq_q .faq_q_icon svg line {
    transform-origin: center;
    transition: transform .25s ease;
    stroke: #1E364C;
}

.faqs_module .faq_item .faq_a {
    padding: 1.3889vw 0 2.7778vw 0;
    font-weight: 300;
    line-height: 125%;
}

.faqs_module .faq_item .faq_a .faq_a_in {
}

.faqs_module .faq_item.is-hidden {
    display: none
}

.faq_hl {
    background: #FFCE0F;
}

.faq_a[ hidden] {
    display: none
}

.faq_container {
    padding-top: 5.5556vw
}

.faqs_module .faqs_header .faqs_search:: placeholder {
    color: #1E354C;
    opacity: 1
}

.faqs_module .faqs_header .faqs_search:: -webkit-input-placeholder {
    color: #1E354C;
    opacity: 1
}

.faqs_module .faqs_header .faqs_search:: -ms-input-placeholder {
    color: #1E354C;
    opacity: 1
}

.faqs_module .faqs_header .faqs_search: -ms-input-placeholder {
    color: #1E354C;
    opacity: 1
}

.faqs_module .faqs_header .faqs_search:: -moz-placeholder {
    color: #1E354C;
    opacity: 1
}

.faqs_module .faqs_header .faqs_search: -moz-placeholder {
    color: #1E354C;
    opacity: 1
}

.faqs_nav .faqs_nav_link {
    position: relative;
    display: inline-block;
}

.paused {
    animation: none !important;
}

.zig-svg {
    height: 0.5556vw;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity .14s linear;
    width: 100%;
    background: url(images/zig_blue.png) repeat-x;
    background-size: auto 100%;
    animation: shart 50s linear infinite;
}
.shop_container .zig-svg {
    background: url(images/zig_burgundy.png) repeat-x; 
  background-size: auto 100%;
}
@keyframes shart {
    0% {
        background-position: 0 0px;
    }

    100% {
        background-position: 600px 0px;
    }
}
.faqs_nav .faqs_nav_link.is-active .zig-svg, .faqs_nav .faqs_nav_link.is-hover .zig-svg, .shop_nav .shop_nav_link.is-active .zig-svg, .shop_nav .shop_nav_link.is-hover .zig-svg {
    opacity: 1
}
.right_menu .play_pause_animations{
    display: flex;
    position:relative;
    top: 0;
    left: 0;
    
}
.play_pause_header{
    display:inline-block;
    vertical-align: middle;
   
}
.right_menu    .play_pause_animations div {
      
    }

.right_menu .play_pause_animations {
  width: 2.7778vw;
  height: 2.7778vw;
  border-radius: 0.6944vw;
}

.play_pause_header {
  margin-right: 0.9722vw;
}

.right_menu    .play_pause_animations div {
  width: 1.0417vw;
}
.faqs_no_results {
    font-size: 2.7778vw;
    font-weight: 400;
    line-height: 110%;
    margin: 0;
    padding: 2.0833vw 0;
    display: block;
    width: 69.4444vw;
    margin: auto;
    padding: 2.0833vw;
    padding-top: 4vw;
    padding-bottom: 34vw;
    text-align: center;
}

.faqs_animated_shapes {
}

.faqs_animated_shapes .faqs_shape {
    position: absolute;
    pointer-events: none;
}

.faqs_animated_shapes .faqs_shape svg {
    display: block;
    width: 100%;
    height: auto;
}

.faqs_animated_shapes .faqs_shape.faqs_shape_1 {
    width: 11.5278vw;
    right: 2.4306vw;
    top: 37%;
}

.faqs_animated_shapes .faqs_shape.faqs_shape_2 {
    width: 18.4362vw;
    transform: rotate(29.471deg);
    left: -2.7778vw;
    top: 11%;
}

.faqs_animated_shapes .faqs_shape.faqs_shape_3 {
    width: 12.3611vw;
    right: 2.4306vw;
    top: 68%;
}

.faqs_animated_shapes .faqs_shape.faqs_shape_4 {
    width: 6.3889vw;
    transform: rotate(-18.426deg);
    left: 5.8194vw;
    bottom: 5%;
}

.play_pause_animations {
    position: absolute;
    width: 4.1667vw;
    height: 4.1667vw;
    border-radius: 1.0417vw;
    /* border: 0.1042vw solid var(--Primary-Colors-Beet-Burgundy, #66273B); */
    cursor: pointer;
    z-index: 2;
    justify-content: center;
    align-items: center;
    gap: 7.5px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    display: flex;
    top: 19.1944vw;
    right: 4.8611vw;
    /* background: #E8E6E1; */
}

 /* .home .play_pause_animations{
    background:transparent;
    border-color: #E8E6E1;
}
.home .right_menu .play_pause_animations div svg path{
    stroke: var(--Primary-Colors-Beet-Burgundy, #66273B);
    fill: var(--Primary-Colors-Beet-Burgundy, #66273B);
}
 .home .right_menu .play_pause_animations{
    background:transparent;
    border-color: var(--Primary-Colors-Beet-Burgundy, #66273B);
}*/
.open_menu .right_menu .play_pause_animations div svg path{
   stroke: #E8E6E1;
        fill: #E8E6E1;
}
.open_menu .right_menu .play_pause_animations div.play_pause_background svg path{
      stroke: #E8E6E1;
        fill: transparent; 
}
.open_menu .right_menu .play_pause_animations{
    background:transparent;
    /* border-color: #E8E6E1; */
}
/*.home  .play_pause_animations div svg path{
    stroke: #E8E6E1;
        fill: #E8E6E1;
}*/
.play_pause_animations.is-pause .play_pause_animations_play {
    display: block;
}

.play_pause_animations.is-play .play_pause_animations_pause {
    display: block;
}

.play_pause_animations .play_pause_animations_play {
}

.play_pause_animations .play_pause_animations_pause {
    width: 1.3194vw;
}

.play_pause_animations .play_pause_animations_play svg {
}

.play_pause_animations .play_pause_animations_pause svg {
}

.play_pause_animations div {
    display: none;
    width: 1.4583vw;
}

.play_pause_animations div svg {
    display: block;
    width: 100%;
    height: auto;
}

/* Pause all CSS animations when animations are paused */
body.animations-paused *,
body.animations-paused *::before,
body.animations-paused *::after {
    animation-play-state: paused !important;
}

/* When animations are paused on Home, force the header logo to be "final" (top-center)
   and neutralize the large animated fake logo so it doesn't appear to move into place. */
body.animations-paused.home .header .header_wrapper .fake_logo{
    width: 23.0556vw !important;
    margin-top: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.page-template-template_faq .play_pause_animations {
    background: transparent;
    /* top: 15vw; */
}

.falling_shapes_module {
    /* position: relative; */
    overflow: hidden;
}

.locmod {
    display: flex;
    gap: 0;
    align-items: stretch;
    height: calc((var(--true-vh) * 100) - 5.5556vw);
}

.locmod_col {
    flex: 1 1 50%;
}

.locmod_map {
    height: 100%;
    position: relative;
    overflow: hidden;
}

#locmod_map {
    width: 100%;
    height: 100%;
    position: absolute!important;
    width: calc(100% + 100px);
    height: calc(100% + 100px);
    margin-left: -50px;
    margin-top: -50px;
    background: #ffb0da;
}

.locmod_panel {
    overflow: auto;
    height: 100%;
    position: relative;
}

.locmod_tabs {
    position: sticky;
    top: 0;
    background: #E8E6E1;
    z-index: 3;
    padding: 1.0417vw 1.3889vw;
    display: flex;
    gap: 1.1111vw;
    border-bottom: 1px solid #66273B;
    height: 4.7083vw;
}

.locmod_tab {
    cursor: pointer;
    display: inline-block;
    padding: 0.3472vw 1.3889vw;
    background: transparent;
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
}

.locmod_tab.is-active {
    background: #66273B;
    color: #E8E6E1;
    border-color: #66273B;
}

.locmod_search {
    padding: 1.3889vw;
}

.locmod_search label[for="locmod_search_input"] {
    margin-bottom: 0.6944vw;
}

#locmod_search_input {
    width: 100%;
    padding: 1.0417vw 1.3889vw;
    border: 1px solid #66273B;
    background: #E8E6E1;
    font-size: 1.1111vw;
    font-weight: 300;
    line-height: normal;
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
}

.locmod_panel .location_item_market {
}

.locmod_panel .location_item_address_line {
    font-weight: 300;
}

.locmod_panel .locmod_group_title {
    margin: 10px 0;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.locmod_hint {
    position: absolute;
    left: 50%;
    top: calc(50% + 3.725504vw);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.1111vw;
    font-style: normal;
    font-weight: 300;
    pointer-events: none;
}

.has-results .locmod_hint {
    opacity: 0
}

.locmod_empty {
    color: #E8E6E1;
    position: absolute;
    z-index: 3;
    background-image: url(images/pop_up_background.svg);
    width: 25.9028vw;
    height: 13.5417vw;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2.7778vw;
    line-height: 110%;
    align-items: center;
    /* centra verticalmente */
    justify-content: center;
    /* opcional: centra horizontalmente */
    text-align: center;
    /* por si el texto tiene varias lÃƒÂ­neas */
    padding: 1.3889vw 4.3889vw;
    display: flex;
    pointer-events: none;
    opacity: 0;
    transition: opacity .35s ease;
}

[ data-active-tab="delivery"] .locmod_empty.visible_pop_up {
    opacity: 1;
}

.select_location_container {
    padding-top: 5.5556vw;
}

.locmod_panel .locations_list {
    padding: 0;
}

.locmod_parent {
    padding-top: 0;
    min-height: calc(100% - 4.7083vw);
}

.locmod_parent .locations_list .location_item {
    border-bottom: none;
    padding-bottom: 1.3889vw;
    padding-top: 1.3889vw;
}

.pick_up_title {
    padding-top: 1.3889vw;
}

.locmod_parent .locations_list .location_item:last-child, .locmod_parent .locations_list .location_item.is-last {
    border: none
}

.locmod_pickup {
    padding: 1.3889vw;
    padding-top: 0
}

.locmod_delivery {
    min-height: calc(100% - 4.7083vw);
}

.locmod_panel .locmod_delivery .locations_list {
    padding: 1.3889vw;
    padding-top: 0
}

.logo_spacer {
    height: 12.3611vw;
    /* height: 178px; */
}

.home_container {
    padding-top: 5.5556vw;
    overflow: hidden;
}

.logo-state {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
}

.logo-start {
    width: 97.5vw;
    margin-top: 5.5903vw;
    /* max-width: 1440px; */
}

.logo-end {
    width: 23.0556vw;
    margin-top: 0;
}

.underline:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--Primary-Colors-Parchment, #E8E6E1);
    left: 0;
    bottom: -.1vw;
    -moz-transition: width .35s ease-in-out;
    -ms-transition: width .35s ease-in-out;
    -o-transition: width .35s ease-in-out;
    transition: width .35s ease-in-out;
}

.header .header_wrapper .main_menu_container .main_menu .main_menu_container_wrapper nav .main_menu-nav .item a.underline:after {
    background-color: #66273B;
}

.header .header_wrapper .main_menu_container .main_menu .main_menu_container_wrapper nav .main_menu-nav .item a.active.underline:after {
    width: 100%;
}

.underline {
    position: relative
}

.cookies_pop_up {
    position: fixed;
    top: 50%;
    z-index: 20;
    right: 0;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    width: 74.5396vw;
    height: 34.341vw;
    background-image: url(images/cookies_pop_up_bk.svg);
    background-size: cover;
    background-position: center;
    /* display: none; */
    transition: flex-grow .7s ease, transform .7s ease;
}

.cookies_pop_up .cookies_pop_up_wrapper {
}

.cookies_pop_up .cookies_pop_up_wrapper .cookies_pop_up_image {
    width: 53.1194vw;
    height: 26.7188vw;
    position: absolute;
    background-image: url(images/cookies_image.png);
    background-size: cover;
    background-position: center;
    top: 3.75vw;
    left: 6.9444vw;
}

.cookies_pop_up .cookies_pop_up_wrapper .cookies_pop_up_content {
    width: 19.2361vw;
    position: absolute;
    top: 21.3889vw;
    left: 33.125vw;
    text-align: center;
}

.cookies_pop_up .cookies_pop_up_wrapper .cookies_pop_up_content .arrow_link span {
    width: 0.4406vw;
    margin-left: 0.2778vw;
}

.cookies_pop_up .cookies_pop_up_wrapper .cookies_pop_up_content .cookies_pop_up_content_title {
}

.cookies_pop_up .cookies_pop_up_wrapper .cookies_pop_up_content .cookies_pop_up_content_btns {
    padding: 1.1vw 0;
}

.cookies_pop_up .cookies_pop_up_wrapper .cookies_pop_up_content .cookies_pop_up_content_btns .btn {
    display: inline-block;
    padding: 0.3472vw 1.3889vw;
    margin: 0 0.3472vw;
}

.cookies_pop_up .cookies_pop_up_wrapper .cookies_pop_up_content .cookies_pop_up_content_bottom_text {
    font-size: 0.881vw;
    font-style: normal;
    line-height: normal;
    text-align: center;
}

.cookies_pop_up .cookies_pop_up_wrapper .cookies_pop_up_content .cookies_pop_up_content_bottom_text .arrow_link {
}

.home_slider_module {
    padding: 1.3889vw;
    height: calc((var(--true-vh) * 100) - 5.5556vw);
    display: flex;
    align-items: stretch;
}

.home_slider_track {
    display: flex;
    gap: 0.3472vw;
    width: 100%;
    height: 100%;
}

.home_slider_slide {
    position: relative;
    flex: 1 1 0;
    height: 100%;
    transition: flex-grow .7s ease, transform .7s ease;
    transform: translateZ(0);
}

.home_slider_slide:not(.is-active) {
    cursor: pointer
}

.home_slider_slide.is-active {
    flex-grow: 3;
}

.home_slider_slide.is-inactive {
    flex-grow: 1;
}

.slide_bg_wrap {
    position: absolute;
    inset: 0;
    border-radius: 3.4722vw;
    overflow: hidden;
}

.slide_bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: var(--bg-pos);
    transition: transform 0.6s cubic-bezier(.2,.7,0,1);
}

.home_slider_slide.is-active .slide_bg {
    transform: scale(1.02);
}

.home_slider_slide.is-inactive .slide_bg {
    transform: scale(1);
}

.real_image {
    opacity: 1;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: var(--bg-pos);
}

.slide_ui {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.home_slider_slide.is-active .slide_ui {
    opacity: 1;
    pointer-events: auto;
    transition-delay: .3s;
}

.slide_stamp {
    position: absolute;
    top: 2.0833vw;
    right: 2.0833vw;
    display: inline-grid;
    place-items: center;
    width: 11.5278vw;
}

.slide_stamp svg {
    width: 100%;
    height: auto;
    display: block;
}

.slide_stamp .stamp_text {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    transform: rotate(15deg);
    text-align: center;
    line-height: 100%;
    padding: 2vw;
}

.slide_content {
    position: absolute;
    left: 1.7361vw;
    bottom: 1.7361vw;
    border-radius: 2.0833vw;
    overflow: hidden;
    background: var(--Primary-Colors-Beet-Burgundy, #66273B);
    color: #E8E6E1;
    width: 21.875vw;
    padding: 2.0833vw;
}

.slide_content a {
    color: #E8E6E1;
}

.slide_title {
    margin: 0;
    font-size: 4.1667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding-bottom: .8vw;
    display: block;
}

.slide_text {
    margin: 0;
    position: relative;
}

.slide_price {
    position: absolute;
    top: 0;
    right: 0;
}

.slide_content .slide_link {
    text-align: right;
}

.slide_content .slide_link svg {
}

.slide_content .slide_link svg path {
    fill: #E8E6E1
}

.slider_text_container {
    position: relative;
    padding-bottom: 1vw;
    margin-bottom: 1vw;
    border-bottom: 1px solid #E8E6E1;
}

.weekly_soup_module {
    padding-top: 1.3889vw;
    padding-bottom: 0.6944vw;
}

.weekly_soup_header {
    padding-bottom: 0.6944vw;
    text-align: center;
    font-size: 2.0833vw;
    line-height: 110%;
}

.soup_marquee {
    overflow: hidden;
    width: 100%;
    line-height: 6.3889vw;
    height: 6.3889vw !important;
    overflow: hidden;
}

.soup_track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.soup_item {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.6944vw;
    padding: 0 1.8vw;
}

.soup_item:after {
    height: 2.3611vw;
    width: 1px;
    right: 0;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--Primary-Colors-Beet-Burgundy, #66273B);
}

.soup_item {
}

.soup_item + .soup_item {
    position: relative;
}

.soup_date {
}

.soup_name {
    text-decoration: none;
    color: var(--secondary-colors-009366, #009366);
    display: inline-block;
    line-height: 100%;
    position: relative;
}

.soup_name span {
    display: block;
    transition: transform .25s ease;
}

.soup_item.is-today {
    position: relative;
    padding-left: 9.1667vw;
}

.today_stamp {
    position: absolute;
    display: inline-grid;
    place-items: center;
    width: 6.3889vw;
    height: 6.3889vw;
    left: 2.0833vw;
}

.today_stamp svg {
    width: 100%;
    height: 100%;
    display: block;
}

.today_stamp em {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-style: normal;
    transform: rotate(-14.785deg);
    color: var(--Primary-Colors-Parchment, #E8E6E1);
    line-height: 100%;
    text-align: center;
}
soup_item .today_stamp em {
    line-height:10px;
}
.today_stamp svg path {
    fill: var(--Primary-Colors-Beet-Burgundy, #66273B);
}

.soup_marquee, .soup_marquee * {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent;
}

.soup_marquee.is-dragging a {
    pointer-events: none;
}

.zig_zag_wrapper {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    height: 0.5556vw;
    width: 100%;
}

/* Force the marquee + its moving parts onto their own GPU layers */
.soup_marquee {
    isolation: isolate;
    /* isolate blending/painting */
    contain: layout paint;
    /* limit invalidation */
    will-change: contents;
    /* hint */
    backface-visibility: hidden;
}

.soup_marquee .mMove, .soup_marquee .mItem, .soup_marquee svg {
    transform: translateZ(0);
    /* promote to compositor layer */
    will-change: left, transform;
    * we're animating left */
    backface-visibility: hidden;
}

/* (optional) improve vector text/edges while moving */
.soup_marquee svg {
    shape-rendering: geometricPrecision;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.home_slider_module {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* EstÃƒÂ¡ndar */
}

.home_anim_module {
    background: var(--Primary-Colors-Beet-Burgundy, #66273B);
    color: #E8E6E1;
    text-align: center;
}

.home_anim_module .home_anim_module_wrapper {}

.home_anim_module .home_anim_title {
    margin: 0;
    font-size: 6.9444vw;
    font-weight: 400;
    line-height: 6.9444vw;
    padding-bottom: 3.5139vw;
}

.home_anim_module .home_anim_main_text {
    width: 77.2222vw;
    margin: auto;
    font-size: 4.1667vw;
    font-weight: 300;
    line-height: 110%;
}

.home_anim_module .home_anim_block {
    position: relative;
    /* padding-top: 5.5556vw; */
    height: 173.6111vw;
    height: 113.6111vw;
}

.home_anim_module .home_anim_block .home_anim_block_wrapper {
    position: relative;
    height: 100%;
}

.home_anim_module .home_anim_block .home_anim_scrolltrack {
    position: relative;
    width: 100%;
}

.home_anim_module .home_anim_block .home_anim_scrolltrack .home_anim_scrollspacer {
    height: 177.7778vw;
}

.home_anim_module .home_anim_block .home_anim_stage {
}

.home_anim_module .home_anim_block .home_anim_stage .home_anim_stage_inner {
    width: 100%;
    height: 100vh;
    overflow: visible;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout {
    position: absolute;
    height:100%;
    width:100%
}
.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--real{
      height:  calc((var(--true-vh) * 100));
       width:100%
}
.anim_layout--start {
    opacity: 0; 
    pointer-events: none;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout .anim_labels {
    position: absolute;
    inset: 0;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout .anim_labels .anim_label {
    position: absolute;
    width: 21.822vw;
    height: 10.0982vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout .anim_labels .anim_label .anim_label_shape {
    position: absolute;
    width: 100%;
    height: auto
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout .anim_labels .anim_label .anim_label_shape svg {
    display: block;
    width: 100%;
    height: auto;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout .anim_labels .anim_label .anim_label_shape svg path {
    fill: #66273B
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout .anim_labels .anim_label .anim_label_wrapper {
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout .anim_labels .anim_label .anim_label_wrapper .anim_label_text {
    font-size: 2.0833vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 2vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout .anim_shapes {
    position: absolute;
    inset: 0;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout .anim_shapes .anim_shape {
    position: absolute;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout .anim_shapes .anim_shape .anim_shape_wrapper {
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout .anim_shapes .anim_shape .anim_shape_wrapper svg {
    display: block;
    width: 100%;
    height: auto;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout--final {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    height: calc((var(--true-vh) * 100));
    opacity: 0;
}

.home_anim_module .home_anim_bottom_text {
    padding: 6.9444vw 10.4167vw;
    font-size: 4.1667vw;
    font-weight: 300;
    line-height: 110%;
    width: 100%;
}

.home_anim_header {
    padding: 6.9444vw;
    padding-bottom: 3.4722vw;
}

.shape-1 svg .color1 {
    fill: #FF6FAD;
}

.shape-1 svg .color2 {
    fill: #FFCE0F;
}

.shape-2 svg .color1 {
    fill: #FFCE0F;
}

.shape-2 svg .color2 {
    fill: #009366;
}

.shape-3 svg .color2 {
    fill: #009366;
}

.shape-3 svg .color1 {
    fill: #FFCE0F;
}

.shape-2 svg .color2 {
    fill: #009366;
}

.shape-4 svg .color1 {
    fill: #F75336;
}

.shape-4 svg .color2 {
    fill: #FFCE0F;
}

.shape-5 svg .color1 {
    fill: #FF804A;
}

.shape-5 svg .color2 {
    fill: #009366;
}

.shape-5 svg .color3 {
    fill: #1F3F38;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout .anim_shapes .anim_shape.shape-1 {
    width: 11.8229vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout .anim_shapes .anim_shape.shape-2 {
    width: 13.3047vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout .anim_shapes .anim_shape.shape-3 {
    width: 7.4779vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout .anim_shapes .anim_shape.shape-4 {
    width: 18.1771vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout .anim_shapes .anim_shape.shape-5 {
    width: 21.511vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--final .anim_shapes .anim_shape.shape-1 {
    transform: rotate(23.685deg);
    right: 6.9444vw;
     top: 6.9444vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--final .anim_shapes .anim_shape.shape-2 {
    transform: rotate(30deg);
    right: 4vw;
    bottom: 2vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--final .anim_shapes .anim_shape.shape-3 {
    transform: rotate(-30deg);
    top: 6.5556vw;
    left: 3.9722vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--final .anim_shapes .anim_shape.shape-4 {
    left: 62vw;
    bottom: -1vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--final .anim_shapes .anim_shape.shape-5 {
    transform: rotate(-55deg);
    left: 4vw;
    bottom: -5vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--final .anim_labels .anim_label[data-refid="label-1"] {
    transform: rotate(-15deg);
    top: 13.2362vw;
    left: 29.7778vw;
    z-index: 2;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--final .anim_labels .anim_label[data-refid="label-2"] {
    transform: rotate(20.002deg);
    transform: rotate(11.71deg);
    right: 29.9097vw;
    top: 17.0556vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--final .anim_labels .anim_label[data-refid="label-3"] {
    z-index: 3;
    left: 33vw;
    transform: rotate(11.71deg);
    top: 24.0556vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--final .anim_labels .anim_label[data-refid="label-4"] {
    transform: rotate(-20.416deg);
    left: 45vw;
    top: 30.5556vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--start .anim_shapes .anim_shape.shape-1,
.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--real .anim_shapes .anim_shape.shape-1 {
    transform: rotate(0);
    left: 44.9444vw;
    top: 10.5556vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--start .anim_shapes .anim_shape.shape-2,
.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--real .anim_shapes .anim_shape.shape-2 {
    transform: rotate(30deg);
    right: 13vw;
    top: 40.5556vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--start .anim_shapes .anim_shape.shape-3,
.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--real .anim_shapes .anim_shape.shape-3 {
    transform: rotate(-30deg);
    top: 73.5556vw;
    left: 12.9722vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--start .anim_shapes .anim_shape.shape-4,
.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--real .anim_shapes .anim_shape.shape-4 {
    left: 72vw;
    top: 107.5556vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--start .anim_shapes .anim_shape.shape-5,
.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--real .anim_shapes .anim_shape.shape-5 {
    transform: rotate(-55deg);
    left: 9vw;
    top: 125.5556vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--start .anim_labels .anim_label[data-index="1"],
.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--real .anim_labels .anim_label[data-index="1"] {
    transform: rotate(-15deg);
    top: 37.2362vw;
    left: 26.7778vw;
    z-index: 2;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--start .anim_labels .anim_label[data-index="2"],
.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--real .anim_labels .anim_label[data-index="2"] {
    transform: rotate(11.71deg);
    right: 30.9097vw;
    top: 75.0556vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--start .anim_labels .anim_label[data-index="3"],
.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--real .anim_labels .anim_label[data-index="3"] {
    z-index: 3;
    left: 33vw;
    transform: rotate(11.71deg);
    top: 113.0556vw;
}

.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--start .anim_labels .anim_label[data-index="4"],
.home_anim_module .home_anim_block .home_anim_stage .anim_layout.anim_layout--real .anim_labels .anim_label[data-index="4"] {
    transform: rotate(-20.416deg);
    left: 45vw;
    top: 150.5556vw;
}
.products_marquee{
}
.products_marquee .mMove{
}
.products_marquee .mItem{
  /* float: left; */
  padding: 0 0.3472vw;
}
.products_marquee .product_card{

overflow:hidden;

position:relative;

padding:0 0.3472vw;

display: inline-block;
}

.stamp-top-right .card_stamp{
    right:2.4306vw;
    top:2.4306vw;
    
}
.stamp-top-left .card_stamp{
       left:2.4306vw;
    top:2.4306vw;
    transform: rotate(-30deg);
}
.stamp-bottom-right .card_stamp{
          right:2.4306vw;
    bottom:2.4306vw;
}
.stamp-bottom-left .card_stamp{
           left:2.4306vw;
    bottom:2.4306vw;
      transform: rotate(-30deg);
}
.products_marquee .product_card .card_media{
  position:relative;
  overflow:hidden;
  height: 100%;
  position: relative;
  width: 34.7222vw;
  height: 44.2361vw;
  border-radius: 3.4722vw;
  overflow: hidden;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: auto;
}
.products_marquee .product_card .card_media .img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
 
  pointer-events: none;
}


.product_card_hover{
    opacity: 0;
    transition: opacity .35s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    padding: 6.3889vw 2.0833vw 4.3056vw;
    /* opacity: 1; */
    top: 0;
    left: 0;
    background: #FFB0DA;
}
.products_marquee .product_card .card_stamp{
    position: absolute;
    top: 2.0833vw;
    right: 2.0833vw;
    display: inline-grid;
    place-items: center;
    width: 9.7222vw;
    height: 9.7222vw;
    z-index: 2;
}
.products_marquee .product_card .card_stamp .card_stamp_text{
        position: absolute;
        top:0;
        inset: 0;
        place-items: center;
        transform: rotate(15deg);
        text-align: center;
        line-height: 100%;
        padding: 2vw;
        font-style: normal;
        display: grid;
        white-space: normal;
}
.card_stamp_bk{
    width:100%;
    height:100%;
}
.card_stamp_bk svg{
    display:block;
    width:100%;
    height:auto;
}
.card_stamp_bk svg path{
    
}

.products_marquee .product_card .card_title{
  position:absolute;
  left:1rem;
  right:1rem;
  top:1rem;
  border-radius:1rem;
  padding:.7rem 1.1rem;
  font-weight:600;
  opacity:0;
  transform:translateY(-8px);
  transition:opacity .35s ease, transform .35s ease;
}

.products_marquee .product_card .card_text{
  position:absolute;
  left:1.2rem;
  right:1.2rem;
  bottom:1.2rem;
  border-radius:1rem;
  background:#fff;
  color:#111;
  padding:1rem 1.2rem;
  font-size:1.3rem;
  line-height:1.35;
  opacity:0;
  transform:translateY(8px);
  transition:opacity .35s ease, transform .35s ease;
}

.product_card_hover .product_cart_hover_title{
    position: absolute;
    z-index: 3;
    padding: 1.3vw 1.3889vw;
    border-radius: 6.9444vw;
    line-height: 110%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 4.2361vw;
}
.product_card_hover .product_cart_hover_image{
    border-radius: 2.0833vw;
    border: 2px solid var(--Primary-Colors-Leafy-Green, #1F3F38);
    height: 26.5972vw;
    position: relative;
    overflow: hidden;
}
.product_card_hover .product_cart_hover_image img{}
.product_card_hover .product_cart_hover_text{
    white-space: normal;
    text-align: right;
    color: var(--Primary-Colors-Leafy-Green, #1F3F38);
    text-align: right;
    font-style: normal;
    line-height: 110%; /* 22px */
    padding-left: 10.0694vw;
    padding-top: 1.3889vw;
}
.product_card_hover .product_cart_hover_text p{}

.products_marquee_container{
    padding-top:3.4722vw
}

.prodcts_marquee_link{
  text-align:center;
  padding:3.4722vw 0
}


.eb-shop-section{
    padding-bottom: 1.3889vw;
}
.eb-shop-section.eb-cat-soups{}

.eb-shop-section > .woocommerce-loop-category__title{
    margin: 0;
    padding: 2.0833vw 0px;
    font-size: 4.1667vw;
    font-weight: 400;
    line-height: 110%;
    padding-bottom: 4.1667vw;
}

.eb-shop-section .products{}
.eb-shop-section .products.columns-4{}

body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product{
  margin:0;
  width:100%;
  padding: 1.25vw;
  border-radius: 2.0833vw;
  border: 1px solid var(--Primary-Colors-Leafy-Green, #1F3F38);
  min-height: 26.3889vw;
  padding-bottom: 5.4722vw;
}
body.woocommerce ul.products{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap: 2.7778vw 1.8521vw;
  margin:0;
  padding:0;
  list-style:none;
  }
.eb-shop-section .products .product.first{}
.eb-shop-section .products .product.last{}
.eb-shop-section .products .product.instock{}
.eb-shop-section .products .product.has-post-thumbnail{}
.eb-shop-section .products .product.product-type-simple{}
@media (orientation: landscape) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%!important;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
}
.eb-shop-section .products .product > a.woocommerce-LoopProduct-link{}
.eb-shop-section .products .product > a.woocommerce-LoopProduct-link img{
    height: 12.5694vw;
    object-fit: cover;
    border-radius: 1.0417vw;
}
.eb-shop-section .products .product > a.woocommerce-LoopProduct-link .woocommerce-loop-product__title{}
.eb-shop-section .products .product > a.woocommerce-LoopProduct-link .price{}

.eb-shop-section .products .product > a.button{}
.eb-shop-section .products .product .eb-qty__add > a.button.add_to_cart_button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.btn-select-location{
    position: absolute;
    margin: 0;
    right: 1.25vw;
    bottom: 1.25vw;
    font-weight: 400;
    height: 2.2222vw;
    line-height: normal;
    font-size: 1.1111vw;
    padding: 0.3472vw 1.3889vw;
}
.eb-qty.eb-qty-product .eb-qty__stepper {
        position: absolute;
        margin: 0;
        border: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
}

.eb-shop-section .products .product > .screen-reader-text{}
.woocommerce-breadcrumb{
  display:none
}
.shop_container{
  padding: 5.5556vw;
  padding-top: 11.15vw;
  position: relative;
  min-height: calc((var(--true-vh) * 100) );
}
body.woocommerce .products ul::after, body.woocommerce .products ul::before, body.woocommerce ul.products::after, body.woocommerce ul.products::before{
  display:none
}
body.woocommerce ul.products img,.product_image{width: 100%;border-radius: 1.3889vw;height: 12.5694vw;object-fit: cover;display: block;background-color: #FFB0DA;background-size: cover;background-position: center;cursor: pointer;position: relative;border: navajowhite;}

body.woocommerce ul.products li.product .woocommerce-loop-category__title, body.woocommerce ul.products li.product .woocommerce-loop-product__title, body.woocommerce ul.products li.product h3{
  color: var(--Primary-Colors-Leafy-Green, #1F3F38);
  font-size: 2.0833vw;
  font-weight: 400;
  line-height: 110%; /* 33px */
  margin: 1.0417vw 0 1.3889vw;
  padding: 0;
  cursor: pointer;
}
.ebp-content,body.woocommerce ul.products li.product .price{
    color: var(--Primary-Colors-Leafy-Green, #1F3F38);
  font-size: 0.9722vw;
font-style: normal;
font-weight: 300;
line-height: 110%
}

body.woocommerce ul.products li.product .price{
  margin: 0;
  position: absolute;
  bottom: 1.25vw;
  line-height: 2.2222vw;
}
img.eb-lazy{ background:#FFB0DA; opacity:0; transition:opacity .25s ease; }
img.eb-lazy.is-loaded{ opacity:1; background:transparent; }


html, body, img, a img {
  -webkit-user-drag: none;   /* Chrome/Safari/iOS */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* For horizontal sliders/marquees, keep vertical scroll working on touch */
.slider, .marquee {
  touch-action: pan-y;
  -ms-touch-action: pan-y; /* old Edge */
}
.real_image{
  
}

.shop_header{
  position: fixed;
  width: 100%;
  background: var(--Primary-Colors-Parchment, #E8E6E1);
  z-index: 3;
  padding: 1.3889vw;
  height: 5.5556vw;
  left: 0;
  top: 5.5556vw;
}
.fixed_shop_menu .shop_header{
  position:absolute;
  bottom:0;
  top:auto;
}
.shop_header .shop_nav{float: right;transition: opacity .35s ease;}
.shop_header.open .shop_nav{
  opacity:0;
  pointer-events:none
}
.shop_header .shop_nav ul{
  display: flex;
  gap: 1.7361vw;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.shop_header .shop_nav ul li{ display: inline-block; }
.shop_header .shop_nav ul li .shop_nav_link{
  text-decoration: none;
  cursor: pointer;
  font-size: 1.3889vw;
  font-weight: 400;
  line-height: 2.7722vw;
  overflow: hidden;
  position: relative;
  display: inline-block;
  color: var(--Primary-Colors-Beet-Burgundy, #66273B);
}
.shop_header .shop_nav ul li .shop_nav_link.is-active{ border-color: #222; }
.mItem{
  display:inline
}
.radio_group {
  display: flex;
  flex-direction: column;
  gap: 0.4944vw; /* 12px */
}

.radio_group .custom_radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.1111vw; /* 14px */
  color: #66273B;
  font-family: "PP Nikkei Maru";
  font-weight: 300;
  line-height: 1.1111vw;
}

.radio_group .custom_radio input {
  display: none;
}

.radio_group .custom_radio .radio_visual {
  width: 0.6944vw;  /* 10px */
  height: 0.6944vw; /* 11px */
  position: relative;
  border: 1px solid #66273B; /* 1px */
  border-radius: 50%;
  margin-right: 0.6944vw; /* 8px */
  display: block;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.radio_group .custom_radio input:checked + .radio_visual::before {
  content: '';
  width: 0.4167vw;  /* 6px (inner circle) */
  height: 0.4167vw;
  background: #66273B;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #E8E6E1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* === Checkbox version (same look, squared) === */

/* Accessible checkbox - same visual as .checkbox_visual but directly on input */
/* WCAG 2.2 SC 2.5.8: minimum target size 24x24px */
.accessible-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block !important;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border: 1px solid #66273B;
    border-radius: 2px;
    margin-right: 0.5vw;
    background: transparent;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
  }
  
  /* Checked state - inset fill with 3px margin from border */
  .accessible-checkbox:checked {
    background: #66273B;
    background-clip: content-box;
    padding: 3px;
  }
  
  /* Focus state for keyboard navigation */
  .accessible-checkbox:focus-visible {
    outline: 2px solid #66273B;
    outline-offset: 2px;
  }
  
  /* Optional hover state */
  .accessible-checkbox:hover {
    border-color: #451a28;
  }

  .accessible-checkbox-container {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.1111vw; /* 14px */
    color: #66273B;
    font-family: "PP Nikkei Maru";
    font-weight: 300;
    line-height: 1.1111vw;
    position: relative;
}

#eb-cart-root .accessible-checkbox-container {
    position: fixed;
    bottom: 6.1vw;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 1.1111vw;
    line-height: 1.2;
    color: #66273B;
    font-family: "PP Nikkei Maru";
    font-weight: 300;
    cursor: pointer;
}

#eb-cart-root .accessible-checkbox-container a {
    font-size: 1.1111vw;
    font-weight: 400;
    text-decoration: underline;
    margin-left: 0.25vw;
}

.checkbox_group {
  display: flex;
  flex-direction: column;
  gap: 0.4944vw; /* 12px */
}

.custom_checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.1111vw; /* 14px */
  color: #66273B;
  font-family: "PP Nikkei Maru";
  font-weight: 300;
  line-height: 1.1111vw;
}

.custom_checkbox input {
  display: none;
}

.custom_checkbox .checkbox_visual {
  width: 0.6944vw;  /* 10px */
  height: 0.6944vw; /* 11px */
  position: relative;
  border: 1px solid #66273B;
  border-radius: 2px; /* square checkboxes */
  margin-right: 0.6944vw; /* 8px */
  display: block;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.custom_checkbox input:checked + .checkbox_visual::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.2778vw;  /* 4px */
  height: 0.4167vw; /* 6px */
  border-right: 2px solid #66273B;
  border-bottom: 2px solid #66273B;
  background: transparent;
  border-radius: 0;
}

.fake_radios .radio_visual::before{
  content: '';
  width: 0.4167vw;  /* same 6px inner mark */
  height: 0.4167vw;
  background: #66273B;
  border-radius: 50%; /* keep circular for fake radios */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #E8E6E1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
}


.shop_filters_container{
}
.shop_filters_container .shop_filters_btn{
    font-size: 1.3889vw;
    font-weight: 400;
    line-height: 2.7722vw;
    position: absolute;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
    font-family: 'PP Nikkei Maru';
}
.product_count{
    position:absolute;
    font-size: 0.972vw;
    font-weight: 300;
    line-height: 120%;
    bottom: -.9vw;
}
.shop_filters_container .shop_filters_btn span{
      width: 0.7639vw;
      height: 0.7639vw;
      display: inline-block;
}

.shop_filters_container .shop_filters_btn span svg{

display: block;

width: 100%;

height: auto;
}
.shop_filters_container .shop_filters_btn span svg{
  position:relative;
  display:inline-block;
  animation: shake 4s ease-in-out infinite 2s;
}
.product_pop_up_nutrition_details.open  .nutrition_q_icon svg line:first-child {
    /* opacity:0; */
    transform: rotate(90deg);
}

.shop_filters_container .shop_filters_btn span svg line{
    transform-origin: center;
    transition: transform .25s ease;
    stroke: var(--Primary-Colors-Beet-Burgundy, #66273B);
    stroke-width: 1px;
}


.shop_filters_container .shop_filters_btn.open span svg line:first-child{
    transform: rotate(90deg);
}
.shop_filters_container.open .shop_filters_btn.open span svg line{
    animation: unset;
}
.shop_filters_container .shop_filters_container_content{
    position: fixed;
    background: var(--Primary-Colors-Parchment, #E8E6E1);
    width: 100%;
    top: 11.1111vw;
   
    left: 0;

    display: none;
}
.shop_filters_container .shop_filters_container_content_wrapper{
   padding: 1.3889vw;
      padding-bottom: 3.3056vw;
}
.shop_filters_container .shop_filters_container_content .shop_filters_container_content_text{
    font-size: 0.9722vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    width: 9.6333vw;
    position: absolute;
}
.shop_filters_container .shop_filters_container_content .shop_filters_container_content_text p{}
.shop_filters_container .shop_filters_container_content .shop_filters_container_content_items{
    padding-left: 17.3611vw;
}
.shop_filters_container .shop_filters_container_content .shop_filters_container_content_items .shop_filters_container_content_items_body{
    position: relative;
    float: left;
    margin-right: 5.5556vw;
    border: none;
}
.shop_filters_container .shop_filters_container_content .shop_filters_container_content_items .shop_filters_container_content_items_body .shop_filters_container_content_items_title{
    padding-bottom: 1.8vw;
    line-height: 110%;
}
.shop_filters_container .shop_filters_container_content .shop_filters_container_content_items .shop_filters_container_content_items_body[data-tax-fieldset="other"] .shop_filters_container_content_items_title{
    text-align:center;'
}
.shop_filters_container .shop_filters_container_content .shop_filters_container_content_items .shop_filters_container_content_items_body .radio_group{}
.shop_filters_container .shop_filters_container_content .shop_filters_container_content_items .shop_filters_container_content_items_body .radio_group.fake_radios{
    position: relative;
    pointer-events: none;
}
.shop_filters_container .shop_filters_container_content .shop_filters_container_content_items .shop_filters_container_content_items_body .shop_filters_message{
    width: 9.5729vw;
    position: absolute;
    top: 5.03194vw;
    left: -1.9444vw;
    transform: rotate(-12deg);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s linear;
}
.shop_filters_container .shop_filters_container_content .shop_filters_container_content_items .shop_filters_container_content_items_body .shop_filters_message .shop_filters_message_bk{
    width: 100%;
}
.shop_filters_container .shop_filters_container_content .shop_filters_container_content_items .shop_filters_container_content_items_body .shop_filters_message .shop_filters_message_bk svg{
    display: block;
    width: 100%;
    height: auto;
}
.shop_filters_container .shop_filters_container_content .shop_filters_container_content_items .shop_filters_container_content_items_body .shop_filters_message .shop_filters_message_text{
    position: absolute;
    font-size: 0.9722vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    color: var(--Primary-Colors-Leafy-Green, #1F3F38);
    text-align: center;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5.2778vw;
}
.shop_filters_container .shop_filters_container_content .shop_filters_container_content_items .shop_filters_container_content_items_body .shop_filters_message .shop_filters_message_text p{}

.shop_filters_actions {
  display: flex;
  gap: 1.3889vw;
  align-items: center;
}

.shop_filters_confirm_btn {
  border: 1px solid #66273B;
  background: #66273B;
  color: #E8E6E1;
  font-size: 1.1111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  border-radius: 3.4722vw;
  cursor: pointer;
  padding: 0.6944vw 1.3889vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, color 0.2s;
}

.shop_filters_confirm_btn:hover,
.shop_filters_confirm_btn:focus {
  background: #E8E6E1;
  color: #66273B;
  outline: 2px solid #66273B;
  outline-offset: 2px;
}

.shop_filters_clear_btn{
  border:none;
  background:none;
  font-size: 1.1111vw;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 0;
  color: var(--Primary-Colors-Beet-Burgundy, #66273B);
  cursor: pointer;
  display: flex;
  align-items: center;
}

.shop_filters_clear_btn:hover,
.shop_filters_clear_btn:focus {
  text-decoration: underline;
  outline: 2px solid #66273B;
  outline-offset: 2px;
}

.shop_filters_clear_btn span{
  width:0.6944vw;
  display:inline-block;
  margin-right:0.4944vw;
}
.shop_filters_clear_btn span svg{
  display:block;
  width:100%;
  height:auto;
}

.shop_no_results {
  font-size: 2.7778vw;
  font-weight: 400;
  line-height: 110%;
  margin: 0;
  padding: 2.0833vw 0;
  display: block;
  width: 69.4444vw;
  margin: auto;
  padding: 20vw 2.0833vw;
  text-align: center;
}
.product_pop_up{
    position: fixed;
    z-index: 100000;
    width: 83.333vw;
    height: 63.333vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: calc((var(--true-vh) * 100) - 5.5556vw);
    background: var(--Primary-Colors-Parchment, #E8E6E1);
    transition: opacity 0.35s linear;
    opacity: 0;
    pointer-events: none;
}
.open_product_pop_up .product_pop_up{
    opacity: 1;
    pointer-events: all;  
}
.product_pop_up .product_pop_up_close{
    position: absolute;
    width: 2.153vw;
    z-index: 3;
    right: 2.014vw;
    top: 2.014vw;
    cursor: pointer;
}
.product_pop_up .product_pop_up_close svg{
    width: 100%;
    height: auto;
    display: block;
}
.product_pop_up .product_pop_up_wrapper{
    height: 100%;
}
.product_pop_up .product_pop_up_wrapper .product_pop_up_left{
    width: 50%;
    float: left;

    border-top: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
    border-bottom: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
    border-left: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
    background: var(--Primary-Colors-Radish, #FF6FAD);
    height: 100%;
    padding: 3.472vw;
    position: relative;
}
.product_pop_up .product_pop_up_wrapper .product_pop_up_left .product_pop_up_left_image_container{
    border-radius: 2.283vw;
    border: 0.2083vw solid var(--Primary-Colors-Sunshine-Yellow, #FFCE0F);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 34.722vw;
    height: 34.722vw;
}
.product_pop_up .product_pop_up_wrapper .product_pop_up_left .product_pop_up_left_image_container .animated_line{
    position: absolute;
    z-index: 2;
    width: 2.2222vw;
    height: 12.9889vw;
    left: -1.0764vw;
    top: 5.9028vw;
}
.product_pop_up .product_pop_up_wrapper .product_pop_up_left .product_pop_up_left_image_container .animated_line svg{
    display: block;
    width: 18.8889vw;
    height: auto;
    position: absolute;
    left: 46%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product_pop_up .product_pop_up_wrapper .product_pop_up_left .product_pop_up_left_image_container .product_pop_up_left_image{
     border-radius: 2.083vw;
  width:100%;
  height:100%;
  overflow:hidden;
  position:relative;
}
.product_pop_up .product_pop_up_wrapper .product_pop_up_left .product_pop_up_left_image_container .animated_line svg path{
  /* stroke: #FFCE0F; */
}
.product_pop_up .product_pop_up_wrapper .product_pop_up_left .product_pop_up_left_image_container .product_pop_up_left_image{}
.product_pop_up .product_pop_up_wrapper .product_pop_up_right {
    float: right;
    width: 50%;
    height: 100%;
    border-top: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
    border-right: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
    border-bottom: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
    background: var(--Primary-Colors-Parchment, #E8E6E1);
    padding: 4.556vw 0  4.856vw;
    position: relative;
}
.product_pop_up .product_pop_up_wrapper .product_pop_up_right .product_pop_up_right_data{
    overflow: auto;
    height: 100%;
    padding: 0 5.556vw;
    padding-bottom: 2vw;
}

.product_pop_up_right_data {}
.product_pop_up_right_data .product_pop_up_title,.product_pop_up_right_data .product_pop_up_title label {

font-size: 1.111vw;

line-height: 110%;

font-weight: 300;
}
.product_pop_up_main_title{
	    font-size: 2.778vw;
	    font-weight: 400;
	    line-height: normal;
	    border-bottom: 1px solid;
	    padding-bottom: .8vw;
}
.product_pop_up_right_data .product_pop_up_contains {
    padding-top: .9vw;
    border-bottom: 1px solid;
    padding-bottom: .5vw;
}
.product_pop_up_right_data .product_pop_up_contains .product_pop_up_contains_title {}
.product_pop_up_right_data .product_pop_up_contains .product_pop_up_contains_list {padding-top: .9vw;}
.product_pop_up_right_data .product_pop_up_contains .product_pop_up_contains_list .contains_label {
    padding: 0 0.347vw;
    display: inline-block;
    border-radius: 3.472vw;
    border: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 0.694vw;
    margin-bottom: .4vw;
}

.product_pop_up_right_data .nutrition_summary_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.833vw; /* ~12px on 1440px */
    padding: .9vw 0;
    border-bottom: 1px solid;
}
.product_pop_up_right_data .nutrition_summary_container .nutrition_summary_container_item {}
.product_pop_up_right_data .nutrition_summary_container .nutrition_summary_container_item .nutrition_summary_container_item_title {}
.product_pop_up_right_data .nutrition_summary_container .nutrition_summary_container_item .nutrition_summary_container_item_value {
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 0.694vw;
}

.product_pop_up_right_data .product_pop_up_ingredients {
    padding: .9vw 0;
    border-bottom: 1px solid;
}
.product_pop_up_right_data .product_pop_up_ingredients .product_pop_up_ingredients_title {}
.product_pop_up_right_data .product_pop_up_ingredients .product_pop_up_ingredients_text {
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-top: .9vw;
}

.product_pop_up_right_data .product_pop_up_nutrition_details {
    padding: 0;
}
.product_pop_up_right_data .product_pop_up_nutrition_details .product_pop_up_nutrition_details_header {
    padding: .9vw 0;
    position: relative;
    cursor: pointer;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
}
.product_pop_up_right_data .product_pop_up_nutrition_details .product_pop_up_nutrition_details_header label {
    pointer-events: none;
}
.product_pop_up_right_data .product_pop_up_nutrition_details .product_pop_up_nutrition_details_header span {}

.product_pop_up_right_data .product_pop_up_nutrition_details .product_pop_up_nutrition_table_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1.389vw;
    padding: 0;
}
.product_pop_up_right_data .product_pop_up_nutrition_details .product_pop_up_nutrition_table_container .product_pop_up_nutrition_table {
    font-size: 0.972vw;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}
.product_pop_up_right_data .product_pop_up_nutrition_details .product_pop_up_nutrition_table_container .product_pop_up_nutrition_table .product_pop_up_nutrition_table_group {
    border-bottom: 1px solid;
    padding: 0.156vw 0;
}
.product_pop_up_right_data .product_pop_up_nutrition_details .product_pop_up_nutrition_table_container .product_pop_up_nutrition_table .product_pop_up_nutrition_table_group:first-child{
  padding-top:0;
}
.product_pop_up_right_data .product_pop_up_nutrition_details .product_pop_up_nutrition_table_container .product_pop_up_nutrition_table .product_pop_up_nutrition_table_group:first-child .product_pop_up_nutrition_table_item:first-child{
  padding-top:0;
}
.product_pop_up_right_data .product_pop_up_nutrition_details .product_pop_up_nutrition_table_container .product_pop_up_nutrition_table .product_pop_up_nutrition_table_group .product_pop_up_nutrition_table_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.156vw 0;
}
.product_pop_up_right_data .product_pop_up_nutrition_details .product_pop_up_nutrition_table_container .product_pop_up_nutrition_table .product_pop_up_nutrition_table_group:last-child{
  border:0;
}
.product_pop_up_right_data .product_pop_up_nutrition_details .product_pop_up_nutrition_table_container .product_pop_up_nutrition_table .product_pop_up_nutrition_table_group .product_pop_up_nutrition_table_item .product_pop_up_nutrition_table_item_title {
    text-align: left;
}
.product_pop_up_right_data .product_pop_up_nutrition_details .product_pop_up_nutrition_table_container .product_pop_up_nutrition_table .product_pop_up_nutrition_table_group .product_pop_up_nutrition_table_item .product_pop_up_nutrition_table_item_value {
    text-align: right;
}

.product_pop_up_right_data .product_pop_up_nutrition_details .product_pop_up_nutrition_table_container .product_pop_up_allergens_text_container {}
.product_pop_up_right_data .product_pop_up_nutrition_details .product_pop_up_nutrition_table_container .product_pop_up_allergens_text_container .product_pop_up_allergens_text_container_title {}
.product_pop_up_right_data .product_pop_up_nutrition_details .product_pop_up_nutrition_table_container .product_pop_up_allergens_text_container .product_pop_up_allergens_text_container_text {
    font-size: 0.972vw;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    padding-top: .9vw;
}
.open_product_pop_up,.open_product_pop_up body{
  overflow:hidden
}
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button::after,.added_to_cart {
  display:none!important
}

.product_pop_up_actions{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.694vw 0 1.528vw;
    width: 30.556vw;
    margin: auto;
    left: 50%;
    transform: translate(-50%, 0px);
    border-top: 1px solid;
    height: 4.856vw;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product_pop_up_actions a.button {
    width: 100%;
    padding: 0;
    height: 2.639vw;
    line-height: 2.639vw;
    border-radius: 3.4722vw;
    background: var(--Primary-Colors-Beet-Burgundy, #66273B);
    font-family: "PP Nikkei Maru";
    color: var(--Primary-Colors-Parchment, #E8E6E1);
    font-weight: 400;
    border: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
    -moz-transition: background .35s ease-in-out,color .35s ease-in-out,border .35s ease-in-out;
    -ms-transition: background .35s ease-in-out,color .35s ease-in-out,border .35s ease-in-out;
    -o-transition: background .35s ease-in-out,color .35s ease-in-out,border .35s ease-in-out;
    transition: background .35s ease-in-out,color .35s ease-in-out,border .35s ease-in-out;
    padding-right: 0!important;
    left: 0;
}

.eb-shop-grouped li.product.outofstock .eb-qty {
    display: none !important;
}

.eb-shop-grouped li.product.is-oos .out_of_stock_container,
.eb-shop-grouped li.product.outofstock .out_of_stock_container {
  opacity: 1;
}
.eb-shop-grouped li.product.is-oos .product_image:after,
.eb-shop-grouped li.product.outofstock .product_image:after{
  position:absolute;
  width:100%;
  height:100%;
  content:'';
  background-color: #E8E6E1;
  opacity: .7;
  left: 0;
  top: 0;
}
.eb-shop-grouped li.product.is-oos .price { opacity: .8; }
.eb-shop-grouped li.product.is-oos  .eb-qty{ display: none !important; }
.out_of_stock_container{
  position:absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: var(--Primary-Colors-Parchment, #E8E6E1);
  background-image: url(images/out_of_stock.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 11.667vw;
  height: 6.111vw;
  padding: 1.606vw 1.806vw;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  font-size: 1.389vw;
}

#eb-cart-root{
  position:fixed;
  right:0;
  height:100%;
  width:41.667vw;
  z-index: 11;
  transform: translate(100%, 0px);
  transition: transform .85s ease;
}
.open_cart #eb-cart-root{
      transform: translate(0%, 0px);
}
.empty_cart #eb-cart-root{
    display:none
}
.eb-cart_body a,.eb-cart_body {
    color:var(--Primary-Colors-Beet-Burgundy, #66273B);
}
.eb-cart{background: #E8E6E1;border-left: 1px solid #66273B;height: 100%;}
.eb-cart__header{display:flex;justify-content:space-between;align-items:center;height: 5.5556vw;background: var(--Primary-Colors-Beet-Burgundy, #66273B);color: var(--Primary-Colors-Parchment, #E8E6E1);padding: 2.083vw;}
.eb-cart__header h3{
    font-size: 2.778vw;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 6.944vw;
    line-height: 2.778vw;
}
.eb-cart__close{border:none;background:transparent;cursor:pointer;width: 2.153vw;padding: 0;}
.eb-cart__close svg{
    width: 100%;
    height: auto;
    display: block;
}
.eb-cart__close svg path{stroke: #E8E6E1;}
.eb-cart__loc-title,.eb-cart__time-title{
  font-weight: 400;
  margin-bottom: 1.389vw;
  font-size: 1.666666vw;
}
.eb-cart__loc{

          position: relative;
          padding-bottom: 2.083vw;
          border-bottom: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
}
.eb-cart__loc-line{
    font-weight: 300;
}
.eb-cart__loc-addr{}
.eb-cart__loc-change{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
    font-weight: 400;
}
.eb-cart__time{
    padding:2.083vw 0;
    border-bottom: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
}
.eb-chip,.eb-pill{border-radius: 3.472vw;border: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);cursor:pointer;padding: 0.347vw 0.694vw;font-size: 1.111vw;font-style: normal;font-weight: 400;line-height: 1.5;min-height: 1.667vw;display: inline-flex;align-items: center;justify-content: center;color: var(--Primary-Colors-Beet-Burgundy, #66273B);background: transparent;margin-right: 0.694vw;margin-bottom: 0.694vw;}
.eb-pill--ghost{background:transparent}

.eb-cart__time-empty{opacity:.7;padding:8px 0}
.eb-cart__time-custom{margin-top: 1.389vw;align-items:center}

/* Time select styling - modern look matching app design */
.eb-time-select {
    width: fit-content;
    padding: 0.694vw 1.389vw;
    border: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
    border-radius: 3.472vw;
    background-color: #E8E6E1;
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
    font-family: 'PP Nikkei Maru';
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5' fill='none'%3E%3Cpath d='M0.299988 0.399902L4.29999 3.3999L8.29999 0.399903' stroke='%2366273B'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.389vw center;
    background-size: 0.625vw 0.347vw;
    padding-right: 3.472vw;
    transition: all 0.2s ease;
}

.eb-time-select:hover {
    background-color: rgba(102, 39, 59, 0.05);
}

.eb-time-select:focus {
    outline: 2px solid var(--Primary-Colors-Beet-Burgundy, #66273B);
    outline-offset: 2px;
    background-color: #E8E6E1;
}

.eb-time-select:active {
    background-color: rgba(102, 39, 59, 0.1);
}

.eb-time-select option {
    background-color: #E8E6E1;
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
    padding: 0.694vw;
}

.eb-btn--primary{width:100%;position: absolute;bottom: 0;display: block;height: 2.639vw;padding: 0;width: 37.5vw;bottom: 2.083vw;z-index: 2;}
.eb-cart__items h4{margin: 1.389vw 0 0;font-weight: 400;text-transform: uppercase;font-size: 1.111vw;font-style: normal;line-height: 110%;}
.eb-line{display:flex;align-items:center;border-bottom: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);padding: 1.389vw 0;}
.eb-line__img img{width: 7.153vw;height: 7.153vw !important;border-radius: 1.042vw;object-fit:cover;display: block;}
.eb-line__meta{flex:1;margin-left: 2.083vw;font-size: 1.111vw;font-style: normal;font-weight: 400;line-height: 110%;}
.eb-line__name{font-weight: 400;margin-bottom: .8vw;}
.eb-line__price{opacity: 1;font-weight: 300;}
.eb-line__stock{font-size:.9em;opacity:.75}
.eb-line.is-oos{
    opacity: .3;
}
.eb-btn--primary:disabled,
.eb-btn--primary[aria-disabled="true"]{
    opacity:.5;
    cursor:not-allowed
}
.eb-line.is-oos .eb-line__qty{
    display:none
}
.eb-qty{
    background: transparent;
    border: none;
    padding: 0 0.347vw;
    font-size: 1.3889vw;
    font-weight: 300;
    line-height: 2.7722vw;
    cursor: pointer;
    color:  var(--Primary-Colors-Beet-Burgundy, #66273B);
}
.eb-qty__val{display:inline-block;width: 2.153vw;text-align:center;height: 2.153vw;border-radius: 50%;border: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B);line-height: 2.153vw;font-size: 1.111vw;font-style: normal;font-weight: 300;}
.eb-total__row{
    text-align:right;
    padding-top: 1.389vw;
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}
.eb-total__row span{
    display:block;
    margin-bottom: 0.694vw;
}
.eb-checkout-msg{margin-top:8px;font-size:.95em}

.eb-cart_body{padding:2.083vw;font-size: 1.111vw;font-style: normal;line-height: 110%;height: calc(100% - 5.5556vw);overflow: auto;padding-bottom: 5.556vw;}
.eb-cart:after{
    height: 8.556vw;
    content:'';
    bottom:0;
    position:absolute;
    left:0;
    background: #E8E6E1;
    width: 100%;
    border-left: 1px solid #66273B;
}
.eb-cart__time-tabs{
    position:relative;
    padding-bottom: 1.389vw;
}
.js-eb-time-more{
    border:none;
    padding:0;
    font-size: 1.111vw;
    font-style: normal;
    line-height: 110%;
    font-weight:300;
    position:absolute;
    right:0;
    top:0;
    color:#66273B;
    margin: 0;
}
#eb-date{
    display:none;
}
.js-eb-date-apply{
    display:inline-block;
    padding: 0.347vw 1.389vw;
    border-radius: 3.472vw;
    font-size: 1.111vw;
font-style: normal;
font-weight: 400;
line-height: normal;

}

.eb-cart__items.loading{
    opacity:.5;
    pointer-events:none;
}
.fake_logo{
	display:none;
}

.home .fake_logo{
	display:block;
}
.home_anim_module .home_anim_block .home_anim_stage .anim_layout .anim_layout_inner{
    position:relative;
    margin:auto;
    height: 100%;
}

.cookies_pop_up.visible{
  transform: translate(18vw, -50%);
}

/* Prevent focus and interaction on hidden cookie popup */
.cookies_pop_up[hidden],
.cookies_pop_up:not(.visible) {
  pointer-events: none !important;
}

.cookies_pop_up[hidden] *,
.cookies_pop_up:not(.visible) * {
  pointer-events: none !important;
}
.nutrition_q_icon {
    width: 0.7639vw;
    height: 0.7639vw;
    display: block;
    align-items: center;
    justify-content: center;
    line-height: 1;
    /* margin-right: 0.6944vw; */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    margin-right: 0;
}

.nutrition_q_icon svg {
    width: 100%;
    display: block;
    height: auto;
}

.product_pop_up_nutrition_details.open  .nutrition_q_icon svg line:first-child {
    /* opacity:0; */
    transform: rotate(90deg);
}

.nutrition_q_icon svg line {
    transform-origin: center;
    transition: transform .25s ease;
    stroke: var(--Primary-Colors-Beet-Burgundy, #66273B);
    stroke-width: 1px;
}
.nutrition_q_icon{}
.nutrition_q_icon{}

@keyframes shake {
  0%   { transform: translateX(0); }
  2%   { transform: translateX(-3px); }
  4%   { transform: translateX(3px); }
  6%   { transform: translateX(-1.5px); }
  8%   { transform: translateX(1.5px); }
  10%  { transform: translateX(0); }
  100% { transform: translateX(0); } /* stays still until next loop */
}

body.woocommerce-page ul.products li.product .today_stamp em{
      color: #66273B;
  }
 body.woocommerce-page ul.products li.product .today_stamp svg path {
      fill: #FFCE0F;
  }

body.woocommerce-page ul.products li.product .today_stamp {
  right: -1.527777vw;
  left:auto;
  z-index:1;
  text-align: center;
  transform: rotate(-322deg);
  top: -1.527777vw;
}
  body.woocommerce-page ul.products li.product .today_stamp{
  width: 7.361111111111111vw;
  height: 7.361111111111111vw;
  }

@media (orientation: landscape) {
    .checkbox_group[data-tax="other"]{
    display: grid !important;
    grid-template-columns:1fr 1fr;
}
    .tax_group_container{
          display: block !important;
            height: auto!important;
    }
.checkbox_group{
    display: flex !important;
    height: auto!important;
}
    .shop_filters_container .shop_filters_container_content .shop_filters_container_content_items .shop_filters_container_content_items_body .radio_group.fake_radios,
    .shop_filters_container .shop_filters_container_content .shop_filters_container_content_items .shop_filters_container_content_items_body .shop_filters_message{
        display: flex !important;
        height: auto!important;
    }
}
.filters_marquee_container{
	opacity:0;
	pointer-events:none;
    position:absolute;
}
.chilled_pop_up_container{
        position: fixed;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index:100;
        width:39.861vw;
        height:18.403vw;
        transition: opacity .35s ease;
        pointer-events: none;
        opacity: 0;
}

.chilled_pop_up_container .chilled_pop_up_container_close{
    position: absolute;
    width: 2.153vw;
    right: 6.111vw;
    top: 3.889vw;
    z-index: 2;
    cursor: pointer;
}
.chilled_pop_up_container .chilled_pop_up_container_close svg{
    display: block;
    width: 100%;
    height: auto;
}
.chilled_pop_up_container .chilled_pop_up_container_close svg path{
    stroke: var(--Primary-Colors-Leafy-Green, #1F3F38);
  
}
.chilled_pop_up_container .chilled_pop_up_container_bk{
    position:absolute;
    too:0;
    left:0;
    width:100%;
    height:auto;
    
}
.chilled_pop_up_container .chilled_pop_up_container_bk svg{
    display:block;
    width:100%;
    height:auto;
}
.chilled_pop_up_container .chilled_pop_up_container_content{
    font-size: 2.778vw;
    font-style: normal;
    line-height: 110%;
    position: absolute;
    z-index: 2;
    color: var(--Primary-Colors-Leafy-Green, #1F3F38);
    width: 20.208vw;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.chilled_pop_up_container.open{
    opacity:1;
    pointer-events:auto;
}
.eb-chip.is-selected, .eb-pill.is-active{
     background-color: var(--Primary-Colors-Beet-Burgundy, #66273B);
     color: #E8E6E1;
}
.eb-chip.is-selected{
    display:inline-block!important;
}
#eb-cart-root .custom_checkbox{
    position: fixed;
    bottom: 6.458vw;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translate(-50%,0);
    display: block;
    z-index: 1;
}
#eb-cart-root .custom_checkbox .checkbox_visual{
    display: inline-block;
    border-radius: 0;
    width: 0.764vw;
    height: 0.764vw;
    /* vertical-align: middle; */
}
#eb-cart-root .custom_checkbox input:checked + .checkbox_visual::before{
      border-radius: 0;
}
#eb-cart-root .custom_checkbox a{
    font-weight:400;
    text-decoration:underline
}

.newsletter_error{
    position:absolute;
    color:#F75336;
    font-family: 'PP Nikkei Maru';
    font-weight: 300;
    font-size: 1.3vw;
    margin-top: .4vw;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.role_link{
    background:none;
    border:none;
    padding:0;
}
.sr-only{
  position:absolute !important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}
.thanks_container{
    min-height:calc(var(--true-vh)*100);
    background: #FFB0DA;
    position: relative;
}
.thanks_container_text{
    position:relative;
    top:50%;
    left:50%;
    width:100%;
    transform:translate(-50%,-30%);
    text-align:center
}
.thanks_container_text h2{
    
    font-size: 2.7778vw;
    font-weight: 400;
    line-height: 110%;
    margin: 0;
    padding: 2.0833vw 0;
    color: #1E364C;
}

.catering_section{
  width:100%;
}

.catering_section .catering_section_inner{
  width:100%;
}

.catering_section .catering_item{
  width:100%;
}

.catering_section .catering_item_row{
  display:flex;
  align-items:flex-start;
  gap: 5.903vw;
  padding: 3.472vw 0;
}

.catering_section .catering_item.is-normal .catering_item_row{
  flex-direction:row;
}

.catering_section .catering_item.is-reversed .catering_item_row{
  flex-direction:row-reverse;
}

.catering_section .catering_col{
  width: 50%;
  height: 45.139vw;
}

/* TEXT COLUMN — aligned bottom */
.catering_section .catering_col.catering_col_text{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap: 3.472vw 0;
}
.catering_section .catering_col.catering_col_text .catering_text{font-size: 20px;line-height: 125%;font-weight: 300;}
.catering_section .catering_col.catering_col_text .catering_text h2{
    margin: 0;
    font-size: 4.167vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 3.472vw;
}
.catering_section .catering_col.catering_col_text .catering_text h2:last-child{
    margin:0;
}
.catering_section .catering_col.catering_col_text .catering_text h3{
    font-size: 2.083vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-top: 0;
    margin-bottom: 1.389vw;
}
.catering_section .catering_col.catering_col_text .btn{}

.catering_section .catering_col.catering_col_media{
  display:flex;
  flex-direction:column;
  height: 45.139vw;
  width: 47.361vw;
}

.catering_section .catering_col.catering_col_media .catering_media_parent{
  width:100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3.472vw;
    position:relative;
}

.catering_section .catering_col.catering_col_media .catering_media_image{
  width:100%;
  height: 100%;
  display:block;
  object-fit: cover;
}
.catering_section .catering_col.catering_col_media video{
    position:absolute;
}
/* FULL WIDTH BOTTOM TEXT */
.catering_section .catering_bottom_text{
  width:100%;
  margin-top: 0;
  text-align: center;
  padding: 3.472vw 1.389vw;
}
.catering_section .catering_bottom_text{
    margin:0;
      font-size: 4.167vw;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.catering_container{
    padding: 5.556vw;
    padding-bottom: 0;
}
.catering_section .catering_bottom_text p{
    margin-bottom:3.472vw;
}
.skip-to-content {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-250%);
  z-index: 10000;
}

.skip-to-content:focus {
  transform: translateY(0%);
}
  .right_menu .play_pause_animations div.play_pause_background{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:block;
  }
  .right_menu .play_pause_animations div svg path{
            transition: fill .35s ease-in-out, stroke .35s ease-in-out;
}


.footer_substack_link_container{
    text-align:center;
    padding-top: 2.08333vw;
}
.footer_substack_link_container .btn{
  display:inline-block  
}
  .featured_post_container .footer_substack_link_container .btn{
          margin-top: 2.083333vw
  }
  .featured_post_container .footer_substack_link_container{
      padding:0;
      text-align:left
    
  }
   .featured_post_container .footer_substack_link_container .btn {
    padding: 0.3472vw 1.3889vw;
    background: transparent;
    color: var(--Primary-Colors-Beet-Burgundy, #66273B);
}


.locations_content {margin-left: 25.9028vw;width: 26.66666667vw;padding-bottom: 4.931vw;}

.locations_content .locations_content_text {font-size: 1.3889vw;font-weight: 300;font-family: 'PP Nikkei Maru';margin-bottom: 1.8vw;line-height: 125%;}

.locations_content .locations_content_text h4 {margin:0;line-height: 110%;padding-bottom: 1vw;font-size: 2.08333333vw;}

.locations_content .locations_content_text p {
}

.locations_content .locations_content_email {
}

.locations_content .locations_content_email .locations_content_email_link {
}

.locations_content .locations_content_email .locations_content_email_link span {
}

.locations_content .locations_content_email .locations_content_email_link span svg {
}

.locations_content .locations_content_email .locations_content_email_link span svg path {
}


    .svg-sprite {
        pointer-events: all !important;
    }

    .falling_shapes_animation {

        pointer-events: none;
    }
#page:focus {
  outline: none;
}

.eb-qty.eb-qty-product .eb-qty__stepper {
  right: 1.25vw;
  bottom: 1.25vw;
  border-radius: 2.222vw;
  height: 2.222vw;
  line-height: 1.528vw;
}

.product .eb-qty.eb-qty-product .eb-qty__stepper {
  width: 6.528vw;
}

.eb-qty.eb-qty-product .eb-qty__stepper .eb-qty__btn {
  line-height: 1.528vw;
  height: 1.528vw;
  width: 1.528vw;
  border-radius: 50%;
        top: 50%;
        transform: translate(0px, -50%);
          padding: 0;
        border: none;
        background: none;
        text-align: center;
        position: absolute;
        cursor: pointer;
        transition: background .35s ease-in-out, color .35s ease-in-out, border .35s ease-in-out;
        color: var(--Primary-Colors-Beet-Burgundy, #66273B);
}

.eb-qty.eb-qty-product .eb-qty__stepper .eb-qty__btn.js-eb-qty-minus {
  left: 0.347vw;
}

.eb-qty.eb-qty-product .eb-qty__stepper .eb-qty__val {
  height: 2.222vw;
  line-height: 2.222vw;
  font-size: 0.972vw;
           border: none;
                display: block;
        margin: auto;
}

.eb-qty.eb-qty-product .eb-qty__stepper .eb-qty__btn.js-eb-qty-plus {
  right: 0.417vw;
}

.eb-qty.eb-qty-product .eb-qty__stepper .eb-qty__btn svg {
  width: 0.556vw;
      position:absolute;
  width: 8px;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
  .eb-qty.eb-qty-product .eb-qty__stepper .eb-qty__btn svg path{
            transition: stroke .35s ease-in-out;
    stroke:#66273B;
  }
.product_pop_up_actions .eb-qty.eb-qty-product .eb-qty__stepper {
        position:relative;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
  height: 2.639vw;
  line-height: 2.639vw;
}

.product_pop_up_actions .eb-qty.eb-qty-product .eb-qty__stepper .eb-qty__btn {
  height: 1.944vw;
  line-height: 2.639vw;
  width: 1.944vw;
}

.product_pop_up_actions  .eb-qty.eb-qty-product .eb-qty__stepper .eb-qty__val {
  height: 2.639vw;
  line-height: 2.639vw;
}

.eb-toast{
  position: fixed;
  bottom: 1.528vw;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  z-index: 999999999;
  border-radius: 4px;
  transition: opacity .35s ease-in-out, color .35s ease-in-out, border .35s ease-in-out;
}
.eb-toast.is-open{
  opacity: 1;

}
.eb-qty.eb-qty-product .eb-qty__stepper .eb-qty__btn:disabled{
    opacity:.5;
    pointer-events:none
}

/******************************
* Checkout page specific styles
*******************************/
body.woocommerce-account article.page,
body.woocommerce-checkout article.page {
    padding: 80px;
    padding-top: 160.6px;
}

@media (orientation: portrait) {
    body.woocommerce-account article.page,
    body.woocommerce-checkout article.page {
        padding: 12.821vw 5.128vw;
        padding-top: 41.538vw;
        overflow: hidden;
    }
}

body.woocommerce-checkout select,
body.woocommerce-checkout textarea,
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"] {
    border: 1px solid #66273B !important;
    border-radius: 0px !important;
    padding: 12px 15px !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

body.woocommerce-checkout select:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout input[type="tel"]:focus,
body.woocommerce-checkout input[type="text"]:focus,
body.woocommerce-checkout input[type="email"]:focus {
    outline: none !important;
    box-shadow: none !important;
}

:where(.woocommerce) .select2-container .select2-dropdown, :where(.woocommerce) .select2-container .select2-selection {
    border: 1px solid #66273B !important;
    border-radius: 0px !important;
    padding-left: 7px !important;
}

:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px !important;
    font-weight: 300 !important;
    padding-top: 14px !important;
    padding-bottom: 10px !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: var(--Primary-Colors-Beet-Burgundy, #66273B);
    font-family: "PP Nikkei Maru";
    color: var(--Primary-Colors-Parchment, #E8E6E1) !important;
    border: 1px solid var(--Primary-Colors-Beet-Burgundy, #66273B) !important;
    -moz-transition: background .35s ease-in-out,color .35s ease-in-out,border .35s ease-in-out !important;
    -ms-transition: background .35s ease-in-out,color .35s ease-in-out,border .35s ease-in-out !important;
    -o-transition: background .35s ease-in-out,color .35s ease-in-out,border .35s ease-in-out !important;
    transition: background .35s ease-in-out, color .35s ease-in-out, border .35s ease-in-out !important;
    text-align: center !important;
    cursor: pointer !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-weight: 500 !important;
    border-radius: 100px !important;
    margin-top: 20px !important;
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    color: var(--Primary-Colors-Beet-Burgundy, #66273B) !important;
    background: transparent !important;
}

.woocommerce form .form-row label {
    color: var(--Primary-Colors-Beet-Burgundy, #66273B) !important;
    font-family: 'PP Nikkei Maru' !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text {
    color: var(--Primary-Colors-Leafy-Green, #1F3F38) !important;
    font-style: normal !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 110% !important;
}

body.woocommerce-checkout .select2-dropdown .select2-results__option {
    font-size: 16px !important;
    font-weight: 300 !important;
}

body.woocommerce-checkout #payment {
    background: transparent !important;
}

body.woocommerce-checkout #payment .wc_payment_methods {
    padding: 0px !important;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #D9D6D7 !important;
}

.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #D9D6D7 !important;
}

body.woocommerce-checkout .woocommerce-checkout-payment p.form-row .woocommerce-form__input,
body.woocommerce-checkout .woocommerce-checkout-payment p.form-row .woocommerce-form__input:focus {
    outline: none !important;
    box-shadow: none !important;
}

body.woocommerce-checkout .payment_box p.form-row #wc-squaresync_credit-new-payment-method + label,
body.woocommerce-checkout .woocommerce-checkout-payment p.form-row .woocommerce-form__input + .woocommerce-terms-and-conditions-checkbox-text {
    position: relative;
    padding-left: 25px;
}

body.woocommerce-checkout .payment_box p.form-row #wc-squaresync_credit-new-payment-method + label:before,
body.woocommerce-checkout .woocommerce-checkout-payment p.form-row .woocommerce-form__input + .woocommerce-terms-and-conditions-checkbox-text:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 1px var(--Primary-Colors-Beet-Burgundy, #66273B) !important;
    left: -10px;
    top: -2px;
}

body.woocommerce-checkout .payment_box p.form-row #wc-squaresync_credit-new-payment-method:checked + label:after,
body.woocommerce-checkout .woocommerce-checkout-payment p.form-row .woocommerce-form__input:checked + .woocommerce-terms-and-conditions-checkbox-text:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 4px;
    border-left: solid 1px var(--Primary-Colors-Beet-Burgundy, #66273B);
    border-bottom: solid 1px var(--Primary-Colors-Beet-Burgundy, #66273B);
    transform: rotate(-45deg);
    left: -4px;
    top: 5px;
}

body.woocommerce-checkout table.shop_table td {
    font-size: 20px !important;
    font-weight: 300 !important;
    color: var(--wc-form-color-text, #000) !important;
}

body.woocommerce-checkout table.shop_table tfoot th,
body.woocommerce-checkout table th {
    font-size: 20px !important;
    font-weight: 500 !important;
}

body.woocommerce-checkout .shop_table.order_details tfoot th,
body.woocommerce-checkout .shop_table.order_details tbody td,
body.woocommerce-checkout .shop_table.order_details tbody td a,
body.woocommerce-checkout ul.order_details li strong {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}

body.woocommerce-checkout .shop_table.order_details tfoot tr:first-child th,
body.woocommerce-checkout .shop_table.order_details tfoot tr:nth-child(2) th {
    font-weight: 500 !important;
    color: var(--Primary-Colors-Beet-Burgundy, #66273B) !important;
}

body.woocommerce-checkout .woocommerce-order .woocommerce-customer-details address {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 30px !important;
}