.kronik-kit *{box-sizing:border-box}.kronik-kit{font-family:Barlow,sans-serif;background:#f0f0f0;padding:2rem 1.25rem 11rem;min-height:60vh}.kronik-kit__inner{max-width:1350px;margin:0 auto}.kronik-kit__header{padding-bottom:1.5rem;border-bottom:1px solid #E0E0E0;margin-bottom:1.5rem}.kronik-kit__eyebrow{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#888;margin:0 0 .5rem}.kronik-kit__title{font-size:clamp(1.6rem,4vw,2.25rem);font-weight:700;color:#1a1a1a;letter-spacing:-.02em;line-height:1.15;margin:0 0 .5rem}.kronik-kit__title u{text-decoration-color:#1a1a1a;text-underline-offset:4px}.kronik-kit__subtitle{font-size:.875rem;color:#555;margin:0 0 1.25rem;max-width:520px;line-height:1.5}.kronik-kit__subtitle strong{color:#1a1a1a;font-weight:600}.kronik-kit__progress-wrap{display:flex;align-items:center;gap:.75rem;max-width:260px}.kronik-kit__progress-bar{flex:1;height:3px;background:#e0e0e0;border-radius:9999px;overflow:hidden}.kronik-kit__progress-fill{height:100%;background:#1a1a1a;border-radius:9999px;transition:width .4s cubic-bezier(.23,1,.32,1);width:0%}.kronik-kit__progress-label{font-size:.75rem;font-weight:600;color:#555;white-space:nowrap}.kronik-kit__group{margin-bottom:2.5rem}.kronik-kit__group-divider{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.kronik-kit__group-line{flex:1;height:1px;background:#d0d0d0}.kronik-kit__group-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#888;padding:0 .5rem}.kronik-kit__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:480px){.kronik-kit__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.kronik-kit__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.kronik-kit__grid{grid-template-columns:repeat(5,1fr)}}@media(min-width:1280px){.kronik-kit__grid{grid-template-columns:repeat(6,1fr)}}.kronik-kit__card{position:relative;display:flex;flex-direction:column;border-radius:.75rem;overflow:hidden;background:#fff;border:1.5px solid #E0E0E0;cursor:pointer;text-align:left;padding:0;transition:transform .16s cubic-bezier(.23,1,.32,1),box-shadow .16s cubic-bezier(.23,1,.32,1),border-color .16s cubic-bezier(.23,1,.32,1);-webkit-appearance:none;appearance:none;width:100%}.kronik-kit__card:hover:not([disabled]){transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.kronik-kit__card:active:not([disabled]){transform:scale(.97)}.kronik-kit__card--selected{border-color:#1a1a1a;box-shadow:0 0 0 2px #1a1a1a26,0 6px 20px #0000001f}.kronik-kit__card--disabled{opacity:.35;pointer-events:none}.kronik-kit__card-badge{position:absolute;top:.5rem;right:.5rem;z-index:2;width:1.5rem;height:1.5rem;border-radius:9999px;background:#1a1a1a;color:#fff;font-size:.6875rem;font-weight:700;display:flex;align-items:center;justify-content:center}.kronik-kit__card-price-badge{position:absolute;top:.5rem;left:.5rem;z-index:2;background:#1a1a1abf;color:#fff;font-size:.6875rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.kronik-kit__card-img-wrap{position:relative;width:100%;aspect-ratio:4 / 3;background:#f5f5f5;overflow:hidden}.kronik-kit__card-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.kronik-kit__card--selected .kronik-kit__card-img{transform:scale(1.03)}.kronik-kit__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1a1a1f;display:flex;align-items:center;justify-content:center}.kronik-kit__card-check{width:2.25rem;height:2.25rem;border-radius:9999px;background:#1a1a1a;display:flex;align-items:center;justify-content:center}.kronik-kit__card-check svg{width:1.125rem;height:1.125rem;stroke:#fff;stroke-width:3;fill:none}.kronik-kit__card-info{padding:.75rem;background:#fff;flex:1;display:flex;flex-direction:column;gap:.125rem}.kronik-kit__card-name{font-size:.8125rem;font-weight:600;color:#1a1a1a;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.kronik-kit__card-compare{font-size:.6875rem;color:#999;text-decoration:line-through;margin:0}.kronik-kit__error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.75rem;background:#fee7e7;border:1px solid #F83A3A;color:#f83a3a;font-size:.875rem;margin-bottom:1rem}.kronik-kit__error-close{margin-left:auto;background:none;border:none;cursor:pointer;color:#f83a3a;padding:0;display:flex}.kronik-kit__cart{position:fixed;bottom:0;left:0;right:0;z-index:998;padding:0 .75rem .75rem;animation:kronikSlideUp .28s cubic-bezier(.23,1,.32,1)}@media(min-width:768px){.kronik-kit__cart{padding:0 1.5rem 1.25rem}}@keyframes kronikSlideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.kronik-kit__cart-inner{max-width:640px;margin:0 auto;background:#fff;border:1.5px solid #E0E0E0;border-radius:1rem;overflow:hidden;box-shadow:0 8px 40px #00000024}.kronik-kit__cart-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background:#f5f5f5;border-bottom:1px solid #E0E0E0}.kronik-kit__cart-title{display:flex;align-items:center;gap:.5rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#555}.kronik-kit__cart-title svg{width:1rem;height:1rem;stroke:#1a1a1a;fill:none}.kronik-kit__cart-dots{display:flex;align-items:center;gap:.375rem}.kronik-kit__cart-dot{width:.5rem;height:.5rem;border-radius:9999px;background:#d0d0d0;transition:background .2s}.kronik-kit__cart-dot--filled{background:#1a1a1a}.kronik-kit__cart-count{font-size:.6875rem;font-weight:600;color:#555;margin-left:.25rem}.kronik-kit__cart-body{display:flex;align-items:center;gap:.5rem;padding:.75rem}.kronik-kit__cart-slots{display:flex;gap:.5rem;flex:1}.kronik-kit__slot{flex:1;position:relative}.kronik-kit__slot-filled{position:relative;border-radius:.5rem;overflow:hidden;border:1.5px solid #1A1A1A;aspect-ratio:1}.kronik-kit__slot-filled img{width:100%;height:100%;object-fit:cover}.kronik-kit__slot-remove{position:absolute;top:.125rem;right:.125rem;width:1rem;height:1rem;border-radius:9999px;background:#000000a6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.kronik-kit__slot-remove svg{width:.625rem;height:.625rem;stroke:#fff;stroke-width:3;fill:none}.kronik-kit__slot-empty{border-radius:.5rem;border:2px dashed #D0D0D0;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#f5f5f5;animation:kronikSlotPulse 2.2s ease-in-out infinite}@keyframes kronikSlotPulse{0%,to{border-color:#d0d0d0}50%{border-color:#999}}.kronik-kit__slot-num{font-size:1.125rem;font-weight:700;color:#bdbdbd}.kronik-kit__cart-cta{display:flex;flex-direction:column;align-items:flex-end;gap:.375rem;min-width:110px}.kronik-kit__cart-price-label{font-size:.6875rem;color:#888;line-height:1}.kronik-kit__cart-price{font-size:1.25rem;font-weight:700;color:#1a1a1a;line-height:1.1}.kronik-kit__cart-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem .75rem;border-radius:.75rem;font-size:.8125rem;font-weight:700;font-family:Barlow,sans-serif;border:none;cursor:pointer;transition:all .2s cubic-bezier(.23,1,.32,1);background:#e0e0e0;color:#999}.kronik-kit__cart-btn--ready{background:#1a1a1a;color:#fff;cursor:pointer}.kronik-kit__cart-btn--ready:hover{background:#333}.kronik-kit__cart-btn:active:not(:disabled){transform:scale(.97)}.kronik-kit__cart-btn svg{width:1rem;height:1rem;stroke:currentColor;fill:none}.kronik-kit__spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:9999px;animation:kronikSpin .7s linear infinite}@keyframes kronikSpin{to{transform:rotate(360deg)}}.kronik-kit__cart-price-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.kronik-kit__cart-price-original{font-size:.6875rem;text-decoration:line-through;color:#999;line-height:1;text-align:right}.kronik-kit__cart-price-discount{font-size:.6875rem;font-weight:700;color:#22a06b;line-height:1;text-align:right}
/*# sourceMappingURL=/cdn/shop/t/3/assets/kronik-kit-selector.css.map */
