.formulations-catalog{width:100%;padding:var(--section-py) 0;background:var(--fc-bg)}.formulations-catalog .page-width{max-width:none;margin-inline:0;padding-inline:var(--gutter)}.formulations-catalog__header{display:grid;grid-template-columns:minmax(0,1fr) 416px;gap:48px;align-items:start;margin-bottom:56px}.formulations-catalog__eyebrow{display:flex;align-items:center;gap:10px;font-size:var(--section-eyebrow-size);font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:var(--fc-accent);margin:0 0 20px}.formulations-catalog__eyebrow-icon{display:flex;align-items:center;flex-shrink:0;color:var(--fc-accent)}.formulations-catalog__heading{font-size:var(--formulations-catalog-heading-size, var(--h2-font-size));font-weight:700;line-height:1.1;text-transform:uppercase;color:var(--fc-heading);margin:0;letter-spacing:-.01em;font-family:var(--heading-font-family, sans-serif)}.formulations-catalog__subheading{font-size:var(--section-body-size);line-height:1.6;color:var(--fc-text);margin:0}.formulations-catalog__cat-cards{display:flex;gap:16px;margin-bottom:48px}.cat-card{flex:1;background:#fff;border:1.5px solid rgb(var(--eno-pl-bg-light));border-radius:30px;padding:28px 16px 22px;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;transition:border-color .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease;text-align:center;color:var(--fc-heading);font-family:var(--body-font-family, sans-serif)}.cat-card:hover{border-color:var(--fc-accent);box-shadow:0 4px 16px #00000014}.cat-card--active{background:var(--fc-accent);border-color:var(--fc-accent);color:#fff;box-shadow:0 6px 24px #00000026}.cat-card__icon{width:clamp(44px,3.6vw,62px);height:clamp(44px,3.6vw,62px);display:flex;align-items:center;justify-content:center;color:var(--fc-accent);flex-shrink:0}.cat-card--active .cat-card__icon{color:#fff}.cat-card__name{font-size:1.5rem;font-weight:700;line-height:1.2;font-family:var(--heading-font-family, sans-serif)}.cat-card__count{font-size:1.2rem;font-weight:500;color:var(--fc-text);line-height:1}.cat-card--active .cat-card__count{color:#ffffffbf}@media(max-width:900px){.formulations-catalog__header{grid-template-columns:1fr;gap:24px}.formulations-catalog__cat-cards{flex-wrap:wrap;gap:12px}.cat-card{flex:1 1 calc(33.333% - 12px);min-width:90px}}@media(max-width:600px){.cat-card{flex:1 1 calc(50% - 8px);padding:20px 10px 16px}}.formulations-catalog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-top:20px}@media(max-width:900px){.formulations-catalog__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.formulations-catalog__grid{grid-template-columns:1fr;gap:1rem}}.formulation-card{background:#fff;border:1px solid rgb(var(--eno-pl-bg-light));border-radius:30px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .25s ease,transform .25s ease}.formulation-card:hover{box-shadow:0 8px 32px #0000001a;transform:translateY(-2px)}.formulation-card__visual{position:relative;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;overflow:hidden}.formulation-card__visual--facial-serums{background:linear-gradient(135deg,#f0e8ff,#d4b8f5);color:#7c3aed}.formulation-card__visual--skin-care{background:linear-gradient(135deg,#fff0eb,#ffc9b0);color:#c2410c}.formulation-card__visual--hair-care{background:linear-gradient(135deg,#e0f2fe,#93c5fd);color:#1d4ed8}.formulation-card__visual--body-care{background:linear-gradient(135deg,#ecfdf5,#86efac);color:#15803d}.formulation-card__visual--specialty{background:linear-gradient(135deg,#fffbeb,#fcd34d);color:#b45309}.formulation-card__icon-wrap{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#ffffff8c;border-radius:50%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.formulation-card__icon{width:32px;height:32px;flex-shrink:0}.formulation-card__product-img{width:100%;height:100%;object-fit:contain;display:block}.formulation-card__sku{position:absolute;top:.6rem;left:.6rem;font-size:1.1rem;font-weight:700;letter-spacing:.03em;color:inherit;background:#ffffffb3;padding:.2rem .5rem;border-radius:20px;font-family:var(--heading-font-family, sans-serif)}.formulation-card__body{padding:1.1rem 1.25rem 1.25rem;display:flex;flex-direction:column;flex:1;gap:.5rem}.formulation-card__subcat{display:inline-flex;align-items:center;gap:.3rem;font-size:1.15rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.2rem .55rem;border-radius:20px;width:fit-content}.subcat-icon{flex-shrink:0;opacity:.9}.filter-pill__icon{flex-shrink:0}.formulation-card__subcat--facial-serums{background:#f0e8ff;color:#7c3aed}.formulation-card__subcat--skin-care{background:#fff0eb;color:#c2410c}.formulation-card__subcat--hair-care{background:#e0f2fe;color:#1d4ed8}.formulation-card__subcat--body-care{background:#ecfdf5;color:#15803d}.formulation-card__subcat--specialty{background:#fffbeb;color:#b45309}.formulation-card__name{font-weight:700;line-height:1.35;margin:0;color:var(--heading-color, #103150);font-family:var(--heading-font-family, sans-serif);flex:1;font-size:1.2em}.formulation-card__actives{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.1rem}.active-tag{font-size:1.2rem;color:var(--text-color, #000000);background:rgb(var(--eno-band-bg));padding:.2rem .5rem;border-radius:20px;line-height:1.4;white-space:nowrap}.formulation-card__cta{margin-top:.75rem;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;width:100%;padding:.9rem 1.25rem;border-radius:var(--btn-border-radius, 26px);border:2px solid rgb(var(--btn-bg-color));background:transparent;color:rgb(var(--btn-bg-color));font-family:var(--body-font-family, sans-serif);font-size:1.55rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;line-height:1}.formulation-card__cta:hover:not(:disabled){background:rgb(var(--btn-bg-color));color:#fff}.formulation-card__cta.is-added{background:rgb(var(--heading-color));border-color:rgb(var(--heading-color));color:#fff;cursor:default}.formulation-card__cta:disabled{opacity:.85;cursor:default}.formulations-catalog__empty{text-align:center;padding:3rem 1rem;color:var(--text-color, #000000);font-size:1.6rem}.formulations-catalog__empty[hidden]{display:none}.quote-bar{position:fixed;bottom:0;left:0;right:0;z-index:300;background:rgb(var(--heading-color));box-shadow:0 -2px 12px #0003;padding-bottom:env(safe-area-inset-bottom)}.quote-bar__inner{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.quote-bar__phone{display:inline-flex;align-items:center;gap:.6rem;color:#ffffffb3;text-decoration:none;transition:color .2s;justify-self:start}.quote-bar__phone:hover{color:#fff}.quote-bar__phone-text{display:flex;flex-direction:column;gap:.1rem}.quote-bar__phone-label{font-family:var(--body-font-family, sans-serif);font-size:1.1rem;font-weight:500;color:#ffffff73;letter-spacing:.04em;text-transform:uppercase;line-height:1}.quote-bar__phone-number{font-family:var(--body-font-family, sans-serif);font-size:1.35rem;font-weight:600;color:#ffffffd9;line-height:1}.quote-bar__spacer{justify-self:end}.quote-bar__btn{display:flex;align-items:center;gap:.55rem;padding:.7rem 1.5rem;background:rgb(var(--btn-bg-color));color:#fff;border:none;border-radius:50px;font-family:var(--body-font-family, sans-serif);font-size:1.5rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s ease,transform .15s ease}.quote-bar__btn:hover{background:rgb(var(--btn-bg-hover-color));transform:translateY(-1px)}.quote-bar__label{letter-spacing:.01em}.quote-bar__badge{display:none;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;background:#fff;color:rgb(var(--btn-bg-color));border-radius:10px;font-size:1.15rem;font-weight:700;line-height:1}.quote-bar.has-items .quote-bar__badge{display:inline-flex}.quote-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;cursor:pointer}.quote-overlay.is-open{opacity:1;visibility:visible}.quote-drawer{position:fixed;top:0;right:0;width:500px;max-width:100vw;height:100vh;height:100dvh;background:#fff;z-index:1000;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-8px 0 40px #0000001f}.quote-drawer.is-open{transform:translate(0)}.quote-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgb(var(--eno-pl-bg-light));flex-shrink:0;background:#fff;position:sticky;top:0;z-index:1}.quote-drawer__header-left{display:flex;align-items:center;gap:.6rem;color:var(--heading-color, #103150)}.quote-drawer__title{font-size:1.8rem;font-weight:700;margin:0;color:var(--heading-color, #103150);font-family:var(--heading-font-family, sans-serif);line-height:1}.quote-drawer__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:rgb(var(--eno-band-bg));color:var(--heading-color, #103150);cursor:pointer;transition:background .2s ease;flex-shrink:0}.quote-drawer__close:hover{background:rgb(var(--eno-pl-bg-light))}.quote-drawer__body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:1.5rem;display:flex;flex-direction:column;gap:2rem}.quote-drawer__section-title{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-color, #000000);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem;font-family:var(--heading-font-family, sans-serif)}.quote-drawer__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 5px;background:rgb(var(--btn-bg-color));color:#fff;border-radius:11px;font-size:1.2rem;font-weight:700;line-height:1}.quote-drawer__section-desc{font-size:1.4rem;color:var(--text-color, #000000);margin:-.5rem 0 1.25rem;line-height:1.6}.quote-items-list{display:flex;flex-direction:column;gap:.6rem}.quote-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.75rem;background:rgb(var(--eno-band-bg));border-radius:8px;border:1px solid rgb(var(--eno-pl-bg-light))}.quote-item__info{display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:0}.quote-item__id{font-size:1.1rem;font-weight:700;color:rgb(var(--btn-bg-color));letter-spacing:.04em;line-height:1;font-family:var(--heading-font-family, sans-serif)}.quote-item__name{font-size:1.4rem;font-weight:600;color:var(--heading-color, #103150);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--heading-font-family, sans-serif)}.quote-item__cat{font-size:1.15rem;color:var(--text-color, #9fadb9);line-height:1}.quote-item__remove{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;border:none;background:transparent;color:rgb(var(--eno-muted));font-size:1.4em;cursor:pointer;line-height:1;padding:0;flex-shrink:0;transition:background .15s ease,color .15s ease;margin-top:.1rem}.quote-item__remove:hover{background:#fee2e2;color:#dc2626}.quote-drawer__empty-msg{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;padding:1.5rem;color:rgb(var(--eno-muted));font-size:1.4rem;line-height:1.6;border:1.5px dashed rgb(var(--eno-pl-bg-light));border-radius:10px}.quote-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:flex;gap:.75rem}.form-row--half>.form-field{flex:1;min-width:0}@media(max-width:420px){.form-row--half{flex-direction:column}}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-label{font-size:1.3rem;font-weight:600;color:var(--heading-color, #103150);font-family:var(--heading-font-family, sans-serif);letter-spacing:.01em}.form-label span{color:rgb(var(--btn-bg-color));margin-left:1px}.form-input{width:100%;padding:.6rem .85rem;border:var(--input-border-width, 1px) solid rgb(var(--eno-pl-bg-light));border-radius:var(--input-border-radius, 6px);background:var(--input-bg-color, #fff);color:var(--input-text-color, #103150);font-family:var(--body-font-family, sans-serif);font-size:1.4rem;line-height:1.5;transition:border-color .2s ease,box-shadow .2s ease;-webkit-appearance:none;appearance:none;box-sizing:border-box}.form-input:focus{outline:none;border-color:rgb(var(--btn-bg-color));box-shadow:0 0 0 3px rgba(var(--btn-bg-color)/.12)}.form-input--textarea{resize:vertical;min-height:96px}.quote-form__submit{width:100%;padding:.85rem 1.5rem;background:rgb(var(--btn-bg-color));color:#fff;border:none;border-radius:var(--btn-border-radius, 26px);font-family:var(--body-font-family, sans-serif);font-size:1.5rem;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.25rem}.quote-form__submit:hover:not(:disabled){background:rgb(var(--eno-accent));transform:translateY(-1px)}.quote-form__submit:disabled{opacity:.7;cursor:not-allowed}.quote-form__error{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;border-radius:8px;background:#fff3f0;border:1px solid #ffcdc4;color:#c0300a;font-size:1.35rem;line-height:1.5;margin-bottom:.75rem}.quote-form__error[hidden]{display:none}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .8s linear infinite}.quote-success{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;padding:2rem 1rem}.quote-success__icon{width:56px;height:56px;background:#ecfdf5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#16a34a}.quote-success__title{font-size:2rem;font-weight:700;color:var(--heading-color, #103150);margin:0;font-family:var(--heading-font-family, sans-serif)}.quote-success__text{font-size:1.45rem;color:var(--text-color, #000000);line-height:1.65;margin:0;max-width:320px}.quote-success__reset{margin-top:.5rem;background:none;border:1.5px solid rgb(var(--eno-pl-bg-light));border-radius:26px;padding:.5rem 1.25rem;font-family:var(--body-font-family, sans-serif);font-size:1.4rem;color:var(--text-color, #000000);cursor:pointer;transition:border-color .2s ease,color .2s ease}.quote-success__reset:hover{border-color:rgb(var(--btn-bg-color));color:rgb(var(--btn-bg-color))}.quote-success__cta{margin:1.25rem 0 .5rem;padding:1.25rem;background:rgb(var(--eno-band-bg));border-radius:8px;border:1px solid rgb(var(--eno-band-bg))}.quote-success__cta-label{font-size:1.2rem;font-weight:600;color:rgb(var(--heading-color));margin:0 0 .75rem}.quote-success__cta-links{display:flex;flex-direction:column;gap:.6rem}.quote-success__cta-link{display:inline-flex;align-items:center;gap:.5rem;font-size:1.35rem;font-weight:500;color:#2a6b3f;text-decoration:none;transition:color .2s}.quote-success__cta-link:hover{color:rgb(var(--btn-bg-color))}@media(max-width:768px){.quote-bar__inner{padding:.85rem 1.25rem}.quote-bar__phone-text{display:none}}.formulations-catalog__subfilters{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2.5rem}.formulations-catalog__subfilters[hidden]{display:none}.formulations-catalog__subfilters-heading{font-size:1.2rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fc-heading);margin:0;font-family:var(--heading-font-family, sans-serif)}.formulations-catalog__subfilters-pills{display:flex;flex-wrap:wrap;gap:.4rem}.subfilter-pill{display:inline-flex;align-items:center;padding:.3rem .85rem;border-radius:20px;border:1px solid rgb(var(--eno-pl-bg-light));background:transparent;color:var(--text-color, #000000);font-family:var(--body-font-family, sans-serif);font-size:1.25rem;font-weight:500;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease;white-space:nowrap;line-height:1}.subfilter-pill:hover{border-color:rgb(var(--btn-bg-color));color:rgb(var(--btn-bg-color))}.subfilter-pill--active{background:rgba(var(--btn-bg-color)/.1);border-color:rgb(var(--btn-bg-color));color:rgb(var(--btn-bg-color))}.formulation-card__meta-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.15rem}.meta-tag{display:inline-flex;align-items:center;font-size:1.1rem;font-weight:600;letter-spacing:.03em;padding:.18rem .55rem;border-radius:20px;line-height:1.4;white-space:nowrap}.meta-tag--type{background:#e8f4f8;color:#0d5c7a;border:1px solid #b8dce8}.meta-tag--origin{background:#f0f7ee;color:#2d6a2d;border:1px solid #b8d8b5}.formulation-card__actives-label{display:block;font-size:1.1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-color, #9fadb9);margin-bottom:.3rem;font-family:var(--heading-font-family, sans-serif)}.formulation-card__actives-tags{display:flex;flex-wrap:wrap;gap:.35rem}.formulation-card__ingredients{margin-top:.5rem;border-top:1px solid rgb(var(--eno-band-bg));padding-top:.5rem}.formulation-card__ingredients-toggle{display:flex;align-items:center;gap:.35rem;background:none;border:none;padding:0;cursor:pointer;color:var(--text-color, #9fadb9);font-family:var(--body-font-family, sans-serif);font-size:1.2rem;font-weight:500;line-height:1;transition:color .2s ease}.formulation-card__ingredients-toggle:hover{color:rgb(var(--btn-bg-color))}.ingredients-toggle__chevron{transition:transform .25s ease;flex-shrink:0}.formulation-card__ingredients-toggle[aria-expanded=true] .ingredients-toggle__chevron{transform:rotate(180deg)}.formulation-card__ingredients-panel{margin-top:.5rem}.formulation-card__ingredients-panel[hidden]{display:none}.formulation-card__ingredients-text{font-size:1.2rem;line-height:1.6;color:var(--text-color, #000000);margin:0}@media(max-width:540px){.quote-drawer{width:100vw}.quote-bar__btn{padding:.65rem 1.25rem;font-size:1.4rem}}
/*# sourceMappingURL=/cdn/shop/t/74/assets/formulations-catalog.css.map */
