html,
body {
    width: 100%;
    height: auto !important;
    min-height: 100%;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c-nav-link_hover,
.c-nav-link_hover-clone {
    visibility: hidden;
}

.c-nav-link_hover.reverse,
.c-nav-link_hover-clone.reverse {
    color: var(--clr-yellow-01);
}

@media only screen and (max-width: 991px) {
    .c-header-mobile {
        visibility: hidden;
    }
}

[src="https://r.turn.com/r/beacon?b2=ikm1DKPsRmW2mUkaDAM3oHnyPJaEwRHPd1hc_3PetJLMTkSzcmLwhAIQXcmILgAGjzqk46C2IiGQEYiO31g0YQ&cid="] {
    display: none !important;
}


@media only screen and (min-width: 992px) {
    .c-header {
        height: 4.5em;
    }
}

/* PAGE LOAD */

html:not(.w-editor) .c-header {
    transform: translateY(-100%);
}

.c-header-bg {
    transform: translateY(0%);
}

.c-body.scrolled .c-nav-link_hover-clone {
    color: var(--clr-yellow-01);
}

.c-nav-shop_num {
    background-color: var(--clr-white-01);
}

/* MATTER JS */

.tricks-circle {
    overflow: hidden;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.tricks-circle:nth-child(1) {
    background-image: url("../image/a.svg");
}

.tricks-circle:nth-child(2) {
    background-image: url("../image/b.svg");
}

.tricks-circle:nth-child(3) {
    background-image: url("../image/c.svg");
}

.tricks-circle:nth-child(4) {
    background-image: url("../image/d.svg");
}

.tricks-circle:nth-child(5) {
    background-image: url("../image/e.png");
}

.tricks-circle:nth-child(6) {
    background-image: url("../image/f.png");
}

.tricks-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    touch-action: auto !important;
}

.tricks-elements,
.tricks-spacer {
    pointer-events: none;
}

/*@media only screen and (max-width: 991px) {} */

@media (pointer: coarse) and (hover: none) {
    .c-matter {
        pointer-events: none;
    }

    .tricks-matter {
        touch-action: none !important;
    }

    .tricks-canvas {
        touch-action: none !important;
    }
}

/* VARIABLES */

:root {
    --app-height: 100vh;
    --clr-charcoal-01: #0047a0;
    --clr-charcoal-02: #3B4559;
    --clr-yellow-01: #FED141;
    --clr-offwhite-01: #959591;
    --clr-offwhite-02: #F4F2E6;
    --clr-white-01: #FFFFFF;
    --clr-bagel-01: #0086BF;
    --clr-bagel-02: #4698CA;
    --clr-bagel-03: #8DC8E8;
    --clr-cinnamon-01: #C24628;
    --clr-cinnamon-02: #CF6F5D;
    --clr-cinnamon-03: #D99089;
    --clr-italian-01: #008f3c;
    --clr-italian-02: #00aa52;
    --clr-italian-03: #9ad092;
    --clr-original-01: #F1B424;
    --clr-original-02: #FED141;
    --clr-original-03: #FDF38A;
    --clr-southwest-01: #D86018;
    --clr-southwest-02: #ED8B00;
    --clr-southwest-03: #FFB549;
}

::selection {
    background: rgba(149, 149, 145, 0.3);
}

/* 100VH SECTIONS */

@media only screen and (max-width: 991px) {
    .c-section.hm-hero {
        min-height: var(--app-height);
    }

    [home-hero-mobile] {
        min-height: auto !important;
        height: auto !important;
    }
}

/* ROOT SCALING  */

@media only screen and (min-width: 992px) and (max-width: 1920px) {
    .t-body-1 {
        font-size: clamp(20px, 1.5em, 1.5em);
    }

    .t-body-2,
    .c-txt-link,
    input::placeholder,
    .pagination_num,
    .pagination_dots {
        font-size: clamp(18px, 1.25em, 1.25em);
    }

    .c-nav-link,
    .c-dd-link {
        font-size: 18px;
    }

    .t-body-3,
    .community-footer input::placeholder,
    .c-filter-search::placeholder,
    .checkbox_label {
        font-size: clamp(16px, 1em, 1em);
    }

    /* .c-btn-label {
  	font-size: clamp(16px, 1.125em, 1.125em);
  }
  .c-btn-label.is-small {
  	font-size: clamp(14px, 1em, 1em);
  } */
    /* .swiper-slide.hm-hero .c-btn-label {
  	font-size: clamp(18px, 1.125em, 1.125em);
  } */
}

/* GLOBAL */

[no-click] {
    pointer-events: none;
}

[click] {
    pointer-events: auto;
}

[relative] {
    position: relative;
}

[z-5] {
    z-index: 5;
    position: relative;
}

[z-15] {
    z-index: 15;
    position: relative;
}

[overflow-hidden] {
    overflow: hidden;
}

[clr-offwhite-02] {
    background-color: var(--clr-offwhite-02);
}

[cursor-none] {
    cursor: none;
}

[split-type] {
    font-kerning: none;
}

[visibility-hidden] {
    visibility: hidden;
}

[clamp-two] {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inline-block {
    display: inline-block;
}

.c-body.no-scroll {
    overflow: hidden;
}

a {
    color: inherit;
}

.aspect-video {
    aspect-ratio: 16 / 9
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

/* BUTTONS */

@media only screen and (min-width: 992px) {
    .c-btn.is-large {
        padding-top: clamp(20px, 1.75em, 28px);
        padding-bottom: clamp(20px, 1.75em, 28px);
    }

    .c-btn.is-secondary {
        padding-top: clamp(16px, 1.75em, 20px);
        padding-bottom: clamp(16px, 1.75em, 20px);
    }
}

.c-btn-icon,
.c-btn-bg {
    will-change: auto;
}

.all-recipes-mobile {
    grid-column-end: span 2;
}

/* FOOTER */

.c-footer-social {
    transition-timing-function: ease;
    transition-property: color;
    transition-duration: 0.4s;
}

.c-footer-social:hover {
    color: var(--clr-yellow-01);
}

.c-dd-list {
    width: calc(100% - 4em);
}

/* SWIPER */

[swiper-hm-hero] {
    height: 100%;
}

/* OTHERS */

.o-row.footer {
    box-shadow: 0px 3.139209032058716px 3.139209032058716px 0px hsba(0, 0%, 0%, 0.05);
}

.span-bg {
    position: absolute !important;
}

.span-wrap {
    padding-right: 0.1em;
}

.line {
    overflow: hidden !important;
    padding-bottom: 0.2em;
    margin-bottom: -0.2em;
    transform-origin: bottom !important;
}

.word {
    padding-right: 0.1em;
    margin-right: -0.1em;
}

.pagination_num {
    isolation: isolate;
}

.pagination_num.w--current::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: url('https://cdn.prod.website-files.com/63e361a5e2a22da1600ef70f/641d79851dca18bd30455efa_Egg.svg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    z-index: -1;
}

.c-table-row:last-child {
    border: 0;
    padding-bottom: 0;
}

.c-values-item:last-child {
    padding-bottom: 0;
}

.c-list-item:last-child {
    padding-bottom: 0;
    border: 0;
}

/* .c-registered-wrap .t-display-7 {
	font-size: 1.25em;
  transform: translate(-0.25em, 0.25em)
} */

.c-nav-link_hover-clone.dropdown {
    display: none;
}

.t-rich-text a {
    color: var(--base--accent-01);
}

/* FORM */

.c-form.nutrition button {
    width: 100%;
}

.c-form.nutrition :is(input,
    input:focus,
    input::placeholder) {
    font-size: 16px;
}

.c-form.nutrition textarea {
    font-size: 18px;
}

.c-form-input.nutrition-select {
    font-size: 18px !important;
    font-family: inherit !important;
    color: #989DA6;
    appearance: none;
}

.c-form-input.community-select {
    font-family: inherit !important;
    color: hsla(50.99999999999997, 39.00%, 93.00%, 0.50);
    appearance: none;
}

/* FORM AUTOFILL */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9000s;
    -webkit-text-fill-color: #fff !important;
}

.c-line.footer-mobile {
    width: calc(100% + 3em);
}

.c-nav-link.w--current .c-nav-link_hover {
    color: var(--clr-yellow-01);
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.c-dd-item-link.w--current {
    background-color: var(--clr-yellow-01);
    border-radius: 1.5em;
}

@media only screen and (max-width: 991px) {
    .c-dd-item-link.w--current {
        border-radius: 0.75em;
    }

    .c-dd-item.learn .t-body-2 {
        font-size: 0.875em;
    }
}

.t-rich-text a {
    transition-property: color;
    transition-duration: 200ms;
    transition-timing-function: ease;
}

.t-rich-text a:hover {
    color: var(--base--accent-01);
}

.c-blog-link.press .t-display-7 {
    transition-property: color;
    transition-duration: 400ms;
    transition-timing-function: ease;
}

.c-blog-link.press:hover .t-display-7 {
    color: var(--base--accent-01);
}

.swiper-btn-next,
.swiper-btn-prev {
    transition-property: stroke, background-color, opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease;
}

.swiper-btn-next:hover,
.swiper-btn-prev:hover {
    background-color: var(--base--accent-01);
    color: var(--base--white-01);
}

.swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}

@media only screen and (min-width: 992px) {
    .c-section.hm-hero {
        height: calc(100vh + 6.5em);
    }

    .c-section.hm-hero-2 {
        height: auto;
    }
}

/* FOOTER SIGN UP BUTTON */

/* == iPad/iPhone [portrait + landscape] == */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px),
@media only screen and (max-device-width: 480px) {
    .c-footer-submit {
        width: 90px !important;
    }

    .c-footer-submit-txt {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 991px) {
    .c-recipes-hub_lt {
        pointer-events: none;
    }

    .c-filter-content {
        visibility: hidden;
    }

    .c-section.recipes-hub-hero {
        contain: paint;
    }

    .c-matter {
        pointer-events: none;
    }
}

@media only screen and (max-width: 479px) {

    .c-section.hm-hero .t-display-2,
    .c-hm-title .t-display-2 {
        font-size: 31px;
    }
}

.c-accordion-item {
    -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .c-btn-wrap.hm-hero .t-body-1 {
        font-size: 24px;
    }

    .swiper.hm-product {
        width: 60%;
        height: 60%;
    }
}

[css-radius-respect] {
    isolation: isolate;
}

.c-cookie .t-display-7 {
    font-size: 1.5em;
    /* font-family: Sofiapro; */
}

.c-cookie-btn {
    font-size: clamp(14px, 1em, 1em);
}

@media only screen and (max-width: 479px) {
    .c-cookie {
        width: calc(100% - 2.5em);
        margin-left: 1.25em;
    }
}

.c-popup .t-display-7 {
    font-size: 1.5em;
}

.c-popup .t-body-3 {
    font-size: 14px;
    line-height: 1.4;
}

@media only screen and (max-width: 479px) {
    .c-popup {
        width: calc(100% - 2.5em);
        transform: translate(1.25em, -1.25em);
    }
}

.c-popup:not(.is-open) {
    visibility: hidden;
}

/*.c-popup {
	display: none !important;
}*/

@media only screen and (min-width: 992px) {
    .c-community-bar-link .t-display-7 {
        font-size: 1.75em;
    }
}

/* HEADER - DROPDOWN */

.c-dd-item:nth-child(1) .c-img {
    object-position: 50% 100%;
}

/* RICH TEXT - BLOG */

.t-rich-text.blog :is(h1,
    h2,
    h3,
    h4,
    h5,
    h6) {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
}

/* .t-rich-text.blog h3 {
	font-size: 36px;
}

.t-rich-text.blog h4 {
	font-size: 32px;
}

.t-rich-text.blog h5 {
	font-size: 28px;
}

.t-rich-text.blog h6 {
	font-size: 24px;
} */

.t-rich-text.blog :is(p,
    li) {
    margin-bottom: 24px;
    font-size: clamp(18px, 1.125em, 1.125em);
    line-height: 1.5;
}

.t-rich-text.blog li {
    margin-bottom: 16px;
}

.t-rich-text.blog blockquote {
    border: 0;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    /* font-family: Sofiapro; */
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-align: center;
}

.t-rich-text.blog figcaption {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: -0.005em;
}

/* NEW PEARL MODAL */

.c-new-pear-modal-wrap.is-open {
    display: flex;
}

/* PRODUCT PAGES */

.c-filter-wrap.ratings .w-select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.c-filter-select-wrap::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4.5L6 7.5L3 4.5' stroke='%23521FCC' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.c-ratings-sum .t-display-3 {
    line-height: 0.8;
}

/* --------------- NEW SITE --------------- */

/* NAV LINK HOVER */

@media only screen and (min-width: 992px) {

    .c-nav-link::before,
    .c-dd-toggle::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0%;
        height: 1px;
        background: var(--base--blurple-01);
        transition: width 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    }

    .c-nav-link:hover::before,
    .c-dd-toggle:hover::before,
    .c-dd-link.is-open .c-dd-toggle::before {
        width: 100%;
        left: 0;
        right: auto;
    }

    .c-header.reverse .c-nav-link::before,
    .c-header.reverse .c-dd-toggle::before {
        background: white;
    }

    .c-dd-link.is-open.reverse .c-dd-toggle::before {
        background: var(--base--blurple-01);
    }
}

