:root{--ck-teal: #2bb5a0;--ck-teal-light: #3fd4be;--ck-teal-dark: #1f9a88;--ck-pink: #eb6d9a;--ck-pink-light: #f598b8;--ck-pink-dark: #d4527f;--ck-purple: #8f82bc;--ck-purple-light: #b0a5d4;--ck-purple-dark: #7468a3;--ck-white: #ffffff;--ck-off-white: #faf9f7;--ck-dark: #1a1a2e;--ck-gray: #6b7280;--ck-gray-light: #f3f4f6;--ck-radius-xl: 24px;--ck-radius-lg: 20px;--ck-radius-md: 16px;--ck-radius-sm: 12px;--ck-radius-xs: 8px;--ck-shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--ck-shadow-md: 0 8px 30px rgba(0, 0, 0, .08);--ck-shadow-lg: 0 16px 48px rgba(0, 0, 0, .12);--ck-shadow-hover: 0 20px 60px rgba(0, 0, 0, .15);--ck-font-pop: "Nunito", "M PLUS Rounded 1c", sans-serif;--ck-font-body: "M PLUS Rounded 1c", "Nunito", sans-serif;--ck-transition: all .3s cubic-bezier(.4, 0, .2, 1);--ck-gradient-brand: linear-gradient(135deg, var(--ck-teal), var(--ck-pink), var(--ck-purple));--ck-gradient-teal: linear-gradient(135deg, var(--ck-teal), var(--ck-teal-light));--ck-gradient-pink: linear-gradient(135deg, var(--ck-pink), var(--ck-pink-light));--ck-gradient-purple: linear-gradient(135deg, var(--ck-purple), var(--ck-purple-light))}.ck-heading-pop{font-family:var(--ck-font-pop);font-weight:800;line-height:1.2;letter-spacing:-.02em}.ck-heading-xl{font-size:clamp(2rem,5vw,3.5rem)}.ck-heading-lg{font-size:clamp(1.5rem,4vw,2.5rem)}.ck-heading-md{font-size:clamp(1.25rem,3vw,1.75rem)}.ck-body-text{font-family:var(--ck-font-body);font-weight:500;line-height:1.8;color:var(--ck-dark)}.ck-label{font-family:var(--ck-font-pop);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.ck-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:50px;font-family:var(--ck-font-pop);font-weight:800;font-size:1rem;text-decoration:none;border:none;cursor:pointer;transition:var(--ck-transition);position:relative;overflow:hidden}.ck-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff0;transition:var(--ck-transition)}.ck-btn:hover:after{background:#ffffff26}.ck-btn:hover{transform:translateY(-3px);box-shadow:var(--ck-shadow-lg)}.ck-btn:active{transform:translateY(-1px)}.ck-btn--teal{background:var(--ck-gradient-teal);color:var(--ck-white)}.ck-btn--pink{background:var(--ck-gradient-pink);color:var(--ck-white)}.ck-btn--purple{background:var(--ck-gradient-purple);color:var(--ck-white)}.ck-btn--white{background:var(--ck-white);color:var(--ck-dark)}.ck-btn--white:hover{box-shadow:var(--ck-shadow-hover)}.ck-btn--outline{background:transparent;border:2px solid currentColor}.ck-btn--lg{padding:18px 42px;font-size:1.125rem}.ck-btn--sm{padding:10px 24px;font-size:.875rem}.ck-card{background:var(--ck-white);border-radius:var(--ck-radius-lg);overflow:hidden;box-shadow:var(--ck-shadow-sm);transition:var(--ck-transition)}.ck-card:hover{transform:translateY(-8px);box-shadow:var(--ck-shadow-hover)}.ck-card__image{width:100%;aspect-ratio:1;object-fit:cover}.ck-card__body{padding:24px}.ck-card__title{font-family:var(--ck-font-pop);font-weight:800;font-size:1.125rem;margin-bottom:8px;color:var(--ck-dark)}.ck-card__price{font-family:var(--ck-font-pop);font-weight:700;font-size:1.25rem}.ck-product-card{background:var(--ck-white);border-radius:var(--ck-radius-xl);overflow:hidden;box-shadow:var(--ck-shadow-md);transition:var(--ck-transition);text-decoration:none;display:block}.ck-product-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:var(--ck-shadow-hover)}.ck-product-card__image-wrap{position:relative;padding:24px;display:flex;align-items:center;justify-content:center}.ck-product-card__image-wrap--teal{background:linear-gradient(180deg,#2bb5a01a,#2bb5a00d)}.ck-product-card__image-wrap--pink{background:linear-gradient(180deg,#eb6d9a1a,#eb6d9a0d)}.ck-product-card__image-wrap--purple{background:linear-gradient(180deg,#8f82bc1a,#8f82bc0d)}.ck-product-card__badge{position:absolute;top:16px;left:16px;padding:6px 14px;border-radius:50px;font-family:var(--ck-font-pop);font-weight:800;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--ck-white)}.ck-product-card__badge--teal{background:var(--ck-teal)}.ck-product-card__badge--pink{background:var(--ck-pink)}.ck-product-card__badge--purple{background:var(--ck-purple)}.ck-product-card__info{padding:20px 24px 28px;text-align:center}.ck-product-card__name{font-family:var(--ck-font-pop);font-weight:800;font-size:1rem;color:var(--ck-dark);margin-bottom:4px}.ck-product-card__subtitle{font-family:var(--ck-font-body);font-size:.8rem;color:var(--ck-gray);margin-bottom:12px}.ck-product-card__price{font-family:var(--ck-font-pop);font-weight:800;font-size:1.25rem;color:var(--ck-dark)}.ck-section{padding:80px 0;position:relative}.ck-section--sm{padding:48px 0}.ck-section--lg{padding:120px 0}.ck-section--teal{background-color:var(--ck-teal);color:var(--ck-white)}.ck-section--pink{background-color:var(--ck-pink);color:var(--ck-white)}.ck-section--purple{background-color:var(--ck-purple);color:var(--ck-white)}.ck-section--teal-light{background-color:#2bb5a014}.ck-section--pink-light{background-color:#eb6d9a14}.ck-section--purple-light{background-color:#8f82bc14}.ck-section--off-white{background-color:var(--ck-off-white)}.ck-section--gradient{background:var(--ck-gradient-brand);color:var(--ck-white)}.ck-wave-top,.ck-wave-bottom{position:absolute;left:0;right:0;width:100%;overflow:hidden;line-height:0}.ck-wave-top{top:-1px}.ck-wave-bottom{bottom:-1px;transform:rotate(180deg)}.ck-wave-top svg,.ck-wave-bottom svg{display:block;width:100%;height:60px}.ck-container{max-width:1200px;margin:0 auto;padding:0 24px}.ck-container--narrow{max-width:800px}.ck-container--wide{max-width:1400px}.ck-hero{min-height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;background:var(--ck-gradient-brand)}.ck-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.ck-hero__bg video,.ck-hero__bg img{width:100%;height:100%;object-fit:cover}.ck-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#2bb5a0d9,#eb6d9abf,#8f82bcd9);z-index:1}.ck-hero__content{position:relative;z-index:2;padding:40px 24px}.ck-hero__subtitle{font-family:var(--ck-font-pop);font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.15em;color:#ffffffe6;margin-bottom:16px}.ck-hero__title{font-family:var(--ck-font-pop);font-weight:900;font-size:clamp(2rem,6vw,4rem);color:var(--ck-white);margin-bottom:20px;line-height:1.15}.ck-hero__description{font-family:var(--ck-font-body);font-size:clamp(1rem,2vw,1.25rem);color:#ffffffe6;max-width:600px;margin:0 auto 40px;line-height:1.8}.ck-hero__products{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto 40px}@media(max-width:768px){.ck-hero__products{grid-template-columns:1fr;gap:16px;max-width:320px}}.ck-hero__product-card{background:#ffffff26;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:var(--ck-radius-lg);padding:24px 16px;text-decoration:none;color:var(--ck-white);transition:var(--ck-transition);border:1px solid rgba(255,255,255,.2)}.ck-hero__product-card:hover{background:#ffffff40;transform:translateY(-8px);box-shadow:0 20px 40px #0003}.ck-hero__product-card img{width:120px;height:auto;margin:0 auto 12px;display:block;filter:drop-shadow(0 8px 16px rgba(0,0,0,.2))}.ck-hero__product-card h3{font-family:var(--ck-font-pop);font-weight:800;font-size:.9rem;margin-bottom:4px}.ck-hero__product-card span{font-size:.8rem;opacity:.8}.ck-feature{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.ck-feature--reverse{direction:rtl}.ck-feature--reverse>*{direction:ltr}@media(max-width:768px){.ck-feature{grid-template-columns:1fr;gap:32px}.ck-feature--reverse{direction:ltr}}.ck-feature__image{border-radius:var(--ck-radius-xl);overflow:hidden;box-shadow:var(--ck-shadow-lg)}.ck-feature__image img{width:100%;height:auto;display:block}.ck-feature__content h2{font-family:var(--ck-font-pop);font-weight:900;font-size:clamp(1.5rem,3vw,2.25rem);margin-bottom:8px}.ck-feature__content .ck-feature__en-title{font-family:var(--ck-font-pop);font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;opacity:.7;margin-bottom:20px}.ck-feature__content p{font-family:var(--ck-font-body);font-size:1rem;line-height:1.8;margin-bottom:24px}.ck-feature__badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.ck-feature__badge{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:50px;background:#fff3;font-family:var(--ck-font-pop);font-weight:700;font-size:.8rem}.ck-feature__badge svg{width:16px;height:16px}.ck-comparison{width:100%;border-collapse:separate;border-spacing:0;border-radius:var(--ck-radius-lg);overflow:hidden;box-shadow:var(--ck-shadow-md);background:var(--ck-white)}.ck-comparison th{padding:20px 24px;font-family:var(--ck-font-pop);font-weight:800;font-size:1rem;color:var(--ck-white);text-align:center}.ck-comparison th:nth-child(2){background:var(--ck-teal)}.ck-comparison th:nth-child(3){background:var(--ck-pink)}.ck-comparison th:nth-child(4){background:var(--ck-purple)}.ck-comparison th:first-child{background:var(--ck-dark)}.ck-comparison td{padding:16px 24px;font-family:var(--ck-font-body);font-size:.9rem;text-align:center;border-bottom:1px solid var(--ck-gray-light)}.ck-comparison td:first-child{font-family:var(--ck-font-pop);font-weight:700;text-align:left;background:var(--ck-gray-light)}.ck-comparison tr:last-child td{border-bottom:none}@media(max-width:768px){.ck-comparison-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--ck-radius-lg)}.ck-comparison{min-width:600px}}.ck-brand-story{text-align:center}.ck-brand-story__doctor{display:flex;align-items:center;gap:32px;text-align:left;background:var(--ck-white);border-radius:var(--ck-radius-xl);padding:40px;box-shadow:var(--ck-shadow-md);margin-top:48px}@media(max-width:768px){.ck-brand-story__doctor{flex-direction:column;text-align:center;padding:24px}}.ck-brand-story__doctor-image{width:160px;height:160px;border-radius:50%;object-fit:cover;flex-shrink:0;border:4px solid var(--ck-teal)}.ck-brand-story__doctor-name{font-family:var(--ck-font-pop);font-weight:800;font-size:1.125rem;margin-bottom:4px}.ck-brand-story__doctor-title{font-family:var(--ck-font-body);font-size:.85rem;color:var(--ck-gray);margin-bottom:12px}.ck-brand-story__doctor-text{font-family:var(--ck-font-body);font-size:.95rem;line-height:1.8}.ck-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}@media(max-width:768px){.ck-features-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.ck-features-grid__item{text-align:center;padding:32px 16px;background:var(--ck-white);border-radius:var(--ck-radius-lg);box-shadow:var(--ck-shadow-sm);transition:var(--ck-transition)}.ck-features-grid__item:hover{transform:translateY(-4px);box-shadow:var(--ck-shadow-md)}.ck-features-grid__icon{width:56px;height:56px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--ck-gradient-brand)}.ck-features-grid__icon svg{width:28px;height:28px;color:var(--ck-white)}.ck-features-grid__title{font-family:var(--ck-font-pop);font-weight:800;font-size:.9rem;margin-bottom:8px;color:var(--ck-dark)}.ck-features-grid__text{font-family:var(--ck-font-body);font-size:.8rem;color:var(--ck-gray);line-height:1.6}.ck-faq__item{border-bottom:1px solid rgba(0,0,0,.08)}.ck-faq__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:24px 0;background:none;border:none;cursor:pointer;font-family:var(--ck-font-pop);font-weight:700;font-size:1rem;color:var(--ck-dark);text-align:left}.ck-faq__question:hover{color:var(--ck-teal)}.ck-faq__icon{width:32px;height:32px;border-radius:50%;background:var(--ck-gray-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:var(--ck-transition)}.ck-faq__item.is-open .ck-faq__icon{background:var(--ck-teal);color:var(--ck-white);transform:rotate(45deg)}.ck-faq__answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.ck-faq__item.is-open .ck-faq__answer{max-height:500px}.ck-faq__answer-inner{padding:0 0 24px;font-family:var(--ck-font-body);font-size:.95rem;line-height:1.8;color:var(--ck-gray)}.ck-fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.ck-fade-in.is-visible{opacity:1;transform:translateY(0)}.ck-fade-in-left{opacity:0;transform:translate(-30px);transition:opacity .8s ease,transform .8s ease}.ck-fade-in-left.is-visible{opacity:1;transform:translate(0)}.ck-fade-in-right{opacity:0;transform:translate(30px);transition:opacity .8s ease,transform .8s ease}.ck-fade-in-right.is-visible{opacity:1;transform:translate(0)}.ck-stagger>*{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.ck-stagger.is-visible>*:nth-child(1){transition-delay:.1s;opacity:1;transform:translateY(0)}.ck-stagger.is-visible>*:nth-child(2){transition-delay:.2s;opacity:1;transform:translateY(0)}.ck-stagger.is-visible>*:nth-child(3){transition-delay:.3s;opacity:1;transform:translateY(0)}.ck-stagger.is-visible>*:nth-child(4){transition-delay:.4s;opacity:1;transform:translateY(0)}.ck-header .header__heading-link{font-family:var(--ck-font-pop)}.ck-header .header__menu-item{font-family:var(--ck-font-pop);font-weight:700;font-size:.9rem;letter-spacing:.02em}.ck-cart-badge{background:var(--ck-pink);color:var(--ck-white);font-family:var(--ck-font-pop);font-weight:800;border-radius:50%;min-width:20px;height:20px;font-size:.7rem;display:flex;align-items:center;justify-content:center}.ck-footer{background:var(--ck-dark);color:var(--ck-white)}.ck-footer__accent{height:4px;background:var(--ck-gradient-brand)}.ck-footer a{color:#ffffffb3;transition:var(--ck-transition)}.ck-footer a:hover{color:var(--ck-teal)}.ck-footer__newsletter input{border-radius:50px;padding:14px 24px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:var(--ck-white);font-family:var(--ck-font-body)}.ck-footer__newsletter input::placeholder{color:#ffffff80}.ck-collection .card-wrapper{border-radius:var(--ck-radius-xl);overflow:hidden;box-shadow:var(--ck-shadow-sm);transition:var(--ck-transition)}.ck-collection .card-wrapper:hover{transform:translateY(-8px);box-shadow:var(--ck-shadow-hover)}.ck-collection .card__heading{font-family:var(--ck-font-pop);font-weight:800}.ck-collection .price{font-family:var(--ck-font-pop);font-weight:800;color:var(--ck-dark)}.ck-blog .blog-articles__article{border-radius:var(--ck-radius-lg);overflow:hidden;box-shadow:var(--ck-shadow-sm);transition:var(--ck-transition)}.ck-blog .blog-articles__article:hover{transform:translateY(-4px);box-shadow:var(--ck-shadow-md)}.ck-blog .blog-articles__article-title{font-family:var(--ck-font-pop);font-weight:800}.ck-article-cta{background:var(--ck-gradient-brand);border-radius:var(--ck-radius-lg);padding:32px;text-align:center;margin:40px 0}.ck-article-cta h3{font-family:var(--ck-font-pop);font-weight:800;color:var(--ck-white);font-size:1.25rem;margin-bottom:16px}.ck-product-page .product__title{font-family:var(--ck-font-pop);font-weight:900}.ck-product-page .product__price{font-family:var(--ck-font-pop);font-weight:800;font-size:1.5rem}.ck-product-page .product-form__submit{border-radius:50px;font-family:var(--ck-font-pop);font-weight:800;padding:18px 36px;font-size:1.1rem;transition:var(--ck-transition)}.ck-product-page .product-form__submit:hover{transform:translateY(-2px);box-shadow:var(--ck-shadow-md)}.ck-product-page[data-product-type=gut-health] .product-form__submit{background:var(--ck-gradient-teal)}.ck-product-page[data-product-type=beauty] .product-form__submit{background:var(--ck-gradient-pink)}.ck-product-page[data-product-type=brain-health] .product-form__submit{background:var(--ck-gradient-purple)}.ck-breadcrumbs{display:flex;align-items:center;gap:8px;font-family:var(--ck-font-body);font-size:.8rem;color:var(--ck-gray);margin-bottom:24px;flex-wrap:wrap}.ck-breadcrumbs a{color:var(--ck-gray);text-decoration:none;transition:var(--ck-transition)}.ck-breadcrumbs a:hover{color:var(--ck-teal)}.ck-breadcrumbs__separator{font-size:.7rem;opacity:.5}.ck-text-center{text-align:center}.ck-text-left{text-align:left}.ck-text-white{color:var(--ck-white)}.ck-text-teal{color:var(--ck-teal)}.ck-text-pink{color:var(--ck-pink)}.ck-text-purple{color:var(--ck-purple)}.ck-bg-teal{background-color:var(--ck-teal)}.ck-bg-pink{background-color:var(--ck-pink)}.ck-bg-purple{background-color:var(--ck-purple)}.ck-mt-0{margin-top:0}.ck-mt-1{margin-top:8px}.ck-mt-2{margin-top:16px}.ck-mt-3{margin-top:24px}.ck-mt-4{margin-top:32px}.ck-mt-6{margin-top:48px}.ck-mb-0{margin-bottom:0}.ck-mb-1{margin-bottom:8px}.ck-mb-2{margin-bottom:16px}.ck-mb-3{margin-bottom:24px}.ck-mb-4{margin-bottom:32px}.ck-mb-6{margin-bottom:48px}.ck-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/1/assets/chikamichi-custom.css.map */
