:root{--ink: #1E1E1E;--bg: #FFFAF4;--sand-50: #FBF5EC;--sand-75: #F3ECE0;--sand-100: #EBE3D4;--sand-800: #5C5244;--rose-400: #91575C;--rose-800: #5A3336;--white: #FFFFFF;--mint: #99F0C6;--grass: #E1EED8;--foundation: #7BA87C;--placeholder: #8A7D66;--input-border: #D8CDBA;--ing-title: #1A1A2E;--ing-body: #47464C;--subtitle: rgba(30,30,30,.7);--r-pill: 999px;--r-btn: 99px;--r-card: 40px;--r-input: 24px;--r-tag: 16px;--r-chip: 78px;--r-panel: 24px;--wrap: 1200px;--gap: 24px;--font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--shadow-card: 0px 8px 10px rgba(8,39,25,.08)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--ink);font-size:16px;line-height:22px;letter-spacing:.6px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,p{margin:0}.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}.section{padding:72px 0}.h1{font-weight:700;font-size:56px;line-height:60px;letter-spacing:0}.h2{font-weight:700;font-size:36px;line-height:42px;letter-spacing:0}.h4{font-weight:700;font-size:26px;line-height:28px;letter-spacing:0}.h5{font-weight:700;font-size:20px;line-height:24px}.body-lg{font-weight:400;font-size:18px;line-height:26px;letter-spacing:.8px}.body-sm{font-weight:400;font-size:14px;line-height:18px;letter-spacing:.4px}.eyebrow{font-weight:500;font-size:16px;line-height:16px;letter-spacing:.6px;text-transform:uppercase;color:var(--placeholder)}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:var(--white);font-weight:700;font-size:16px;line-height:20px;letter-spacing:.4px;padding:18px 33px;height:64px;border-radius:var(--r-btn);border:0;white-space:nowrap;transition:transform .15s ease,opacity .15s ease}.btn:hover{transform:translateY(-1px);opacity:.92}.btn--block{width:100%}.preheader{background:var(--rose-400);color:var(--white);height:40px;overflow:hidden;position:relative}.preheader__track{display:flex;align-items:center;height:100%;gap:64px;white-space:nowrap;animation:preheader-scroll 30s linear infinite;padding-left:32px}.preheader__item{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.4px}.preheader__item svg{width:20px;height:20px}@keyframes preheader-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.preheader__track{animation:none;justify-content:space-around;padding-left:0}}.site-header{background:var(--bg);border-bottom:1px solid var(--sand-75);position:sticky;top:0;z-index:40}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:82px}.site-header__logo{height:36px;width:auto;color:var(--ink)}.hero{background:var(--bg);position:relative;overflow:hidden}.hero .wrap{display:grid;grid-template-columns:1fr 551px;gap:48px;align-items:center;padding-top:56px;padding-bottom:72px}.hero__title{max-width:491px}.hero__subtitle{margin-top:20px;max-width:457px;color:var(--subtitle);font-weight:600;font-size:18px;line-height:26px;letter-spacing:.8px}.hero__form{margin-top:28px;max-width:508px}.hero__input{width:100%;height:80px;background:var(--bg);border:1px solid var(--input-border);border-radius:var(--r-input);padding:0 24px;font-family:inherit;font-size:16px;letter-spacing:.6px;color:var(--ink)}.hero__input::placeholder{color:var(--placeholder)}.hero__cta-row{display:flex;align-items:center;gap:24px;margin-top:16px}.hero__image{width:551px;max-width:100%;height:441px;object-fit:cover;border-radius:var(--r-card)}.rating{display:inline-flex;align-items:center;gap:16px;background:#ffffffab;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:13px;padding:14px 16px;height:64px}.rating__avatar{width:40px;height:40px;border-radius:23px;border:2px solid #F9FFF5;object-fit:cover}.rating__stars{height:17px;width:auto}.rating__text{font-size:14px;line-height:18px;letter-spacing:.4px;color:var(--ink)}.benefits{background:var(--sand-75)}.benefits .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:88px;padding-top:16px;padding-bottom:16px}.benefit{display:inline-flex;align-items:center;gap:12px;color:var(--rose-800);font-weight:500;font-size:16px;letter-spacing:.4px}.benefit svg{width:24px;height:24px}.panel{background:var(--white);border-radius:var(--r-card) var(--r-card) 0 0}.section-head{text-align:center;max-width:734px;margin:0 auto}.section-head p{margin-top:16px;color:var(--ing-body)}.recipes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}.recipe-card{background:var(--bg);border-radius:var(--r-card)}.recipe-card__img{width:100%;aspect-ratio:282 / 238;object-fit:cover;border-radius:var(--r-card) var(--r-card) 0 0;display:block}.recipe-card__title{margin-top:16px;padding:0 16px}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;padding:0 16px 16px}.tag{display:inline-flex;align-items:center;justify-content:center;background:var(--sand-100);color:var(--ink);font-size:12px;letter-spacing:.8px;padding:4px 8px;border-radius:var(--r-tag)}.ingredients-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:48px}.ingredients-grid--three{grid-template-columns:repeat(3,1fr);margin-top:24px}.ing-card{background:var(--bg);border-radius:var(--r-card);padding:32px;display:flex;flex-direction:column}.ing-card__img{width:160px;height:160px;border-radius:50%;object-fit:cover;margin:0 auto}.ing-card__body{margin-top:32px;width:100%}.ing-card__head{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:12px}.ing-card__title{color:var(--ing-title);font-weight:700;font-size:20px;line-height:24px;flex:1 1 auto;min-width:0}.ing-card__badge{border:1px solid var(--foundation);color:var(--foundation);font-weight:500;font-size:12px;line-height:15px;text-transform:uppercase;white-space:nowrap;padding:2px 8px;border-radius:var(--r-pill)}.ing-card__desc{margin-top:12px;color:var(--ing-body);font-size:16px;line-height:22px}.favourites{text-align:center;padding:56px 0 72px}.favourites .h2{margin-bottom:32px}.reviews{background:var(--bg)}.reviews__head{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.filters{display:flex;gap:12px;flex-wrap:wrap}.filter{background:transparent;border:.55px solid var(--ink);color:var(--ink);font-weight:700;font-size:12px;line-height:16px;letter-spacing:.31px;text-transform:uppercase;padding:10px 16px;height:36px;border-radius:var(--r-chip)}.filter.is-active{background:var(--ink);color:var(--white)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.review-card{background:var(--white);border-radius:var(--r-card);padding:32px;box-shadow:var(--shadow-card)}.review-card__head{display:flex;align-items:center;gap:16px}.review-card__avatar{width:64px;height:64px;border-radius:50%;object-fit:cover}.review-card__name{font-weight:700;font-size:26px;line-height:28px}.review-card__meta{color:var(--ing-body);font-size:14px;line-height:16px;margin-top:4px}.review-card__title{font-weight:700;font-size:20px;line-height:24px;margin-top:24px}.review-card__text{color:var(--ing-body);margin-top:12px}.lbox__panel{background:var(--white);border-radius:var(--r-panel);padding:32px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.lbox__col-title{font-weight:700;font-size:26px;line-height:28px;margin-bottom:16px}.lbox__image{width:100%;border-radius:22px;background:var(--grass);object-fit:cover;aspect-ratio:446 / 416}.lbox__note{text-align:center;color:var(--placeholder);font-size:14px;line-height:18px;letter-spacing:.4px;margin-top:24px}.lrow{display:block;background:var(--sand-50);border-radius:16px;padding:8px;margin-bottom:8px}.lrow summary{display:flex;align-items:center;gap:16px;list-style:none;cursor:pointer}.lrow summary::-webkit-details-marker{display:none}.lrow__thumb{width:64px;height:82px;border-radius:10px;object-fit:cover;background:var(--sand-100);flex-shrink:0}.lrow__text{display:flex;flex-direction:column;gap:6px;min-width:0}.lrow__label{font-weight:700;font-size:20px;line-height:24px}.lrow__pill{align-self:flex-start;background:var(--mint);color:var(--ink);font-weight:700;font-size:12px;padding:4px 10px;border-radius:var(--r-pill)}.lrow__desc{color:var(--placeholder);font-size:14px;line-height:18px;display:none}.lrow[open] .lrow__desc{display:block}.lrow__caret{margin-left:auto;width:18px;height:18px;flex-shrink:0;transition:transform .2s ease}.lrow[open] .lrow__caret{transform:rotate(180deg)}.price-row{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-top:48px;padding:0 48px}.price__amount{font-weight:600;font-size:56px;line-height:60px;white-space:nowrap}.trust-stickers{display:flex;gap:12px;flex-wrap:wrap}.trust-sticker{display:inline-flex;align-items:center;gap:6px;background:var(--sand-100);color:var(--sand-800);font-weight:500;font-size:14px;line-height:16.5px;padding:4px 12px;border-radius:var(--r-pill)}.trust-sticker svg{width:20px;height:20px}.steps{text-align:center}.steps__title{margin-bottom:56px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative;text-align:left}.step__img{width:100%;aspect-ratio:343 / 234;object-fit:cover;border-radius:12px}.step__title{font-weight:700;font-size:26px;line-height:28px;margin-top:24px}.step__desc{color:var(--sand-800);margin-top:8px}.steps__cta{margin-top:56px}.steps-dots{display:flex;align-items:center;justify-content:space-between;max-width:881px;margin:0 auto 24px;position:relative}.steps-dots:before{content:"";position:absolute;left:12px;right:12px;top:50%;height:3px;background:var(--sand-100);transform:translateY(-50%)}.steps-dots span{width:24px;height:24px;border-radius:50%;background:var(--sand-50);display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.steps-dots span:after{content:"";width:14px;height:14px;border-radius:50%;background:var(--rose-400)}.faq__title{margin-bottom:24px}.faq__item{border-bottom:1px solid #B4D8DD}.faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;list-style:none;cursor:pointer;padding:28px 0;font-weight:500;font-size:26px;line-height:28px}.faq__item summary::-webkit-details-marker{display:none}.faq__icon{font-size:28px;font-weight:300;line-height:1;transition:transform .2s ease}.faq__item[open] .faq__icon{transform:rotate(45deg)}.faq__answer{padding:0 0 28px;color:var(--ing-body);max-width:900px}.site-footer{background:var(--ink);color:#ffffffa3}.site-footer .wrap{display:flex;align-items:center;gap:24px;min-height:152px;flex-wrap:wrap}.site-footer__logo{height:40px;width:auto;color:#fff}.site-footer__links{display:flex;gap:40px;margin-left:auto;font-size:14px}.site-footer__copy{font-size:14px}.site-footer__cta{display:none}@media(max-width:1024px){.hero .wrap{grid-template-columns:1fr 420px;gap:32px}.hero__image{width:100%;height:100%;max-height:441px}.recipes-grid,.ingredients-grid--three{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:1fr}}@media(max-width:768px){.section{padding:48px 0}.h1{font-size:40px;line-height:46px}.h2{font-size:28px;line-height:34px}.site-header .wrap{height:70px}.section-head{text-align:left;max-width:100%;margin:0}.hero .wrap{grid-template-columns:1fr;gap:24px;padding-top:24px}.hero__image{order:-1;width:100%;height:auto;aspect-ratio:370 / 289}.hero__title,.hero__subtitle,.hero__form{max-width:100%}.hero__form{margin-top:20px}.hero__cta-row{flex-direction:column;align-items:stretch;gap:16px}.hero__cta-row .btn{width:100%}.rating{width:100%;justify-content:flex-start}.benefits .wrap{flex-wrap:wrap}.benefit{flex:0 0 calc(50% - 12px)}.recipes-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;margin:48px -24px 0;padding:0 24px 8px 16px;-webkit-overflow-scrolling:touch}.recipes-grid::-webkit-scrollbar{display:none}.recipe-card{flex:0 0 282px;scroll-snap-align:start}.ingredients-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;margin:24px -24px 0;padding:0 24px 8px 16px;-webkit-overflow-scrolling:touch}.ingredients-carousel::-webkit-scrollbar{display:none}.ingredients-grid,.ingredients-grid--three{display:contents}.ing-card{flex:0 0 290px;scroll-snap-align:start}.ing-card__img{width:120px;height:120px}.ing-card__head{flex-direction:column;align-items:flex-start;gap:12px}.reviews__head{flex-direction:column;align-items:flex-start}.filters{width:100%}.lbox__panel{grid-template-columns:1fr;gap:24px;padding:16px}.lrow__label{font-size:16px;line-height:22px}.price-row{flex-direction:column;align-items:stretch;text-align:center;gap:16px;margin-top:32px;padding:0;background:none;box-shadow:none;border-radius:0}.price-row .btn{width:100%}.price__block{text-align:center}.price__block .eyebrow{font-size:12px}.price__amount{font-size:24px;line-height:28px}.trust-stickers{justify-content:center}.steps,.steps__title{text-align:left}.steps-dots{display:none}.steps-grid{grid-template-columns:1fr;gap:32px;padding-left:44px}.step{position:relative}.step:after{content:"";position:absolute;left:-44px;top:0;width:24px;height:24px;border-radius:50%;background:radial-gradient(circle,var(--rose-400) 0 7px,var(--sand-50) 7px);z-index:1}.step:before{content:"";position:absolute;left:-33px;top:12px;width:2px;height:calc(100% + 32px);background:var(--sand-100);z-index:0}.step:last-child:before{display:none}.step__img{aspect-ratio:268 / 168}.faq__item summary{font-size:20px;padding:20px 0}.site-footer .wrap{flex-direction:column;align-items:center;text-align:center;padding-top:32px;padding-bottom:100px;gap:16px}.site-footer__links{margin-left:0;gap:24px;justify-content:center;flex-wrap:wrap}.site-footer__cta{position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;flex-direction:column;align-items:center;gap:6px;width:100%;background:var(--white);padding:12px 16px;border-radius:0;box-shadow:0 -4px 16px #0000001f}.site-footer__cta .btn{width:100%;max-width:none;height:52px}.site-footer__cta small{font-size:13px;color:var(--ink);white-space:nowrap}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/lp-kibble-july2026.css.map */
