.scp-cart[hidden]{display:none}.scp-cart{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60}.scp-cart.scp-theme{background:transparent}.scp-cart__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:scpFadeIn .3s ease-out}@keyframes scpFadeIn{0%{opacity:0}to{opacity:1}}.scp-muted{color:hsl(var(--muted-foreground))}.scp-cart__panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:440px;display:flex;flex-direction:column;background:hsl(var(--card));border-left:1px solid hsl(var(--border));animation:scpCartIn .3s cubic-bezier(.32,.72,0,1)}@keyframes scpCartIn{0%{transform:translate(100%)}to{transform:translate(0)}}.scp-cart__handle{display:none}@media(max-width:1023px){.scp-cart__panel{top:auto;left:0;right:0;bottom:0;width:100%;max-width:none;max-height:calc(100dvh - max(48px,env(safe-area-inset-top,0px)));border-left:0;border-top:1px solid hsl(var(--border));border-top-left-radius:var(--radius-3xl);border-top-right-radius:var(--radius-3xl);box-shadow:0 -8px 40px #05080f4d;animation:scpSheetIn .3s cubic-bezier(.32,.72,0,1);will-change:transform}@keyframes scpSheetIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.scp-cart__head,.scp-cart__foot{flex-shrink:0}.scp-cart__handle{display:flex;flex-shrink:0;justify-content:center;padding:.5rem 0 .25rem;cursor:grab;touch-action:none}.scp-cart__handle-bar{width:2.5rem;height:.25rem;border-radius:9999px;background:hsl(var(--muted-foreground) / .3)}.scp-cart__head{padding:.5rem 1rem .75rem}}.scp-cart__head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid hsl(var(--border) / .5)}.scp-cart__head-title{display:flex;align-items:center;gap:.75rem}.scp-cart__title{font-family:var(--font-display);font-weight:600;font-size:1.125rem;margin:0}.scp-cart__head-right{display:flex;align-items:center;gap:.75rem}.scp-cart__count-label{font-size:.875rem;color:hsl(var(--muted-foreground))}.scp-cart__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.scp-cart__body::-webkit-scrollbar{display:none}.scp-cart__body{-ms-overflow-style:none;scrollbar-width:none}.scp-cart__stack{padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem}.scp-cart__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.scp-cart__item{display:flex;gap:1rem;padding:.75rem;border-radius:var(--radius-2xl);background:hsl(var(--card) / .6);border:1px solid hsl(var(--glass-border));transition:opacity .2s ease}.scp-cart__item[data-updating]{opacity:.6;pointer-events:none}.scp-cart__thumb{flex-shrink:0;width:72px;height:72px;border-radius:var(--radius-2xl);overflow:hidden;background:hsl(var(--secondary));display:block}.scp-cart__thumb img{width:100%;height:100%;object-fit:cover}.scp-cart__info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between}.scp-cart__name{font-size:.875rem;font-weight:500;line-height:1.35;color:hsl(var(--foreground));text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.scp-cart__variant{font-size:.75rem;color:hsl(var(--muted-foreground));margin:.125rem 0 0}.scp-cart__info-bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.5rem}.scp-cart__pricecol{display:flex;flex-direction:column;min-width:0}.scp-cart__priceline{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.scp-cart__price{font-size:.875rem;font-weight:600}.scp-cart__compare{font-size:.75rem;color:hsl(var(--muted-foreground));text-decoration:line-through}.scp-cart__unit-hint{font-size:11px;color:hsl(var(--muted-foreground));margin:.125rem 0 0}.scp-cart__qty{display:inline-flex;align-items:center;border-radius:9999px;background:hsl(var(--secondary) / .5)}.scp-cart__qty button{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border:0;background:none;color:hsl(var(--foreground));cursor:pointer;transition:background .2s ease}.scp-cart__qty button:first-child{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.scp-cart__qty button:last-child{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.scp-cart__qty button:hover{background:hsl(var(--background) / .5)}.scp-cart__qty button:disabled{opacity:.3;cursor:not-allowed}.scp-cart__qty span{width:2rem;text-align:center;font-size:.875rem;font-weight:500;padding-block:.375rem;border-inline:1px solid hsl(var(--border) / .4)}.scp-cart__remove{align-self:flex-start;padding:.375rem;background:none;border:0;color:hsl(var(--muted-foreground));cursor:pointer;transition:color .2s ease}.scp-cart__remove:hover{color:hsl(var(--destructive))}@media(min-width:1024px){.scp-cart__crosssell{display:none}}.scp-cart__sub{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));margin:0 0 .75rem}.scp-cart__cs-scroll{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.25rem}.scp-cart__cs-card{flex-shrink:0;width:8rem;border-radius:var(--radius-lg);overflow:hidden;border:1px solid hsl(var(--glass-border));background:hsl(var(--card) / .6)}.scp-cart__cs-media{display:block;aspect-ratio:1 / 1;background:hsl(var(--secondary) / .3)}.scp-cart__cs-media img{width:100%;height:100%;object-fit:cover}.scp-cart__cs-body{padding:.5rem}.scp-cart__cs-title{font-size:.75rem;font-weight:500;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scp-cart__cs-price{font-size:.75rem;color:hsl(var(--muted-foreground));margin:0 0 .5rem}.scp-cart__cs-add{width:100%;height:1.75rem;font-size:.75rem;border-radius:var(--radius-md)}.scp-cart__timeline{position:relative;border-radius:var(--radius-lg);padding:.75rem;background:hsl(var(--secondary) / .2)}.scp-cart__timeline-line{position:absolute;top:27px;left:16%;right:16%;display:flex;align-items:center;gap:2px;z-index:0}.scp-cart__dash{flex:1;height:2px;border-radius:9999px;background:hsl(var(--border) / .7);animation:scpTimelinePulse 4s linear infinite}@keyframes scpTimelinePulse{0%,to{opacity:.5}4%{opacity:1;background-color:hsl(var(--primary))}8%{opacity:.5}}.scp-cart__timeline-steps{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between}.scp-cart__step{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}.scp-cart__step-dot{width:1.75rem;height:1.75rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem;background:hsl(var(--card));color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border) / .5)}.scp-cart__step-dot--done{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:0}.scp-cart__step-label{font-size:11px;font-weight:500;color:hsl(var(--foreground));line-height:1.1}.scp-cart__step-date{font-size:10px;color:hsl(var(--muted-foreground));line-height:1.1}.scp-cart__foot{padding:1.25rem;border-top:1px solid hsl(var(--border) / .5);display:flex;flex-direction:column;gap:1rem;background:hsl(var(--card) / .8)}.scp-cart__foot[hidden]{display:none}.scp-cart__savings{display:flex;flex-direction:column;gap:.375rem;padding-bottom:.75rem;border-bottom:1px solid hsl(var(--border) / .4)}.scp-cart__savings[hidden]{display:none}.scp-cart__savings-row{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.scp-cart__savings-orig{text-decoration:line-through;color:hsl(var(--muted-foreground))}.scp-cart__savings-row--save{color:hsl(var(--primary));font-weight:600}.scp-cart__subtotal{display:flex;align-items:center;justify-content:space-between}.scp-cart__subtotal span:last-child{font-size:1.25rem;font-weight:600}.scp-cart__shipnote{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.75rem;color:hsl(var(--muted-foreground))}.scp-cart__shipnote svg{color:hsl(var(--primary));flex-shrink:0}.scp-cart__checkout,.scp-cart__continue{width:100%}@media(max-width:1023px){.scp-cart__foot{padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0));gap:.5rem}.scp-cart__continue{display:none}.scp-cart__subtotal span:last-child{font-size:1.125rem}}.scp-cart__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;min-height:400px}.scp-cart__empty-icon{width:5rem;height:5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;background:hsl(var(--secondary) / .3);color:hsl(var(--muted-foreground) / .5)}.scp-cart__empty-title{font-family:var(--font-display);font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.scp-cart__empty-copy{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0 0 1.5rem;max-width:20rem}.scp-cart__empty-actions{display:flex;gap:.75rem;margin-bottom:2rem}.scp-cart__empty-browse{width:100%;max-width:24rem}.scp-cart__empty-browse-label{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0 0 1rem}.scp-cart__empty-list{display:flex;flex-direction:column;gap:.75rem}.scp-cart__empty-row{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:var(--radius-lg);text-decoration:none;background:hsl(var(--card) / .4);border:1px solid hsl(var(--glass-border));transition:background .2s ease}.scp-cart__empty-row:hover{background:hsl(var(--card) / .6)}.scp-cart__empty-thumb{width:3rem;height:3rem;border-radius:var(--radius-md);overflow:hidden;background:hsl(var(--secondary));flex-shrink:0}.scp-cart__empty-thumb img{width:100%;height:100%;object-fit:cover}.scp-cart__empty-meta{flex:1;text-align:left}.scp-cart__empty-row-title{font-size:.875rem;font-weight:500;margin:0;color:hsl(var(--foreground))}.scp-cart__empty-row-count{font-size:.75rem;color:hsl(var(--muted-foreground));margin:0}.scp-cart__sidepanel{position:fixed;top:0;bottom:0;right:440px;width:340px;z-index:60;display:none;flex-direction:column;background:hsl(var(--card));border-right:1px solid hsl(var(--border));box-shadow:-8px 0 24px -4px #05080f2e;transform:translate(2rem);opacity:0;pointer-events:none;transition:transform .3s ease-out,opacity .3s ease-out}@media(min-width:1024px){.scp-cart__sidepanel{display:flex}}.scp-cart__sidepanel.is-shown{transform:translate(0);opacity:1;pointer-events:auto}.scp-cart__sidepanel-head{padding:1.25rem;border-bottom:1px solid hsl(var(--border))}.scp-cart__sidepanel-title{font-family:var(--font-display);font-weight:600;font-size:1rem;margin:0}.scp-cart__sidepanel-list{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem;scrollbar-width:none}.scp-cart__sidepanel-list::-webkit-scrollbar{display:none}.scp-cart__sp-card{display:flex;gap:.75rem;padding:.75rem;border-radius:var(--radius-2xl);background:hsl(var(--card));border:1px solid hsl(var(--glass-border));box-shadow:0 1px 2px #0000000a}.scp-cart__sp-card.is-oos{opacity:.6}.scp-cart__sp-media{flex-shrink:0;width:72px;height:72px;border-radius:var(--radius-xl);overflow:hidden;background:hsl(var(--secondary));display:block}.scp-cart__sp-media img{width:100%;height:100%;object-fit:cover}.scp-cart__sp-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.375rem}.scp-cart__sp-titlelink{text-decoration:none;color:hsl(var(--foreground))}.scp-cart__sp-title{font-size:.875rem;font-weight:500;line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.scp-cart__sp-titlelink:hover .scp-cart__sp-title{color:hsl(var(--primary))}.scp-cart__sp-pricerow{display:flex;align-items:center;gap:.5rem}.scp-cart__sp-price{font-size:.875rem;font-weight:600}.scp-cart__sp-compare{font-size:.75rem;color:hsl(var(--muted-foreground));text-decoration:line-through}.scp-cart__sp-add{width:100%;gap:.375rem;margin-top:.125rem}.scp-cart-toast{position:fixed;left:50%;bottom:1.25rem;transform:translate(-50%,1rem);z-index:100000;max-width:min(90vw,24rem);padding:.75rem 1rem;border-radius:.75rem;background:hsl(var(--foreground));color:hsl(var(--background));font-size:.875rem;font-weight:500;line-height:1.3;text-align:center;box-shadow:0 8px 24px #00000038;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.scp-cart-toast.is-shown{opacity:1;transform:translate(-50%)}
/*# sourceMappingURL=/cdn/shop/t/4/assets/scp-cart-drawer.css.map */