/* ACCORDION */

.c-accordion-icon.why-egg svg path,
.c-accordion-icon.why-egg svg circle {
    transition: stroke 0.4s ease, fill 0.4s ease;
}

.c-accordion-icon.why-egg:hover svg path {
    stroke: white;
}

.c-accordion-icon.why-egg:hover svg circle {
    fill: var(--base--blurple-01);
}

/* FOOTER */

.c-footer-social path,
.c-footer-social circle {
    transition: fill 0.4s ease;
}

.c-footer-social:hover path {
    fill: white;
}

.c-footer-social:hover circle {
    fill: var(--base--blurple-01);
}

/* HOME HERO */

@media(max-width: 400px) {
    .c-hm-title.is-1 {
        font-size: 0.9em;
    }
}

/* SPAN BG */

.span-bg {
    display: none !important;
}

/* BUTTON HOVER */

.c-btn-bg {
    transition: background 0.6s ease;
}

.c-btn.is-large.is-hero:hover .c-btn-bg,
.c-btn.is-large:hover .c-btn-bg,
.c-btn.is-secondary.is-blue:hover .c-btn-bg {
    background: #C90281;
}

.c-btn.is-large.is-yellow:hover .c-btn-bg {
    background: var(--base--yellow-01);
    ;
}

.c-btn.is-large.is-outline:hover .c-btn-bg {
    background: var(--base--blurple-01);
    ;
}

