html{box-sizing:border-box;height:100%}*,*:before,*:after{box-sizing:inherit}body{display:grid;grid-template-rows:auto auto 1fr auto;grid-template-columns:100%;min-height:100%;margin:0;font-size:.9375rem;line-height:1.8;font-family:var(--font-body);font-style:normal;font-weight:400;color:var(--color-primary);background-color:var(--color-cream)}@media screen and (min-width:750px){body{font-size:1rem}}@font-face{font-family:Family;src:url(/fonts/family-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Family;src:url(/fonts/family-medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Family;src:url(/fonts/family-bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Open Sans;src:url(/fonts/opensans-variable.woff2) format("woff2");font-weight:300 800;font-style:normal;font-display:swap}:root{--aside-width: 400px;--cart-aside-summary-height-with-discount: 300px;--cart-aside-summary-height: 250px;--grid-item-width: 355px;--header-height: 64px;--color-dark: #000;--color-light: #fff;--color-primary: #2E4C40;--color-cream: #FFF5E4;--color-symptom-painful: #98580E;--color-symptom-irregular: #CB502B;--color-symptom-heavy: #C03168;--color-symptom-bloating: #CB7A2B;--font-heading: "Family", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Family", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-open-sans: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}img{border-radius:4px}.link:hover{text-decoration:underline;cursor:pointer}@media(max-width:45em){html:has(.overlay.expanded){overflow:hidden}}aside{background:var(--color-light);box-shadow:0 0 50px #0000004d;height:100vh;width:min(var(--aside-width),100vw);position:fixed;right:calc(-1 * var(--aside-width));top:0;transition:transform .2s ease-in-out}aside header{align-items:center;border-bottom:1px solid var(--color-dark);display:flex;height:var(--header-height);justify-content:space-between;padding:0 20px}aside header h3{margin:0}aside header .close{font-weight:700;opacity:.8;text-decoration:none;transition:all .2s;width:20px}aside header .close:hover{opacity:1}aside header h2{margin-bottom:.375rem;margin-top:0}aside main{margin:.625rem}aside p{margin:0 0 .15625rem}aside p:last-child{margin:0}aside li{margin-bottom:.078125rem}.overlay{background:#0003;bottom:0;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .4s ease-in-out;transition:opacity .4s;visibility:hidden;z-index:10}.overlay .close-outside{background:transparent;border:none;color:transparent;height:100%;left:0;position:absolute;top:0;width:calc(100% - var(--aside-width))}.overlay .light{background:#ffffff80}.overlay .cancel{cursor:default;height:100%;position:absolute;width:100%}.overlay.expanded{opacity:1;pointer-events:auto;visibility:visible}.overlay.expanded aside{transform:translate(calc(var(--aside-width) * -1))}button.reset{border:0;background:inherit;font-size:inherit}button.reset>*{margin:0}button.reset:not(:has(>*)){height:.9375rem;line-height:.9375rem}button.reset:hover:not(:has(>*)){text-decoration:underline;cursor:pointer}.header-menu-mobile{display:flex;flex-direction:column;grid-gap:.625rem}.header-menu-desktop{display:none;grid-gap:.625rem}@media(min-width:45em){.header-menu-desktop{display:flex;grid-gap:.625rem;margin-left:1.875rem}}.header-menu-item{cursor:pointer}.header-ctas{align-items:center;display:flex;grid-gap:.625rem;margin-left:auto}.header-ctas>*{min-width:fit-content}.cart-main{height:100%;max-height:calc(100vh - var(--cart-aside-summary-height));overflow-y:auto;width:auto}.cart-main.with-discount{max-height:calc(100vh - var(--cart-aside-summary-height-with-discount))}.cart-line{display:flex;padding:.46875rem 0}.cart-line img{height:100%;display:block;margin-right:.46875rem}.cart-summary-page{position:relative}.cart-summary-aside{background:#fff;border-top:1px solid var(--color-dark);bottom:0;padding-top:.46875rem;position:absolute;width:calc(var(--aside-width) - 40px)}.cart-line-quantity{display:flex}.cart-discount{align-items:center;display:flex;margin-top:.15625rem}.cart-subtotal{align-items:center;display:flex}.predictive-search{height:calc(100vh - var(--header-height) - 40px);overflow-y:auto}.predictive-search-form{background:var(--color-light);position:sticky;top:0}.predictive-search-result{margin-bottom:1.25rem}.predictive-search-result h5{text-transform:uppercase}.predictive-search-result-item{margin-bottom:.3125rem}.predictive-search-result-item a{align-items:center;display:flex}.predictive-search-result-item a img{margin-right:.46875rem;height:100%}.search-result{margin-bottom:.9375rem}.search-results-item{margin-bottom:.3125rem}.search-results-item a{display:flex;flex:row;align-items:center;gap:.625rem}.featured-collection{display:block;margin-bottom:1.25rem;position:relative}.featured-collection-image{aspect-ratio:1 / 1}@media(min-width:45em){.featured-collection-image{aspect-ratio:16 / 9}}.featured-collection img{height:auto;max-height:100%;object-fit:cover}.recommended-products-grid{display:grid;grid-gap:.9375rem;grid-template-columns:repeat(2,1fr)}@media(min-width:45em){.recommended-products-grid{grid-template-columns:repeat(4,1fr)}}.recommended-product img{height:auto}.collections-grid{display:grid;grid-gap:.9375rem;grid-template-columns:repeat(auto-fit,minmax(var(--grid-item-width),1fr));margin-bottom:1.25rem}.collection-item img{height:auto}.collection-description{margin-bottom:.625rem;max-width:95%}@media(min-width:45em){.collection-description{max-width:600px}}.products-grid{display:grid;grid-gap:.9375rem;grid-template-columns:repeat(auto-fit,minmax(var(--grid-item-width),1fr));margin-bottom:1.25rem}.product-item img{height:auto;width:100%}.product{display:grid}@media(min-width:45em){.product{grid-template-columns:1fr 1fr;grid-gap:2.5rem}}.product h1{margin-top:0}.product-image img{height:auto;width:100%}.product-main{align-self:start;position:sticky;top:3.75rem}.product-price-on-sale{display:flex;grid-gap:.3125rem}.product-price-on-sale s{opacity:.5}.product-options-grid{display:flex;flex-wrap:wrap;grid-gap:.46875rem}.product-options-item,.product-options-item:disabled{padding:.15625rem .3125rem;background-color:transparent;font-size:.625rem;font-family:inherit}.product-option-label-swatch{width:.78125rem;height:.78125rem;margin:.15625rem 0}.product-option-label-swatch img{width:100%}.blog-grid{display:grid;grid-gap:.9375rem;grid-template-columns:repeat(auto-fit,minmax(var(--grid-item-width),1fr));margin-bottom:1.25rem}.blog-article-image{aspect-ratio:3/2;display:block}.blog-article-image img{height:100%}.article img{height:auto;width:100%}.account-layout{display:flex;flex-direction:column;min-height:calc(100vh - 4.75rem);background:#fff}.account-sidebar{position:static;display:block;width:16rem;min-width:16rem;height:auto;padding:1.5rem;background:#fff;border-right:1px solid #e5e7eb;box-shadow:none;transform:none;right:auto;top:auto}.account-content{flex:1;padding:2rem 1.5rem;background:linear-gradient(to top,#2e4c401f,#fff0 90%)}@media(max-width:749px){.account-sidebar{display:none}}@media(min-width:750px){.account-layout{display:grid;grid-template-columns:16rem minmax(0,1fr)}.account-sidebar{position:sticky;top:4.75rem;height:calc(100vh - 4.75rem);overflow-y:auto}.account-content{padding:2rem 2.5rem}}.account-logout{display:inline-block}.order-search-form{margin-bottom:.9375rem}.order-search-fieldset{border:1px solid #e5e5e5;border-radius:4px;padding:.625rem}.order-search-legend{font-weight:600;padding:0 .3125rem}.order-search-active{font-weight:400;opacity:.7;margin-left:.3125rem}.order-search-inputs{display:grid;gap:.625rem;margin:.15625rem 0 .625rem;grid-template-columns:1fr}@media(min-width:640px){.order-search-inputs{grid-template-columns:1fr 1fr}}.order-search-input{width:100%;padding:.3125rem;border:1px solid #d1d5db;border-radius:4px;font-size:.625rem}.order-search-buttons{display:flex;gap:.46875rem;flex-wrap:wrap}
