.cls-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease;pointer-events:none}.cls-modal--open{opacity:1;pointer-events:auto}.cls-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cls-modal__dialog{position:relative;background:#fff;border-radius:1.6rem;width:90%;max-width:44rem;max-height:85vh;overflow-y:auto;box-shadow:0 2rem 6rem #0003;transform:scale(.95);transition:transform .25s ease}.cls-modal--open .cls-modal__dialog{transform:scale(1)}.cls-modal__header{display:flex;align-items:center;gap:.8rem;padding:1.6rem 2rem;border-bottom:1px solid rgba(0,0,0,.08)}.cls-modal__check{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border-radius:50%;background:rgb(var(--color-button));color:#fff;font-size:1.6rem;flex-shrink:0}.cls-modal__title{flex:1;font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground))}.cls-modal__close{background:none;border:none;font-size:2.2rem;color:rgba(var(--color-foreground),.4);cursor:pointer;line-height:1;padding:.4rem}.cls-modal__close:hover{color:rgb(var(--color-foreground))}.cls-modal__items{padding:1.6rem 2rem}.cls-modal__item{display:flex;gap:1.2rem;padding:1.2rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.cls-modal__item:last-child{border-bottom:none}.cls-modal__item-img{width:6.4rem;height:6.4rem;border-radius:1rem;object-fit:cover;background:#f5f5f5;flex-shrink:0}.cls-modal__item-img--empty{display:block}.cls-modal__item-info{flex:1;min-width:0}.cls-modal__item-title{font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:.2rem}.cls-modal__item-variant{font-size:1.1rem;color:rgba(var(--color-foreground),.6);margin-bottom:.4rem}.cls-modal__props{display:flex;flex-wrap:wrap;gap:.4rem}.cls-modal__prop{font-size:1rem;background:rgba(var(--color-button),.08);color:rgb(var(--color-button));padding:.2rem .6rem;border-radius:.4rem;white-space:nowrap}.cls-modal__item-qty{font-size:1.1rem;color:rgba(var(--color-foreground),.5);margin-top:.3rem}.cls-modal__item-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:.6rem;flex-shrink:0}.cls-modal__item-price{font-size:1.4rem;font-weight:600;color:rgb(var(--color-button));white-space:nowrap}.cls-modal__item-price--compare{text-decoration:line-through;color:rgba(var(--color-foreground),.45);font-weight:400;font-size:1.2rem;margin-right:.4rem}.cls-modal__item-price--sale{color:#d72c0d;font-weight:600}.cls-modal__qty{display:flex;align-items:center;gap:0;border:1px solid rgba(var(--color-foreground),.15);border-radius:.6rem;overflow:hidden}.cls-modal__qty-btn{background:none;border:none;width:2.8rem;height:2.8rem;font-size:1.4rem;cursor:pointer;color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;transition:background .15s}.cls-modal__qty-btn:hover{background:rgba(var(--color-foreground),.06)}.cls-modal__qty-btn:disabled{opacity:.4;cursor:default}.cls-modal__qty-val{min-width:2.4rem;text-align:center;font-size:1.2rem;font-weight:600;color:rgb(var(--color-foreground))}.cls-modal__remove{background:none;border:1px solid rgba(var(--color-foreground),.15);color:rgba(var(--color-foreground),.4);width:2.4rem;height:2.4rem;border-radius:50%;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.cls-modal__remove:hover{border-color:#d72c0d;color:#d72c0d;background:#d72c0d0d}.cls-modal__actions{display:flex;gap:.8rem;padding:1.4rem 2rem;border-top:1px solid rgba(0,0,0,.08)}.cls-modal__btn{flex:1;padding:1.2rem 1rem;border-radius:1rem;font-size:1.3rem;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;border:none;transition:all .2s}.cls-modal__btn--continue{background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground))}.cls-modal__btn--continue:hover{background:rgba(var(--color-foreground),.12)}.cls-modal__btn--cart{background:rgba(var(--color-button),.1);color:rgb(var(--color-button))}.cls-modal__btn--cart:hover{background:rgba(var(--color-button),.2)}.cls-modal__btn--checkout{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.cls-modal__btn--checkout:hover{opacity:.9}[data-theme=dark] .cls-modal__dialog{background:#1e1e1e}[data-theme=dark] .cls-modal__header{border-bottom-color:#ffffff1a}[data-theme=dark] .cls-modal__title{color:#f0f0f0}[data-theme=dark] .cls-modal__close{color:#fff6}[data-theme=dark] .cls-modal__close:hover{color:#fff}[data-theme=dark] .cls-modal__item{border-bottom-color:#ffffff14}[data-theme=dark] .cls-modal__item-title{color:#f0f0f0}[data-theme=dark] .cls-modal__item-variant{color:#ffffff80}[data-theme=dark] .cls-modal__prop{background:#0096d626;color:#8cd2f4}[data-theme=dark] .cls-modal__item-qty{color:#ffffff80}[data-theme=dark] .cls-modal__item-img{background:#2a2a2a}[data-theme=dark] .cls-modal__item-price--compare{color:#ffffff59}[data-theme=dark] .cls-modal__item-price--sale{color:#f44336}[data-theme=dark] .cls-modal__actions{border-top-color:#ffffff1a}[data-theme=dark] .cls-modal__btn--continue{background:#ffffff14;color:#f0f0f0}[data-theme=dark] .cls-modal__btn--continue:hover{background:#ffffff26}[data-theme=dark] .cls-modal__btn--cart{background:#0096d626;color:#8cd2f4}[data-theme=dark] .cls-modal__qty{border-color:#ffffff26}[data-theme=dark] .cls-modal__qty-btn{color:#f0f0f0}[data-theme=dark] .cls-modal__qty-btn:hover{background:#ffffff1a}[data-theme=dark] .cls-modal__qty-val{color:#f0f0f0}[data-theme=dark] .cls-modal__remove{border-color:#ffffff26;color:#fff6}[data-theme=dark] .cls-modal__remove:hover{border-color:#f44336;color:#f44336;background:#f443361a}@media screen and (max-width:749px){.cls-modal__dialog{width:95%;max-width:none;border-radius:1.2rem}.cls-modal__actions{flex-direction:column}.cls-modal__item-img{width:5rem;height:5rem}}
/*# sourceMappingURL=/cdn/shop/t/40/assets/cart-modal.css.map */