/* RECIPE CARDS */

.c-recipe .t-display-7 {
    font-size: 1.75em;
    font-family: Noka;
    font-weight: 700;
}

@media (max-width: 991px) {
    .c-recipe .t-display-7 {
        font-size: 1.25em;
    }
}

/* RECIPES PAGE */

.c-filter-wrap .t-display-7 {
    font-size: clamp(20px, 1.25em, 1.25em);
}

.c-filter-wrap .t-display-6 {
    font-size: clamp(28px, 1.75em, 1.75em);
}

.c-filter-wrap .fs-cmsfilter_active {
    background: var(--base--yellow-01);
}

/* BRAND ASSETS PAGE */

.c-ba-list .t-micro-1 {
    font-size: clamp(14px, 0.875em, 0.875em);
}

/* NEWSLETTER MOBILE */

.c-nw-modal {
    pointer-events: none;
    opacity: 0;
    display: none;
}

.c-nw-modal.is-open {
    pointer-events: auto;
    opacity: 1;
    display: flex;
}

@media (max-width: 767px) {
    .c-nw-modal .t-display-4 {
        font-size: 1.25em;
    }
}

/* ADDITIONAL GLOBAL CSS */

body .c-table-compare tr:last-child td {
    border-bottom: none;
}

body .c-table-compare tr:first-child td.c-table-data-compare.is-us::before {
    content: '';
    position: absolute;
    top: -2.688em;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blurple-02);
}

