.rz-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9500;opacity:0;pointer-events:none;transition:opacity .3s ease}.rz-cart-drawer[hidden]{display:none}.rz-cart-drawer.open{opacity:1;pointer-events:auto}.rz-cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#2a262333;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer}.rz-cart-drawer .rz-cart{position:absolute;top:0;right:0;bottom:0;width:450px;max-width:100%;min-height:0;height:100vh;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.rz-cart-drawer.open .rz-cart{transform:translate(0)}.rz-cart-page{min-height:100vh;background:var(--bg);position:relative;display:flex;justify-content:flex-end}.rz-cart{width:450px;max-width:100%;height:100vh;min-height:100vh;background:#f6f6f6db;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);position:relative;display:flex;flex-direction:column;padding:30px;gap:20px;overflow:hidden}@supports (height: 100dvh){.rz-cart-drawer .rz-cart,.rz-cart{height:100dvh;min-height:100dvh}.rz-cart-page{min-height:100dvh}}.rz-cart__body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:20px;padding-right:4px;overscroll-behavior:contain;scrollbar-width:thin}.rz-cart__body::-webkit-scrollbar{width:4px}.rz-cart__body::-webkit-scrollbar-thumb{background:#7072724d}.rz-cart form{flex:1;min-height:0;display:flex;flex-direction:column;gap:20px}.rz-cart__actions{flex-shrink:0;display:flex;flex-direction:column;gap:10px;width:100%;padding-top:10px}.rz-cart__head{flex-shrink:0;display:flex;flex-direction:column;align-items:stretch;gap:14px;width:100%;padding:0}.rz-cart__head-top{display:flex;align-items:center;justify-content:space-between;width:100%}.rz-cart__close{width:19px;height:19px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;color:var(--grey3);background:none;border:none;cursor:pointer;font-family:var(--font-body);line-height:1;text-decoration:none}.rz-cart__edit{font-family:var(--font-primary);font-size:var(--fs-h6);color:var(--muted);text-transform:uppercase;background:none;border:none;cursor:pointer;line-height:1}.rz-cart__title-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.rz-cart__title{font-family:var(--font-primary);font-size:30px;color:var(--muted);text-transform:uppercase;line-height:1;letter-spacing:0}.rz-cart__count{font-family:var(--font-body);font-size:var(--fs-body-s);color:var(--grey3);text-transform:uppercase;letter-spacing:0;line-height:1}.rz-cart__sep{width:100%;height:1px;background:var(--grey3);opacity:.4}.rz-cart__items{display:flex;flex-direction:column;gap:30px;width:100%}.rz-cart__item{display:flex;align-items:flex-start;justify-content:space-between;width:100%;gap:10px}.rz-cart__item-main{display:flex;align-items:stretch;gap:10px;flex:1;min-width:0}.rz-cart__item-img{width:125px;height:125px;object-fit:cover;display:block;flex-shrink:0;background:var(--accent-earth)}.rz-cart__item-info{display:flex;flex-direction:column;justify-content:space-between;height:125px;width:150px;flex-shrink:0;min-width:0}.rz-cart__item-meta{display:flex;flex-direction:column;gap:8px}.rz-cart__item-name{font-family:var(--font-primary);font-size:var(--fs-h6);color:var(--muted);text-transform:uppercase;line-height:1;letter-spacing:0}.rz-cart__item-name p{margin:0;line-height:1}.rz-cart__item-detail{font-family:var(--font-body);font-size:var(--fs-body-s);color:var(--muted);text-transform:uppercase;letter-spacing:var(--ls-body);line-height:1}.rz-cart__item-price{font-family:var(--font-form);font-size:var(--fs-form);color:var(--text);text-transform:uppercase;letter-spacing:var(--ls-body);line-height:1}.rz-cart__qty{display:inline-flex;align-items:center;justify-content:center;gap:20px;width:100px;height:45px;padding:0 10px;border:1px solid var(--muted);border-radius:2px;background:transparent}.rz-cart__qty-btn{width:19px;height:19px;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;color:var(--muted);font-family:var(--font-body);font-size:14px;line-height:1}.rz-cart__qty-btn:hover{color:var(--text)}.rz-cart__qty-num{font-family:var(--font-form);font-size:var(--fs-form);color:var(--muted);letter-spacing:var(--ls-body);text-transform:uppercase;line-height:1;min-width:12px;text-align:center}.rz-cart__qty-input{display:none}.rz-cart__item-remove{width:19px;height:19px;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;color:var(--grey3);flex-shrink:0;opacity:.8;transition:opacity .15s;font-family:var(--font-body);font-size:14px;line-height:1}.rz-cart__item-remove:hover{opacity:1;color:var(--text)}.rz-cart__item-remove span{display:block;transform:translateY(-.5px)}.rz-cart__totals{display:flex;flex-direction:column;gap:10px;width:100%}.rz-cart__total-row{display:flex;align-items:center;justify-content:space-between;width:100%;text-transform:uppercase}.rz-cart__total-label{font-family:var(--font-body);font-size:var(--fs-body-m);color:var(--grey3);letter-spacing:var(--ls-body);line-height:1}.rz-cart__total-value{font-family:var(--font-form);font-size:var(--fs-form);color:var(--text);letter-spacing:var(--ls-body);line-height:1;white-space:nowrap}.rz-cart__discount-row{display:flex;align-items:center;justify-content:space-between;width:100%;font-family:var(--font-body);font-size:var(--fs-body-m);color:var(--grey3);text-transform:uppercase;letter-spacing:var(--ls-body);line-height:1;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;background:none;border:none;padding:0;cursor:pointer;text-align:left}.rz-cart__discount-icon{width:19px;height:19px;display:inline-flex;align-items:center;justify-content:center;font-size:14px}.rz-cart__discount-input-wrap{width:100%;border-bottom:.5px solid var(--grey3);padding-bottom:5px}.rz-cart__discount-input{width:100%;background:none;border:none;outline:none;font-family:var(--font-form);font-size:var(--fs-form);color:var(--muted);text-transform:uppercase;letter-spacing:var(--ls-body);line-height:1;padding:0}.rz-cart__discount-input::placeholder{color:var(--muted)}.rz-cart__total-row--final .rz-cart__total-label{color:var(--grey3)}.rz-cart__total-row--final .rz-cart__total-value{color:var(--text)}.rz-cart__trust{display:flex;flex-direction:column;gap:5px;padding-top:8px;font-family:var(--font-body);font-size:11px;line-height:1.15;color:var(--grey3);text-transform:uppercase;letter-spacing:var(--ls-body)}.rz-cart__cta{width:100%;height:45px;background:var(--text);color:#d9d9d9;border:none;cursor:pointer;font-family:var(--font-primary);font-size:var(--fs-h6);text-transform:uppercase;line-height:1;letter-spacing:0;transition:background .15s}.rz-cart__cta:hover{background:#1a1510}.rz-cart__cta:disabled{background:var(--muted);cursor:not-allowed;color:#d9d9d9}.rz-cart__cta-link{display:flex;align-items:center;justify-content:center;text-decoration:none}.rz-cart__cta--secondary{background:var(--text);color:#d9d9d9}.rz-cart__cta--secondary:hover{background:#1a1510}.rz-cart__cta--edit,.rz-cart[data-cart-state=empty] [data-cart-checkout],.rz-cart[data-cart-state=empty] [data-cart-toggle-edit],.rz-cart[data-cart-state=empty] .rz-cart__cta--edit,.rz-cart[data-cart-state=edit] [data-cart-checkout]{display:none}.rz-cart[data-cart-state=edit] .rz-cart__cta--edit{display:block}.rz-cart__edit-actions{display:flex;gap:10px}.rz-cart__edit-actions .rz-cart__cta{flex:1}.rz-cart__item-check{width:16px;height:16px;margin:5px 10px 0 0;accent-color:var(--text);flex-shrink:0;cursor:pointer}.rz-cart__item-check[hidden],.rz-cart[data-cart-state=edit] .rz-cart__item-remove{display:none}.rz-cart__loading{font-family:var(--font-body);font-size:var(--fs-body-s);color:var(--grey3);text-transform:uppercase;letter-spacing:var(--ls-body);padding:20px 0;text-align:center}.rz-cart__empty{width:100%;font-family:var(--font-body);font-size:var(--fs-body-s);color:var(--grey3);text-transform:uppercase;letter-spacing:var(--ls-body);line-height:1.4;padding:20px 0}@media(max-width:768px){.rz-cart-drawer__backdrop{background:#2a26231f;-webkit-backdrop-filter:none;backdrop-filter:none}.rz-cart-page{background:var(--bg)}.rz-cart{width:100%;max-width:none;height:100vh;min-height:100vh;padding:max(24px,env(safe-area-inset-top)) 20px calc(20px + env(safe-area-inset-bottom));gap:18px;background:#f6f6f6f0}.rz-cart-drawer .rz-cart{width:100%;height:100vh;min-height:100vh}@supports (height: 100dvh){.rz-cart,.rz-cart-drawer .rz-cart{height:100dvh;min-height:100dvh}}.rz-cart__head{padding:0;height:auto;gap:12px}.rz-cart__head-top{min-height:32px}.rz-cart__close,.rz-cart__edit{min-width:32px;min-height:32px}.rz-cart__close{margin-left:-6px}.rz-cart__edit{margin-right:-6px}.rz-cart__body{gap:18px;padding-right:0;padding-bottom:4px}.rz-cart__items{gap:24px}.rz-cart__item{flex-wrap:wrap;position:relative;padding-right:24px;min-width:0}.rz-cart__item-main{width:100%;min-width:0}.rz-cart__item-remove{position:absolute;top:0;right:0;min-width:32px;min-height:32px;transform:translate(6px,-6px)}.rz-cart__item-img{width:104px;height:104px}.rz-cart__item-info{height:104px;width:auto;flex:1 1 auto;justify-content:space-between;min-width:0}.rz-cart__item-meta{gap:6px;min-width:0}.rz-cart__item-name{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.rz-cart__item-detail,.rz-cart__item-price{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rz-cart__qty{height:40px;width:100px;gap:16px;flex-shrink:0}.rz-cart__total-row,.rz-cart__discount-row{gap:16px}.rz-cart__total-label,.rz-cart__discount-row span:first-child{min-width:0}.rz-cart__total-value{flex-shrink:0}.rz-cart__discount-input{min-height:28px}.rz-cart__actions{gap:8px;padding-top:8px;padding-bottom:0}.rz-cart__cta{height:44px;min-height:44px;border-radius:2px;font-size:13px}}@media(max-width:374px){.rz-cart{padding-left:16px;padding-right:16px}.rz-cart__item-img{width:96px;height:96px}.rz-cart__item-info{height:96px}.rz-cart__qty{width:94px;gap:14px}}
/*# sourceMappingURL=/cdn/shop/t/101/assets/rizoma-cart.css.map */
