@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.root{--logo-main-height: 128px;--layout-max-width: 980px;--home-gap: 1.5rem}.home{min-height:100vh;width:100vw;background:var(--color-background);display:flex;flex-direction:column;align-items:center}.home__logo{height:var(--logo-main-height);margin:8rem 0;width:auto;display:block}.home__logo-section{display:flex;flex-direction:column;align-items:center;width:75%}.home-links{width:min(90%,var(--layout-max-width));display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:var(--home-gap)}.home-links__logo_food{height:35px;justify-self:end;margin-right:150px}.home-links__logo_life{height:37px;justify-self:center}.home-links__logo_recs{height:20px;justify-self:start;margin-left:130px}.home-links__logo_life:hover,.home-links__logo_recs:hover,.home-links__logo_food:hover{animation:shake1 1s}@keyframes shake1{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(0)}}.home-rolling-banner-container{width:100%;height:50px;overflow:hidden;margin-bottom:10px;margin-top:auto}.home-rolling-banner__image{white-space:nowrap;display:inline-block;animation:rollBanner 10s linear infinite}@keyframes rollBanner{0%{transform:translate(100%)}to{transform:translate(-100%)}}.home__footer{text-align:center;font-size:10px;color:var(--color-text-secondary);margin-top:0;padding:8px 0}@media(max-width:600px){:root{--logo-main-height: 72px}.home__logo{height:var(--logo-main-height);margin:3rem 0 4rem}.home-links{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.home-links__item{width:100%;justify-content:center;margin:0}.home-links__logo_food{height:29px;margin:0}.home-links__logo_life{height:30px;margin:15% 0 20%}.home-links__logo_recs{height:17px;margin:0}.home-rolling-banner-container{height:auto;margin-bottom:5%}.home-rolling-banner__image{height:35px;animation:rollBanner 15s linear infinite}}.product{display:flex;flex-direction:column;align-items:center;width:744px;margin-bottom:40px}.product img{max-width:600px;max-height:350px;height:auto;margin-bottom:25px}.product h2{text-align:center;font-size:14px;color:var(--color-foreground);text-decoration:none;font-weight:700;margin-bottom:10px}.product p{color:var(--color-foreground);text-align:center;max-width:80%}a{color:var(--color-foreground);text-decoration:none}a:hover{color:var(--color-hover)}@media(max-width:768px){.product{width:100%}.product img{max-width:200px;max-height:200px}}.recs-page{display:grid;grid-template-columns:repeat(14,72px);column-gap:24px;grid-auto-rows:min-content;row-gap:30px;padding:40px;max-width:1440px;margin:0 auto}.rotate-logo{height:45px;grid-column:1;grid-row:1;position:fixed;top:50px;cursor:pointer;animation:Logo-spin infinite 5s linear}.recs-header{grid-column:4 / span 7;grid-row:3;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.recs-header-logo{height:127px;width:auto}.recs-header-text{max-width:600px}.line-break{display:block;height:16px}.prodContainer{grid-column:4 / span 8;grid-row:4;display:flex;flex-direction:column;gap:32px}.back-to-top{color:var(--color-foreground);text-decoration:underline;font-size:14px;position:fixed;right:120px;bottom:2px;z-index:1000;cursor:pointer}.back-to-top:hover{color:var(--color-hover)}.footer{grid-column:1 / -1;grid-row:6;text-align:center;color:var(--color-text-secondary)}@keyframes Logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.recs-page{grid-template-columns:repeat(4,1fr);column-gap:16px;padding:20px;width:100%}.rotate-logo{height:35px;top:20px;left:0;grid-column:1 / -1;grid-row:1;width:fit-content;margin-bottom:60px;position:relative}.recs-header{grid-column:1 / -1;grid-row:2;gap:50px;margin-bottom:30px}.recs-header-logo{height:auto;width:90%}.recs-header-text{max-width:88%;font-size:32px;line-height:1}.prodContainer{grid-column:1 / -1;grid-row:3;gap:24px}.back-to-top{right:20px;bottom:20px;padding:8px;border-radius:4px}.footer{grid-row:4;padding-bottom:40px}}:root{--color-background: #FFD9D0;--color-foreground: #656565;--color-hover: #D5D5D5;--text-primary: #000000;--text-muted: #979797;--accent: #656565;--font-size-base: 16px;--letter-spacing-base: .05em;--line-height-base: 1.1;--font-body: "Inter", system-ui, -apple-system, sans-serif;--h1-font-size: 36px;--h1-font-weight: 700;--h1-letter-spacing: -.035em;--h1-line-height: 1.1;--h2-font-size: 36px;--h2-font-weight: 400;--h2-letter-spacing: .05em;--h2-line-height: 1.1;--h3-font-size: 24px;--h3-font-weight: 400;--h3-letter-spacing: .05em;--h3-line-height: 1.2;--p1-font-size: 16px;--p1-font-weight: 400;--p1-letter-spacing: .05em;--p1-line-height: 1.4;--p2-font-size: 16px;--p2-font-weight: 700;--p2-letter-spacing: .05em;--p2-line-height: 1.4}h1{font-size:var(--h1-font-size);font-weight:var(--h1-font-weight);letter-spacing:var(--h1-letter-spacing);line-height:var(--h1-line-height);color:var(--text-muted)}h2{font-size:var(--h2-font-size);font-weight:var(--h2-font-weight);letter-spacing:var(--h2-letter-spacing);line-height:var(--h2-line-height)}h3{font-size:var(--h3-font-size);font-weight:var(--h3-font-weight);letter-spacing:var(--h3-letter-spacing);line-height:var(--h3-line-height)}p{font-size:var(--p1-font-size);font-weight:var(--p1-font-weight);letter-spacing:var(--p1-letter-spacing);line-height:var(--p1-line-height)}.p-bold{font-size:var(--p2-font-size);font-weight:var(--p2-font-weight);letter-spacing:var(--p2-letter-spacing);line-height:var(--p2-line-height)}*,*:before,*:after{box-sizing:border-box;padding:0;margin:0}body{margin:0;background-color:var(--color-background);color:var(--color-foreground);font-family:var(--font-body);font-size:var(--font-size-base);letter-spacing:var(--letter-spacing-base);line-height:var(--line-height-base);text-align:left}@media(max-width:768px){body{font-size:14px}}