body .c-table-compare tr:last-child td.c-table-data-compare.is-us::after {
    content: '';
    position: absolute;
    bottom: -2.688em;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blurple-02);
}

body .c-table-compare tr:first-child td.c-table-data-compare.is-us::before,
body .c-table-compare tr:last-child td.c-table-data-compare.is-us::after {
    border-radius: 2.5em;
    z-index: 1;
}

.c-form.klaviyo-culinary>*,
.c-form.klaviyo-culinary input {
    padding: 0px !important;
    margin: 0px !important;
    line-height: 1.5 !important;
}

.c-form.klaviyo-culinary input:focus,
.c-form.klaviyo-culinary input:hover {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.klaviyo-culinary ::placeholder {
    color: white !important;
    font-family: Sofiapro !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.klaviyo-culinary input[type]:hover {
    color: white !important;
}

.c-form.klaviyo-culinary [data-testid="form-row"] {
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-bottom: 1px solid rgba(234, 229, 250, 0.3) !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0em !important;
    padding-left: 0px !important;
    background-color: transparent !important;
    transition-property: border-color !important;
    transition-duration: 400ms !important;
    transition-timing-function: ease !important;
    box-shadow: none !important;
    font-size: 20px !important;
    font-family: Sofiapro !important;
    font-weight: 400 !important;
    margin-bottom: 1.5em !important;
    color: white !important;
}

.c-form.klaviyo-culinary [data-testid="form-row"]:last-child {
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
}

.c-form.klaviyo-culinary [data-testid="form-row"]:last-child button {
    background-color: var(--clr-yellow-01) !important;
    position: relative !important;
    overflow: hidden !important;
    color: var(--clr-charcoal-01) !important;
    font-family: Sofiapro !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding-right: 2em !important;
    padding-left: 2em !important;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}

.c-form.klaviyo-culinary .needsclick.kl-private-reset-css-Xuajs1 {
    padding-left: 0 !important;
}

.c-form.klaviyo-culinary {
    padding: 0 !important;
}

span[role="alert"] {
    padding: 8px !important;
    margin-left: 8px !important;
}

.go3298969293.go3298969293.go3298969293::after {
    top: -14px !important;
}

[data-testid="form-component"] {
    margin: 0 !important;
}

.c-form.klaviyo-culinary .needsclick.kl-private-reset-css-Xuajs1 {
    color: white !important;
}

.c-form.klaviyo-culinary div[role='option'] {
    background: #0047a0 !important;
}

.c-form.klaviyo-culinary>*,
.c-form.klaviyo-culinary input {
    padding: 0px !important;
    margin: 0px !important;
    line-height: 1.5 !important;
}

.c-form.klaviyo-culinary input:focus,
.c-form.klaviyo-culinary input:hover {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.klaviyo-culinary ::placeholder {
    color: white !important;
    font-family: Sofiapro !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.klaviyo-culinary input[type]:hover {
    color: white !important;
}

.c-form.klaviyo-culinary [data-testid="form-row"] {
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-bottom: 1px solid rgba(234, 229, 250, 0.3) !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0em !important;
    padding-left: 0px !important;
    background-color: transparent !important;
    transition-property: border-color !important;
    transition-duration: 400ms !important;
    transition-timing-function: ease !important;
    box-shadow: none !important;
    font-size: 20px !important;
    font-family: Sofiapro !important;
    font-weight: 400 !important;
    margin-bottom: 1.5em !important;
    color: white !important;
}

.c-form.klaviyo-culinary [data-testid="form-row"]:last-child {
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
}

.c-form.klaviyo-culinary [data-testid="form-row"]:last-child button {
    background-color: var(--clr-yellow-01) !important;
    position: relative !important;
    overflow: hidden !important;
    color: var(--clr-charcoal-01) !important;
    font-family: Sofiapro !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding-right: 2em !important;
    padding-left: 2em !important;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}

.c-form.klaviyo-culinary .needsclick.kl-private-reset-css-Xuajs1 {
    padding-left: 0 !important;
}

.c-form.klaviyo-culinary {
    padding: 0 !important;
}

span[role="alert"] {
    padding: 8px !important;
    margin-left: 8px !important;
}

.go3298969293.go3298969293.go3298969293::after {
    top: -14px !important;
}

[data-testid="form-component"] {
    margin: 0 !important;
}

.c-form.klaviyo-culinary .needsclick.kl-private-reset-css-Xuajs1 {
    color: white !important;
}

.c-form.klaviyo-culinary div[role='option'] {
    background: #0047a0 !important;
}

@media(max-width: 767px) {
    .c-form.klaviyo-culinary [data-testid="form-row"] {
        margin-bottom: 0 !important;
        font-size: 14px !important;
    }

    .klaviyo-culinary ::placeholder {
        font-size: 14px !important;
    }

    .c-form.klaviyo-culinary [data-testid="form-row"]:last-child button {
        font-size: 14px !important;
        padding-right: 1.25em !important;
        padding-left: 1.25em !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 48px !important;
        margin-top: 12px !important;
    }
}

.margin-t-30 {
    margin-top: 30px;
}
.m-b-15 {
    margin-bottom: 15px;
}
 