body[data-template=cart]{--kp-bg:#111111;--kp-bg-tint:#1a1a1a;--kp-bg-card:#1e1e1e;--kp-white:#ffffff;--kp-secondary:#999999;--kp-border:rgba(255,255,255,.1);--kp-border-strong:rgba(255,255,255,.18);--kp-accent:#00E68A;--kp-purple:#8B5CF6;--kp-blue:#3B82F6;--kp-red:#f87171;--kp-muted:rgba(255,255,255,.45);--kp-font-body:"Instrument Sans","Inter",sans-serif;--kp-font-mono:"JetBrains Mono","SF Mono",Menlo,monospace;--kp-radius:20px;--kp-radius-lg:26px;--kp-radius-pill:100px}body[data-template=cart] .header-wrapper,body[data-template=cart] .header,body[data-template=cart] sticky-header,body[data-template=cart] .footer,body[data-template=cart] .announcement-bar,body[data-template=cart] .breadcrumbs-wrapper,body[data-template=cart] .breadcrumbs,body[data-template=cart] .scrolling-promotion,body[data-template=cart] section-header,body[data-template=cart] .shopify-section-group-header-group,body[data-template=cart] .shopify-section-group-footer-group{display:none!important}html:has(body[data-template=cart]){font-size:16px!important}body[data-template=cart]{background:var(--kp-bg)!important;color:var(--kp-white);font-family:var(--kp-font-body);font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}body[data-template=cart] #MainContent{background:var(--kp-bg);min-height:100vh;padding:0!important;margin:0!important}body[data-template=cart] .kp-cart-page *{box-sizing:border-box}body[data-template=cart] .kp-cart-page a{text-decoration:none;color:inherit}body[data-template=cart] .kp-cart-page h1,body[data-template=cart] .kp-cart-page h2,body[data-template=cart] .kp-cart-page h3,body[data-template=cart] .kp-cart-page h4,body[data-template=cart] .kp-cart-page p,body[data-template=cart] .kp-cart-page span,body[data-template=cart] .kp-cart-page li,body[data-template=cart] .kp-cart-page a,body[data-template=cart] .kp-cart-page button,body[data-template=cart] .kp-cart-page input{font-family:var(--kp-font-body)!important;letter-spacing:normal}body[data-template=cart] .kp-cart-page h1,body[data-template=cart] .kp-cart-page h2,body[data-template=cart] .kp-cart-page h3{line-height:1.15;text-transform:none;margin:0}.kp-cart-page .kp-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.2rem 0;background:#111111d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--kp-border)}.kp-cart-page .kp-header__inner{max-width:1400px;margin:0 auto;padding:0 clamp(1.5rem,4vw,4rem);display:flex;align-items:center;justify-content:space-between}.kp-cart-page .kp-logo{font-size:1.3rem;font-weight:700;letter-spacing:-.04em;color:var(--kp-white)}.kp-cart-page .kp-logo b{color:var(--kp-accent)}.kp-cart-page .kp-nav-links{list-style:none;padding:0;margin:0;display:flex;gap:2rem;align-items:center}.kp-cart-page .kp-nav-links a{color:var(--kp-secondary);font-size:.95rem;transition:color .2s}.kp-cart-page .kp-nav-links a:hover{color:var(--kp-white)}.kp-cart-page .kp-nav-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.2rem;border-radius:var(--kp-radius-pill);background:var(--kp-accent);color:#000!important;font-weight:600;font-size:.9rem;transition:transform .2s,box-shadow .2s}.kp-cart-page .kp-nav-cta:hover{transform:translateY(-1px);box-shadow:0 10px 30px #00e68a4d}@media(max-width:768px){.kp-cart-page .kp-nav-links{display:none}}.kp-cart-wrap{max-width:1200px;margin:0 auto;padding:clamp(7rem,12vw,9rem) clamp(1.5rem,4vw,4rem) clamp(4rem,8vw,6rem)}.kp-cart-head{margin-bottom:2.5rem;display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:1rem}.kp-cart-head__left h1{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.025em;color:var(--kp-white)}.kp-cart-head__left p{margin:.5rem 0 0;color:var(--kp-secondary);font-size:1rem}.kp-cart-head__count{font-family:var(--kp-font-mono)!important;font-size:.85rem;color:var(--kp-accent);padding:.4rem .9rem;border:1px solid var(--kp-border-strong);border-radius:var(--kp-radius-pill);background:var(--kp-bg-card)}.kp-cart-grid{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}@media(max-width:960px){.kp-cart-grid{grid-template-columns:1fr}}.kp-cart-items{display:flex;flex-direction:column;gap:1rem}.kp-cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.5rem;padding:1.25rem;background:var(--kp-bg-card);border:1px solid var(--kp-border);border-radius:var(--kp-radius);transition:border-color .2s}.kp-cart-item:hover{border-color:var(--kp-border-strong)}.kp-cart-item__media{width:120px;height:120px;border-radius:14px;overflow:hidden;background:var(--kp-bg-tint);display:flex;align-items:center;justify-content:center;border:1px solid var(--kp-border)}.kp-cart-item__media img{width:100%;height:100%;object-fit:cover;display:block}.kp-cart-item__media--ph{color:var(--kp-muted);font-size:2rem}.kp-cart-item__body{display:flex;flex-direction:column;gap:.5rem;min-width:0}.kp-cart-item__title{font-size:1.05rem;font-weight:600;color:var(--kp-white);line-height:1.3}.kp-cart-item__title a:hover{color:var(--kp-accent)}.kp-cart-item__variant{font-size:.85rem;color:var(--kp-secondary)}.kp-cart-item__props{font-size:.8rem;color:var(--kp-muted)}.kp-cart-item__price{font-family:var(--kp-font-mono)!important;font-size:.95rem;color:var(--kp-accent);margin-top:auto}.kp-cart-item__price s{color:var(--kp-muted);margin-right:.5rem}.kp-cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:.75rem}.kp-qty{display:inline-flex;align-items:center;border:1px solid var(--kp-border-strong);border-radius:var(--kp-radius-pill);background:var(--kp-bg);overflow:hidden}.kp-qty button{width:36px;height:36px;background:transparent;border:none;color:var(--kp-white);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:background .2s}.kp-qty button:hover{background:#ffffff0f}.kp-qty button:disabled{opacity:.35;cursor:not-allowed}.kp-qty input{width:42px;height:36px;background:transparent;border:none;color:var(--kp-white);text-align:center;font-family:var(--kp-font-mono)!important;font-size:.9rem;-moz-appearance:textfield}.kp-qty input::-webkit-outer-spin-button,.kp-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.kp-qty input:focus{outline:none}.kp-cart-item__remove{background:transparent;border:none;color:var(--kp-secondary);font-size:.8rem;cursor:pointer;display:inline-flex;align-items:center;gap:.3rem;transition:color .2s;padding:0}.kp-cart-item__remove:hover{color:var(--kp-red)}.kp-cart-item__line-total{font-family:var(--kp-font-mono)!important;color:var(--kp-white);font-size:1rem;font-weight:600}@media(max-width:640px){.kp-cart-item{grid-template-columns:90px 1fr;gap:1rem;padding:1rem}.kp-cart-item__media{width:90px;height:90px}.kp-cart-item__actions{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center;border-top:1px solid var(--kp-border);padding-top:.75rem}}.kp-cart-summary{position:sticky;top:6rem;background:var(--kp-bg-card);border:1px solid var(--kp-border);border-radius:var(--kp-radius-lg);padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem}.kp-cart-summary h2{font-size:1.1rem;font-weight:600;color:var(--kp-white)}.kp-cart-summary__rows{display:flex;flex-direction:column;gap:.75rem}.kp-cart-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:var(--kp-secondary)}.kp-cart-summary__row span:last-child{font-family:var(--kp-font-mono)!important;color:var(--kp-white)}.kp-cart-summary__divider{height:1px;background:var(--kp-border)}.kp-cart-summary__total{display:flex;justify-content:space-between;align-items:baseline}.kp-cart-summary__total span:first-child{font-size:1rem;color:var(--kp-secondary)}.kp-cart-summary__total span:last-child{font-family:var(--kp-font-mono)!important;font-size:1.6rem;font-weight:700;color:var(--kp-white);letter-spacing:-.02em}.kp-cart-note{background:var(--kp-bg);border:1px solid var(--kp-border);border-radius:14px;padding:.85rem 1rem}.kp-cart-note label{display:block;font-size:.75rem;color:var(--kp-secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem}.kp-cart-note textarea{width:100%;background:transparent;border:none;color:var(--kp-white);font-family:var(--kp-font-body)!important;font-size:.85rem;resize:vertical;min-height:50px}.kp-cart-note textarea:focus{outline:none}.kp-cta-buy{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1.05rem 1.6rem;background:var(--kp-accent);color:#000!important;border:none;border-radius:var(--kp-radius-pill);font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s;width:100%;font-family:var(--kp-font-body)!important}.kp-cta-buy:hover{transform:translateY(-2px);box-shadow:0 14px 50px #00e68a66;background:#19f398}.kp-cta-buy .arrow{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#00000026;transition:transform .2s}.kp-cta-buy:hover .arrow{transform:translate(2px)}.kp-cart-summary__micro{display:flex;flex-direction:column;gap:.5rem;font-size:.8rem;color:var(--kp-muted)}.kp-cart-summary__micro span{display:inline-flex;align-items:center;gap:.4rem}.kp-cart-summary__micro i{color:var(--kp-accent)}.kp-cart-empty{background:var(--kp-bg-card);border:1px solid var(--kp-border);border-radius:var(--kp-radius-lg);padding:clamp(3rem,6vw,5rem) 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.kp-cart-empty__icon{width:80px;height:80px;border-radius:50%;background:var(--kp-bg);border:1px solid var(--kp-border-strong);display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--kp-accent)}.kp-cart-empty h2{font-size:1.6rem;color:var(--kp-white)}.kp-cart-empty p{color:var(--kp-secondary);max-width:420px;margin:0}.kp-cart-page .kp-footer{background:var(--kp-bg-tint);border-top:1px solid var(--kp-border);padding:5rem 0 2rem;margin-top:3rem}.kp-cart-page .kp-footer .kp-container{max-width:1400px;margin:0 auto;padding:0 clamp(1.5rem,4vw,4rem)}.kp-cart-page .kp-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.kp-cart-page .kp-footer__brand .kp-logo{margin-bottom:1rem;display:inline-block;font-size:1.3rem;font-weight:700;letter-spacing:-.04em;color:var(--kp-white)}.kp-cart-page .kp-footer__brand .kp-logo b{color:var(--kp-accent)}.kp-cart-page .kp-footer__brand p{color:var(--kp-secondary);font-size:.9rem;line-height:1.6;max-width:340px}.kp-cart-page .kp-footer__col h4{font-size:.85rem;font-weight:600;color:var(--kp-white);margin:0 0 1rem;text-transform:uppercase;letter-spacing:.08em}.kp-cart-page .kp-footer__col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}.kp-cart-page .kp-footer__col a{color:var(--kp-secondary);font-size:.9rem;transition:color .2s}.kp-cart-page .kp-footer__col a:hover{color:var(--kp-accent)}.kp-cart-page .kp-footer__bottom{border-top:1px solid var(--kp-border);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--kp-muted)}@media(max-width:768px){.kp-cart-page .kp-footer__grid{grid-template-columns:1fr;gap:2rem}.kp-cart-page .kp-footer__bottom{flex-direction:column;gap:.5rem;text-align:center}}body[data-template=cart] .kp-cart-page [class^=ph-]:before,body[data-template=cart] .kp-cart-page [class*=" ph-"]:before{font-family:Phosphor,Phosphor-Bold,Phosphor-Duotone,sans-serif}body[data-template=cart] .kp-payment-logos{display:flex;flex-direction:column;gap:.55rem}body[data-template=cart] .kp-payment-logos__caption{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--kp-muted);margin:0;text-align:center}body[data-template=cart] .kp-payment-logos__row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center}body[data-template=cart] .kp-payment-logo{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;padding:.3rem .55rem;background:var(--kp-bg);border:1px solid var(--kp-border);border-radius:8px;opacity:.6;transition:opacity .2s,border-color .2s;min-width:44px;min-height:28px}body[data-template=cart] .kp-payment-logo:hover{opacity:1;border-color:var(--kp-border-strong)}body[data-template=cart] .kp-payment-logo img{display:block;width:auto;height:20px;object-fit:contain;filter:grayscale(1) brightness(1.8);transition:filter .2s}body[data-template=cart] .kp-payment-logo:hover img{filter:grayscale(0) brightness(1)}body[data-template=cart] .kp-payment-logo i{font-size:1.1rem;color:var(--kp-muted)}body[data-template=cart] .kp-payment-logo span{font-size:.7rem;font-family:var(--kp-font-mono)!important;color:var(--kp-muted);white-space:nowrap}body[data-template=cart] .kp-trust-badges{display:flex;flex-direction:column;gap:.5rem;padding:.85rem 1rem;background:var(--kp-bg);border:1px solid var(--kp-border);border-radius:14px}body[data-template=cart] .kp-trust-badge{display:flex;align-items:center;gap:.55rem;font-size:.8rem;color:var(--kp-secondary);line-height:1.3}body[data-template=cart] .kp-trust-badge i{color:var(--kp-accent);font-size:1rem;flex-shrink:0}@media(min-width:1121px){body[data-template=cart] .kp-trust-badges{flex-direction:row;flex-wrap:wrap;gap:.6rem .9rem;padding:.75rem 1rem}body[data-template=cart] .kp-trust-badge{flex:1 1 auto;min-width:130px}}body[data-template=cart] .kp-social-proof{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem;padding:1.5rem 2rem;background:var(--kp-bg-card);border:1px solid var(--kp-border);border-radius:var(--kp-radius)}body[data-template=cart] .kp-social-proof__stat{display:flex;align-items:center;gap:.6rem;flex-wrap:nowrap}body[data-template=cart] .kp-social-proof__stat i{font-size:1.3rem;color:var(--kp-accent);flex-shrink:0}body[data-template=cart] .kp-social-proof__number{font-family:var(--kp-font-mono)!important;font-size:1.2rem;font-weight:700;color:var(--kp-white);white-space:nowrap}body[data-template=cart] .kp-social-proof__label{font-size:.85rem;color:var(--kp-secondary)}body[data-template=cart] .kp-social-proof__stars{color:#f59e0b;font-size:1rem;letter-spacing:.05em}body[data-template=cart] .kp-social-proof__divider{width:1px;height:2.5rem;background:var(--kp-border-strong);flex-shrink:0}@media(max-width:640px){body[data-template=cart] .kp-social-proof{gap:1.25rem;padding:1.25rem 1rem}body[data-template=cart] .kp-social-proof__divider{width:100%;height:1px}body[data-template=cart] .kp-social-proof__stat{justify-content:center;width:100%}}body[data-template=cart] .kp-client-logos{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem;overflow:hidden}body[data-template=cart] .kp-client-logos__caption{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--kp-muted);text-align:center;margin:0}body[data-template=cart] .kp-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}body[data-template=cart] .kp-marquee__track{display:flex;align-items:center;gap:2rem;width:max-content;animation:kp-marquee-scroll 28s linear infinite}body[data-template=cart] .kp-marquee__track:hover{animation-play-state:paused}@keyframes kp-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}body[data-template=cart] .kp-marquee__item{display:flex;align-items:center;justify-content:center;padding:.4rem .9rem;background:var(--kp-bg-card);border:1px solid var(--kp-border);border-radius:10px;min-width:110px;min-height:44px;flex-shrink:0;opacity:.55;transition:opacity .2s}body[data-template=cart] .kp-marquee__item:hover{opacity:1}body[data-template=cart] .kp-marquee__item img{display:block;width:auto;max-width:90px;max-height:28px;object-fit:contain;filter:grayscale(1) brightness(1.8)}body[data-template=cart] .kp-marquee__text-logo{font-family:var(--kp-font-mono)!important;font-size:.7rem;font-weight:600;color:var(--kp-muted);letter-spacing:.08em;white-space:nowrap;text-align:center}
/*# sourceMappingURL=/cdn/shop/t/6/assets/kp-cart.css.map */
