.kicx-home{--charcoal:#1c1b18;--charcoal-soft:#26241f;--offwhite:#f7f4ee;--cream:#efe9df;--yellow:#f2c200;--yellow-deep:#e0b400;--ink:#2a2823;--muted:#6e6a61;--line:#e2dcd0;--serif:"Fraunces",Georgia,serif;--sans:"Inter",-apple-system,sans-serif;font-family:var(--sans);background:var(--offwhite);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}.kicx-home *{margin:0;padding:0;box-sizing:border-box}.kicx-home img{max-width:100%;display:block;border:none}.kicx-home a{color:inherit;text-decoration:none}.kicx-home button{font-family:var(--sans);cursor:pointer;border:none;background:none}.kicx-home .wrap{max-width:1200px;margin:0 auto;padding:0 20px}@media(min-width:768px){.kicx-home .wrap{padding:0 40px}}.kicx-home .reveal{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.kicx-home .reveal.visible{opacity:1;transform:none}.kicx-home .reveal.d1{transition-delay:.1s}.kicx-home .reveal.d2{transition-delay:.2s}.kicx-home .reveal.d3{transition-delay:.3s}.kicx-home .hero{display:grid;grid-template-columns:1fr;background:var(--charcoal);overflow:hidden}@media(min-width:880px){.kicx-home .hero{grid-template-columns:48% 52%;min-height:86vh}}.kicx-home .hero-text{display:flex;flex-direction:column;justify-content:center;padding:72px 24px;position:relative;z-index:2}@media(min-width:880px){.kicx-home .hero-text{padding:90px 56px 90px max(40px,calc((100vw - 1200px)/2 + 40px))}}.kicx-home .hero-kicker{color:var(--yellow);font-size:12.5px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;margin-bottom:22px;opacity:0;animation:kxFadeUp 1s .2s forwards}.kicx-home .hero h1{font-family:var(--serif);font-weight:500;font-size:clamp(38px,4.6vw,62px);line-height:1.08;color:var(--offwhite);letter-spacing:-.01em;opacity:0;animation:kxFadeUp 1s .4s forwards;margin:0}.kicx-home .hero h1 em{font-style:italic;color:var(--yellow)}.kicx-home .hero-text p{color:#f7f4eecc;font-size:clamp(16px,1.6vw,18.5px);margin:24px 0 38px;max-width:440px;opacity:0;animation:kxFadeUp 1s .6s forwards}.kicx-home .hero-ctas{display:flex;align-items:center;gap:28px;flex-wrap:wrap;opacity:0;animation:kxFadeUp 1s .8s forwards}.kicx-home .hero-trust{margin-top:28px;font-size:13.5px;color:#f7f4ee99;opacity:0;animation:kxFadeUp 1s 1.05s forwards}.kicx-home .hero-trust span{color:var(--yellow);letter-spacing:2px;margin-right:4px}.kicx-home .hero-trust b{color:#f7f4eef2;font-weight:600}.kicx-home .hero-photo{position:relative;min-height:420px;overflow:hidden}.kicx-home .hero-photo img{position:absolute;left:0;right:0;top:-16%;width:100%;height:118%;object-fit:cover;object-position:50% 56%;will-change:transform}.kicx-home .hero-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--charcoal) 0%,rgba(28,27,24,0) 18%)}@media(max-width:879px){.kicx-home .hero-photo{order:-1;min-height:58vh}.kicx-home .hero-photo:after{background:linear-gradient(0deg,var(--charcoal) 0%,rgba(28,27,24,0) 30%)}}@keyframes kxFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.kicx-home .btn{display:inline-flex;align-items:center;gap:8px;background:var(--yellow);color:var(--charcoal);font-weight:700;font-size:15px;padding:17px 38px;border-radius:999px;transition:.3s;letter-spacing:.01em;border:none;cursor:pointer}.kicx-home .btn:hover{background:var(--yellow-deep);transform:translateY(-2px);box-shadow:0 12px 28px #f2c20059;color:var(--charcoal)}.kicx-home .link-cta{color:var(--offwhite);font-weight:600;font-size:15px;border-bottom:1px solid rgba(247,244,238,.4);padding-bottom:3px;transition:.3s}.kicx-home .link-cta:hover{border-color:var(--yellow);color:var(--yellow)}.kicx-home .kx-marquee{background:var(--yellow);overflow:hidden;padding:13px 0;white-space:nowrap}.kicx-home .marquee-track{display:inline-block;animation:kxScroll 28s linear infinite}.kicx-home .kx-marquee span{font-weight:700;font-size:13.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--charcoal);margin:0 28px}@keyframes kxScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.kicx-home section{padding:90px 0;margin:0}.kicx-home .sec-kicker{color:var(--yellow-deep);font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;margin-bottom:14px}.kicx-home .sec-title{font-family:var(--serif);font-weight:500;font-size:clamp(30px,4.5vw,46px);line-height:1.12;letter-spacing:-.01em;max-width:640px;margin:0}.kicx-home .sec-sub{color:var(--muted);font-size:17px;margin-top:16px;max-width:560px}.kicx-home .shop-grid{display:grid;gap:24px;margin-top:54px;grid-template-columns:1fr}@media(min-width:860px){.kicx-home .shop-grid{grid-template-columns:repeat(3,1fr)}}.kicx-home .pcard{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;position:relative;transition:.4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.kicx-home .pcard:hover{transform:translateY(-8px);box-shadow:0 24px 60px #1c1b1821}.kicx-home .pcard .badge{position:absolute;top:16px;left:16px;background:var(--charcoal);color:var(--yellow);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:999px;z-index:2}.kicx-home .pimg{background:var(--cream);height:300px;display:flex;align-items:center;justify-content:center;padding:12px;overflow:hidden}.kicx-home .pimg img{width:100%;height:100%;object-fit:contain;transition:transform .5s cubic-bezier(.16,1,.3,1)}.kicx-home .pcard:hover .pimg img{transform:scale(1.06)}.kicx-home .pbody{padding:26px;display:flex;flex-direction:column;flex:1}.kicx-home .pbody h3{font-family:var(--serif);font-size:23px;font-weight:600;margin:0}.kicx-home .pbody .ptag{color:var(--muted);font-size:13.5px;margin:4px 0 14px}.kicx-home .flavours{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap;min-height:32px}.kicx-home .flav{font-size:12px;font-weight:600;padding:7px 13px;border-radius:999px;border:1.5px solid var(--line);background:none;transition:.25s;color:var(--ink)}.kicx-home .flav.active,.kicx-home .flav:hover{border-color:var(--charcoal);background:var(--charcoal);color:var(--offwhite)}.kicx-home .prow{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px}.kicx-home .price{font-size:20px;font-weight:700}.kicx-home .price small{display:block;font-size:12px;color:var(--muted);font-weight:500}.kicx-home .add-btn{background:var(--yellow);color:var(--charcoal);font-weight:700;font-size:14px;padding:13px 26px;border-radius:999px;transition:.3s;border:none;cursor:pointer}.kicx-home .add-btn:hover{background:var(--charcoal);color:var(--yellow)}.kicx-home .add-btn[disabled]{opacity:.6;cursor:not-allowed}.kicx-home .stars{color:var(--yellow-deep);font-size:13px;letter-spacing:2px;margin-bottom:10px}.kicx-home .stars span{color:var(--muted);font-size:12.5px;letter-spacing:0;margin-left:6px}.kicx-home .stats{background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:70px 0}.kicx-home .stats .wrap{display:grid;gap:36px 20px;grid-template-columns:1fr 1fr;text-align:center}@media(min-width:900px){.kicx-home .stats .wrap{grid-template-columns:repeat(4,1fr)}}.kicx-home .stat b{font-family:var(--serif);font-size:clamp(44px,5vw,64px);font-weight:500;display:block;line-height:1}.kicx-home .stat b i{font-style:normal;color:var(--yellow-deep)}.kicx-home .stat span{font-size:14px;color:var(--muted);display:block;margin-top:10px;letter-spacing:.04em}.kicx-home .ingredients{background:var(--charcoal);color:var(--offwhite)}.kicx-home .ingredients .sec-sub{color:#f7f4eea6}.kicx-home .ing-flex{display:grid;gap:50px;margin-top:54px;grid-template-columns:1fr;align-items:center}@media(min-width:900px){.kicx-home .ing-flex{grid-template-columns:1fr 1fr}}.kicx-home .ing-photo{border-radius:20px;overflow:hidden;position:relative}.kicx-home .ing-photo img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.kicx-home .ing-photo:hover img{transform:scale(1.05)}.kicx-home .ing-list{display:flex;flex-direction:column;gap:12px}.kicx-home .ing-card{background:var(--charcoal-soft);border:1px solid rgba(247,244,238,.1);border-radius:16px;padding:22px 24px;cursor:pointer;transition:.3s}.kicx-home .ing-card:hover{border-color:#f2c20080}.kicx-home .ing-top{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.kicx-home .ing-top h4{font-family:var(--serif);font-size:19px;font-weight:500;margin:0}.kicx-home .ing-dose{color:var(--yellow);font-weight:700;font-size:14px;white-space:nowrap}.kicx-home .ing-more{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.16,1,.3,1)}.kicx-home .ing-card.open .ing-more{max-height:220px}.kicx-home .ing-more p{font-size:14px;color:#f7f4eeb3;padding-top:12px;line-height:1.65}.kicx-home .ing-hint{font-size:11px;color:#f7f4ee66;letter-spacing:.08em;text-transform:uppercase;margin-top:10px;transition:.3s}.kicx-home .ing-card.open .ing-hint{color:var(--yellow)}.kicx-home .ghost-btn{display:inline-block;background:none;border:1.5px solid rgba(247,244,238,.35);color:var(--offwhite);font-weight:600;font-size:14.5px;padding:16px 36px;border-radius:999px;transition:.3s;margin-top:26px}.kicx-home .ghost-btn:hover{border-color:var(--yellow);color:var(--yellow);transform:translateY(-2px)}.kicx-home .compare-wrap{margin-top:54px;overflow-x:auto;border:1px solid var(--line);border-radius:20px;background:#fff}.kicx-home .compare{width:100%;border-collapse:collapse;font-size:14.5px;min-width:560px;margin:0}.kicx-home .compare th,.kicx-home .compare td{padding:18px 22px;text-align:center;border-bottom:1px solid var(--line)}.kicx-home .compare tr:last-child td{border-bottom:none}.kicx-home .compare th:first-child,.kicx-home .compare td:first-child{text-align:left;font-weight:600}.kicx-home .compare thead th{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.kicx-home .compare thead th.kicx-col{background:var(--charcoal);color:var(--yellow);border-radius:14px 14px 0 0;font-size:15px;letter-spacing:.14em}.kicx-home .compare td.kicx-col{background:var(--charcoal);color:var(--offwhite);font-weight:600}.kicx-home .swipe-hint{display:none;text-align:center;font-size:12px;color:var(--muted);margin-top:12px;letter-spacing:.06em}@media(max-width:767px){.kicx-home .swipe-hint{display:block}}.kicx-home .compare tr:last-child td.kicx-col{border-radius:0 0 14px 14px}.kicx-home .tick{color:var(--yellow-deep);font-weight:800}.kicx-home .compare td.kicx-col .tick{color:var(--yellow)}.kicx-home .cross{color:#c0b9aa;font-weight:700}.kicx-home .her{background:var(--offwhite);padding:90px 0}.kicx-home .her-grid{display:grid;gap:50px;grid-template-columns:1fr;align-items:center}@media(min-width:880px){.kicx-home .her-grid{grid-template-columns:.9fr 1.1fr}}.kicx-home .her-img{border-radius:24px;overflow:hidden}.kicx-home .her-img img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.kicx-home .her-img:hover img{transform:scale(1.04)}.kicx-home .her-txt .price-line{font-size:15px;color:var(--muted);margin:20px 0 26px}.kicx-home .her-txt .price-line b{color:var(--ink);font-size:18px}.kicx-home .her-ctas{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.kicx-home .testi{background:var(--cream)}.kicx-home .testi-grid{display:grid;gap:24px;margin-top:54px;grid-template-columns:1fr}@media(min-width:860px){.kicx-home .testi-grid{grid-template-columns:repeat(3,1fr)}}.kicx-home .tcard{background:var(--offwhite);border:1px solid var(--line);border-radius:20px;padding:32px;transition:.4s}.kicx-home .tcard:hover{transform:translateY(-6px);box-shadow:0 18px 44px #1c1b181a}.kicx-home .tcard blockquote{font-family:var(--serif);font-size:18.5px;line-height:1.5;font-weight:400;margin:16px 0 24px;padding:0;border:none}.kicx-home .tperson{display:flex;align-items:center;gap:14px}.kicx-home .avatar{width:46px;height:46px;border-radius:50%;background:var(--charcoal);color:var(--yellow);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.kicx-home .tperson b{display:block;font-size:14.5px}.kicx-home .tperson span{font-size:13px;color:var(--muted)}.kicx-home .verified{font-size:11.5px;color:var(--yellow-deep);font-weight:700;letter-spacing:.06em;text-transform:uppercase}.kicx-home .center-cta{text-align:center;margin-top:44px}.kicx-home .dark-btn{display:inline-block;background:var(--charcoal);color:var(--offwhite);font-weight:700;font-size:15px;padding:17px 38px;border-radius:999px;transition:.3s}.kicx-home .dark-btn:hover{background:var(--yellow);color:var(--charcoal);transform:translateY(-2px)}.kicx-home .certs{padding:60px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.kicx-home .certs .wrap{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.kicx-home .cert{display:flex;align-items:center;gap:14px;padding:18px 28px;border:1px solid var(--line);border-radius:14px;background:#fff;min-width:220px}.kicx-home .cert-mark{width:44px;height:44px;border-radius:50%;border:2px solid var(--charcoal);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:11px;flex-shrink:0}.kicx-home .cert b{font-size:14px;display:block}.kicx-home .cert span{font-size:12.5px;color:var(--muted)}.kicx-home .faq-list{margin-top:50px;max-width:760px}.kicx-home .faq-item{border-bottom:1px solid var(--line)}.kicx-home .faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;background:none;padding:24px 4px;text-align:left;font-size:17px;font-weight:600;color:var(--ink);transition:.3s;border:none;cursor:pointer}.kicx-home .faq-q:hover{color:var(--yellow-deep)}.kicx-home .faq-q .chev{font-size:22px;font-weight:400;transition:transform .4s;color:var(--muted)}.kicx-home .faq-item.open .faq-q .chev{transform:rotate(45deg);color:var(--yellow-deep)}.kicx-home .faq-a{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.16,1,.3,1)}.kicx-home .faq-item.open .faq-a{max-height:300px}.kicx-home .faq-a p{padding:0 4px 26px;color:var(--muted);font-size:15.5px;max-width:640px}.kicx-home .capture{background:var(--charcoal);color:var(--offwhite);text-align:center}.kicx-home .capture .sec-title{margin:0 auto;color:var(--offwhite)}.kicx-home .capture .sec-sub{margin-left:auto;margin-right:auto;color:#f7f4eea6}.kicx-home .cap-form{display:flex;gap:12px;max-width:480px;margin:38px auto 0;flex-wrap:wrap;justify-content:center}.kicx-home .cap-form input[type=email]{flex:1;min-width:240px;padding:16px 24px;border-radius:999px;border:1.5px solid rgba(247,244,238,.25);background:transparent;color:var(--offwhite);font-size:15px;font-family:var(--sans);outline:none;transition:.3s}.kicx-home .cap-form input::placeholder{color:#f7f4ee66}.kicx-home .cap-form input:focus{border-color:var(--yellow)}.kicx-home .cap-note{font-size:12.5px;color:#f7f4ee66;margin-top:16px}.kicx-home .cap-success{font-size:17px;color:var(--yellow);font-weight:600;margin-top:30px}.kicx-home .cap-error{font-size:14px;color:#ff9d9d;margin-top:14px}.kicx-home .sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:90;background:#1c1b18f7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--offwhite);transform:translateY(110%);transition:transform .5s cubic-bezier(.16,1,.3,1);border-top:1px solid rgba(242,194,0,.3)}.kicx-home .sticky-atc.show{transform:none}.kicx-home .atc-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px;max-width:1200px;margin:0 auto}.kicx-home .atc-info{display:flex;align-items:center;gap:14px;min-width:0}.kicx-home .atc-info img{width:44px;height:44px;object-fit:contain;background:var(--cream);border-radius:10px;padding:4px}.kicx-home .atc-info b{font-size:14.5px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kicx-home .atc-info span{font-size:12.5px;color:#f7f4ee99}.kicx-home .atc-inner .add-btn{flex-shrink:0}
/*# sourceMappingURL=/cdn/shop/t/11/assets/kicx-home.css.map */
