.grouped-cart-list{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.grouped-cart-item{border:1px solid var(--color-border);border-radius:8px;padding:1rem;background:var(--color-background)}.grouped-cart-item__main{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:.75rem}.grouped-cart-item__thumb img{width:60px;height:60px;object-fit:cover;border-radius:6px}.grouped-cart-item__title-wrap{display:flex;flex-direction:column;gap:.25rem;flex:1}.grouped-cart-item__title{font-weight:600;font-size:1rem;line-height:1.3}.grouped-cart-item__meta{color:rgb(var(--color-foreground-rgb) / .8);font-size:.9rem;font-weight:500}.grouped-cart-item__details{border-top:1px solid var(--color-border-light);padding-top:.75rem}.grouped-cart-item__addons{background:rgb(var(--color-foreground-rgb) / .03);border-radius:6px;padding:.75rem}.addons-title{font-size:.85rem;font-weight:600;color:rgb(var(--color-foreground-rgb) / .8);margin-bottom:.5rem}.addons-list{display:flex;flex-direction:column;gap:.4rem}.addon-item{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;line-height:1.3}.addon-name{color:rgb(var(--color-foreground-rgb) / .8);font-style:italic}.addon-price{color:rgb(var(--color-foreground-rgb) / .9);font-weight:500}.addon-included{color:#10b981;font-weight:500;font-style:italic;font-size:.75rem}.grouped-cart-item__remove{background:transparent;border:none;padding:.5rem;color:var(--color-foreground);cursor:pointer;flex-shrink:0}.grouped-cart-item__remove svg{width:18px;height:18px;display:block}.grouped-cart-item__remove:hover{opacity:.7}.cart-drawer__loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-foreground-rgb) / .03);z-index:60;pointer-events:none}.cart-drawer__loading .spinner{width:36px;height:36px;border-radius:50%;border:4px solid rgba(0,0,0,.08);border-top-color:#00000073;animation:spin 1s linear infinite;pointer-events:auto}.grouped-cart-list--blurred{filter:blur(6px);transition:filter .25s ease}@keyframes spin{to{transform:rotate(360deg)}}.cart-drawer__confirm-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-foreground-rgb) / .03);z-index:40;pointer-events:none}.cart-drawer__confirm-box{background:var(--color-background);padding:1.5rem;border-radius:8px;box-shadow:0 6px 18px #0000001f;max-width:360px;width:90%;pointer-events:auto}.cart-drawer__confirm-text{margin:0 0 1rem}.cart-drawer__confirm-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.75rem}.cart-drawer__confirm-cancel{background:transparent;border:1px solid var(--color-border);padding:.5rem 1rem;border-radius:4px;cursor:pointer}.cart-drawer__confirm-ok{background:var(--color-button-background);color:var(--color-button-text);border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/7/assets/cart-drawer-grouped.css.map */
