.sec__collection-main{position:relative}@media screen and (min-width:1025px){.sec__collection-main{padding-right:calc(var(--ccs-width, 31rem) + 2rem)}}collection-cart-sidebar.collection-cart-sidebar{display:none}@media screen and (min-width:1025px){collection-cart-sidebar.collection-cart-sidebar{display:flex;flex-direction:column;position:fixed;top:var(--ccs-top, var(--height-header, 0px));right:0;width:var(--ccs-width, 31rem);height:var(--ccs-height, calc(100vh - var(--ccs-top, var(--height-header, 0px))));z-index:4;background:var(--color-background, #fff);border-left:1px solid var(--color-border, #e8e8e1);box-shadow:-4px 0 20px #0000000f;overflow:hidden}}.ccs-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid var(--color-border, #e8e8e1);flex-shrink:0}.ccs-header__count{font-weight:400;font-size:1.4rem;opacity:.7}.ccs-body{flex:1;overflow-y:auto;padding:1.5rem 1.5rem 0;min-height:0;scrollbar-width:thin;scrollbar-color:#a0aec0 transparent}.ccs-body::-webkit-scrollbar,.collection-cart-sidebar .custom-scrollbar::-webkit-scrollbar{width:10px}.ccs-body::-webkit-scrollbar-track,.collection-cart-sidebar .custom-scrollbar::-webkit-scrollbar-track{background:#f1f5f9;border-radius:5px}.ccs-body::-webkit-scrollbar-thumb,.collection-cart-sidebar .custom-scrollbar::-webkit-scrollbar-thumb{background:#a0aec0;border-radius:5px;border:2px solid #f1f5f9}.ccs-body::-webkit-scrollbar-thumb:hover,.collection-cart-sidebar .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#718096}.ccs-items{display:flex;flex-direction:column}.ccs-item{display:flex;gap:1.2rem;padding:1.4rem 0;border-bottom:1px dashed var(--color-border, #e8e8e1);position:relative}.ccs-item:last-child{border-bottom:none}.ccs-item__img{flex-shrink:0;width:7.5rem;height:7.5rem;border-radius:6px;overflow:hidden;display:block}.ccs-item__img img{width:100%;height:100%;object-fit:cover;display:block}.ccs-item__details{flex:1;min-width:0;display:flex;flex-direction:column;gap:.4rem}.ccs-item__name{font-size:1.3rem;font-weight:500;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ccs-item__variant{font-size:1.2rem;display:block}.ccs-item__row{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.6rem;gap:.8rem}.ccs-item__price{font-size:1.3rem;white-space:nowrap}.ccs-item__qty{display:inline-flex;align-items:center;border:1px solid var(--color-border, #e8e8e1);border-radius:4px;overflow:hidden;height:2.8rem}.ccs-qty-btn{background:transparent;border:none;padding:0 .9rem;font-size:1.5rem;height:100%;cursor:pointer;color:inherit;line-height:1;transition:background .15s}.ccs-qty-btn:hover{background:var(--color-button-secondary-background, #f4f4f4)}.ccs-qty-val{font-size:1.3rem;font-weight:500;min-width:2rem;text-align:center;padding:0 .2rem}.ccs-item__remove{background:transparent;border:none;cursor:pointer;padding:.2rem;align-self:flex-start;margin-top:.2rem;flex-shrink:0;opacity:.5;transition:opacity .15s;color:inherit}.ccs-item__remove:hover{opacity:1;color:var(--color-primary)}.ccs-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;height:100%}.ccs-footer{padding:1.6rem 2rem 2rem;border-top:1px solid var(--color-border, #e8e8e1);flex-shrink:0}.ccs-counts{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:1.2rem;color:var(--color-foreground-secondary, #6b6b6b);margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px dashed var(--color-border, #e8e8e1)}.ccs-counts strong{color:var(--color-foreground, #1a1a1a);font-weight:600;margin-right:.3rem}.ccs-counts__sep{opacity:.5}.ccs-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.4rem;font-size:1.4rem}.ccs-subtotal strong{font-size:1.6rem}.ccs-btn{display:block;width:100%;text-align:center;padding:1rem 1.5rem;font-size:1.3rem;text-decoration:none;border-radius:var(--buttons-radius, 3px);cursor:pointer;transition:background .2s,color .2s,border-color .2s}.ccs-btn+.ccs-btn{margin-top:.8rem}.ccs-btn--outline{border:1px solid var(--color-button-secondary-background, #1a1a1a);color:var(--color-button-secondary-label, #1a1a1a);background:transparent}.ccs-btn--outline:hover{background:var(--color-button-secondary-background, #1a1a1a);color:var(--color-button-secondary-label, #fff)}.ccs-btn--primary{background:var(--color-button, #1a1a1a);color:var(--color-button-label, #fff);border:1px solid var(--color-button, #1a1a1a)}.ccs-btn--primary:hover{opacity:.88}.ccs-btn--danger{background:transparent;color:#c0392b;border:1px solid #e0a8a1}.ccs-btn--danger:hover{background:#c0392b;color:#fff;border-color:#c0392b}.ccs-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.6rem;animation:ccsModalIn .18s ease-out}.ccs-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.ccs-modal__dialog{position:relative;z-index:1;width:100%;max-width:42rem;background:var(--color-background, #fff);color:var(--color-foreground, #1a1a1a);border-radius:12px;box-shadow:0 20px 60px #00000040;padding:2.4rem 2.4rem 2rem;animation:ccsDialogIn .22s ease-out}.ccs-modal__close{position:absolute;top:1rem;right:1rem;width:3.2rem;height:3.2rem;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:999px;transition:background .15s,color .15s}.ccs-modal__close:hover{background:#f1f5f9;color:#0f172a}.ccs-modal__title{margin:0 0 .8rem;font-size:1.8rem;font-weight:600;line-height:1.3;color:inherit}.ccs-modal__text{margin:0 0 2rem;font-size:1.4rem;line-height:1.55;color:#475569}.ccs-modal__actions{display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap}.ccs-modal__actions .ccs-btn{margin-top:0;width:auto;flex:0 1 auto;min-width:12rem;padding:1rem 1.8rem}@keyframes ccsModalIn{0%{opacity:0}to{opacity:1}}@keyframes ccsDialogIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:480px){.ccs-modal{padding:1rem}.ccs-modal__dialog{padding:2rem 1.6rem 1.6rem}.ccs-modal__actions{flex-direction:column-reverse}.ccs-modal__actions .ccs-btn{width:100%;min-width:0}}collection-cart-sidebar.is-loading .ccs-body{opacity:.5;pointer-events:none}#collection-cart-section{display:none!important}.ccs-mobile-title{display:none}@media screen and (max-width:1024px){collection-cart-sidebar.collection-cart-sidebar{display:flex;align-items:center;gap:12px;position:fixed;bottom:0;left:0;right:0;width:100%;height:var(--ccs-collapsed-height, 58px);z-index:998;background:#fff;border-top:1px solid var(--color-border, #e8e8e1);box-shadow:0 -4px 18px #0000001f;box-sizing:border-box;padding:0 16px;border-radius:16px 16px 0 0;overflow:hidden}.sec__collection-main,.b2b-section.b2b-section{padding-bottom:calc(var(--ccs-collapsed-height, 58px) + 12px)}.ccs-mobile-title{display:flex;align-items:center;gap:6px;flex:1 1 auto;min-width:0;height:100%;padding:0;border:none;font-size:13px;color:#4a5568;line-height:1.2;cursor:pointer;user-select:none;-webkit-user-select:none}.ccs-mobile-title strong{color:#1a1a1a;font-weight:700;font-size:14px}.ccs-mobile-title:after{content:"";flex-shrink:0;width:8px;height:8px;margin-left:2px;border-right:2px solid #718096;border-bottom:2px solid #718096;transform:rotate(-135deg);transition:transform .28s ease}.collection-cart-sidebar .ccs-header,.collection-cart-sidebar .ccs-body,.collection-cart-sidebar .ccs-empty{display:none}.collection-cart-sidebar .ccs-footer{display:flex;flex:0 0 auto;align-items:center;gap:6px;margin:0;padding:0;border:none}.collection-cart-sidebar .ccs-counts{display:none}.collection-cart-sidebar .ccs-subtotal{display:flex;flex-direction:row;align-items:baseline;gap:6px;margin:0;padding:0;border:none}.collection-cart-sidebar .ccs-subtotal>span{font-size:11px;color:#718096}.collection-cart-sidebar .ccs-subtotal strong{font-size:16px;color:#1a1a1a}.collection-cart-sidebar .ccs-btn{display:none}.ccs-mobile-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:997;animation:ccsBackdropIn .28s ease forwards}@keyframes ccsBackdropIn{0%{opacity:0}to{opacity:1}}collection-cart-sidebar.collection-cart-sidebar.is-expanded{display:flex;flex-direction:column;align-items:stretch;height:auto;max-height:82vh;padding:0;z-index:999;border-radius:18px 18px 0 0;animation:ccsSheetIn .28s cubic-bezier(.4,0,.2,1)}@keyframes ccsSheetIn{0%{transform:translateY(28px);opacity:.4}to{transform:translateY(0);opacity:1}}.is-expanded .ccs-mobile-title{flex:0 0 auto;justify-content:center;height:auto;padding:14px 16px 12px;border-bottom:1px solid #edf2f7;font-size:13px}.is-expanded .ccs-mobile-title:after{transform:rotate(45deg)}.is-expanded .ccs-body{display:block;flex:1 1 auto;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:6px 16px 0;min-height:0}.is-expanded .ccs-empty{display:flex;flex:1 1 auto;padding:3rem 2rem}.is-expanded .ccs-footer{display:block;flex:0 0 auto;border-top:1px solid var(--color-border, #e8e8e1);padding:12px 16px calc(14px + env(safe-area-inset-bottom,0px))}.is-expanded .ccs-counts{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.6rem;margin:0 0 10px;padding:0 0 10px;border-bottom:1px dashed var(--color-border, #e8e8e1);font-size:12px}.is-expanded .ccs-counts__sep{display:inline}.is-expanded .ccs-subtotal{flex-direction:row;align-items:center;justify-content:space-between;margin:0 0 12px;padding:0;border:none;font-size:14px}.is-expanded .ccs-subtotal>span{font-size:14px;color:inherit}.is-expanded .ccs-subtotal strong{font-size:18px}.is-expanded .ccs-btn{display:block;width:100%;box-sizing:border-box;padding:13px 16px;font-size:15px}}@media screen and (max-width:380px){.ccs-mobile-title{gap:4px;font-size:12px}.ccs-mobile-title strong{font-size:13px}.collection-cart-sidebar .ccs-subtotal strong{font-size:15px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/collection-cart-sidebar.css.map */
