#cart-drawer.drawer--cart{--rz-cart-ink:#1a1614;--rz-cart-paper:#f7f4ef;--rz-cart-card:#fffdf9;--rz-cart-soft:#eee8df;--rz-cart-line:#d9d0c5;--rz-cart-accent:#c4472e;width:min(440px,100vw)!important;max-width:100vw;color:var(--rz-cart-ink);background:var(--rz-cart-paper)}#cart-drawer.drawer--cart .drawer__inner,#cart-drawer.drawer--cart .drawer__body,#cart-drawer.drawer--cart .drawer__foot,#cart-drawer.drawer--cart .drawer__empty{background:var(--rz-cart-paper)}#cart-drawer.drawer--cart .drawer__body{padding:0 20px 18px}#cart-drawer.drawer--cart .drawer__head{min-height:94px;padding:24px 54px 16px 0;margin:0;border:0;background:var(--rz-cart-paper)}#cart-drawer.drawer--cart .drawer__heading{display:flex;align-items:flex-start;gap:9px;margin:0;color:var(--rz-cart-ink);font-family:var(--FONT-STACK-HEADING,serif);font-size:clamp(42px,11vw,52px);font-weight:400;line-height:.92;letter-spacing:-.045em;text-transform:lowercase}#cart-drawer.drawer--cart .cart__items-count{display:inline-flex;align-items:center;justify-content:center;min-width:25px;height:25px;padding:0 7px;margin-top:2px;border:1px solid var(--rz-cart-line);border-radius:999px;color:var(--rz-cart-ink);background:var(--rz-cart-card);font-family:var(--FONT-STACK-BODY,sans-serif);font-size:11px;font-weight:600;line-height:1;letter-spacing:0}#cart-drawer.drawer--cart .drawer__close{top:20px;right:20px;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid var(--rz-cart-line);border-radius:50%;color:var(--rz-cart-ink);background:var(--rz-cart-card);transition:transform .18s ease,background .18s ease}#cart-drawer.drawer--cart .drawer__close:hover{background:var(--rz-cart-soft);transform:rotate(4deg)}#cart-drawer.drawer--cart .drawer__close svg{width:15px;height:15px}#cart-drawer.drawer--cart .drawer__items{display:block;padding:0;margin:0}#cart-drawer.drawer--cart .cart__item{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:stretch;padding:14px;margin:0 0 12px;border:0!important;border-radius:24px;background:var(--rz-cart-card);box-shadow:0 8px 24px #1a16140b}#cart-drawer.drawer--cart .cart__item--no-border{border:0!important}#cart-drawer.drawer--cart .cart__item__image{width:96px;height:116px;margin:0;border-radius:18px;overflow:hidden;background:var(--rz-cart-soft)}#cart-drawer.drawer--cart .cart__item__image>a,#cart-drawer.drawer--cart .cart__item__image .lazy-image{display:block;width:100%;height:100%}#cart-drawer.drawer--cart .cart__item__image img{width:100%;height:100%;object-fit:cover}#cart-drawer.drawer--cart .cart__item__content{display:block;min-width:0;padding:2px 0 0}#cart-drawer.drawer--cart .cart__item__content__left{display:flex;flex-direction:column;min-width:0;min-height:112px}#cart-drawer.drawer--cart .cart__item__content-inner{min-width:0}#cart-drawer.drawer--cart .cart__item__title{margin:0 0 5px;color:var(--rz-cart-ink);font-family:var(--FONT-STACK-BODY,sans-serif);font-size:16px;font-weight:650;line-height:1.18;letter-spacing:-.015em}#cart-drawer.drawer--cart .cart__item__title a{color:inherit;text-decoration:none}#cart-drawer.drawer--cart .cart__item__meta{margin:0;color:#1a161494;font-size:11px;line-height:1.35}#cart-drawer.drawer--cart .cart__item__meta p{margin:0 0 2px}#cart-drawer.drawer--cart .cart__price{order:2;margin:6px 0 10px;color:var(--rz-cart-ink);font-size:15px;font-weight:650;line-height:1.2}#cart-drawer.drawer--cart .cart__price ins,#cart-drawer.drawer--cart .cart__price del{text-decoration-thickness:1px}#cart-drawer.drawer--cart .cart__item__content__right{display:none!important}#cart-drawer.drawer--cart .cart__quantity-wrapper{order:3;display:block;margin-top:auto}#cart-drawer.drawer--cart .cart__quantity-counter{display:flex;align-items:center;gap:10px}#cart-drawer.drawer--cart .cart__quantity{display:grid;grid-template-columns:32px 34px 32px;align-items:center;min-height:36px;border:1px solid var(--rz-cart-line);border-radius:999px;overflow:hidden;background:var(--rz-cart-paper)}#cart-drawer.drawer--cart .cart__quantity-minus,#cart-drawer.drawer--cart .cart__quantity-plus{display:grid;place-items:center;width:32px;height:34px;padding:0;border:0;color:var(--rz-cart-ink);background:transparent}#cart-drawer.drawer--cart .cart__quantity-minus:hover,#cart-drawer.drawer--cart .cart__quantity-plus:hover{background:var(--rz-cart-soft)}#cart-drawer.drawer--cart .cart__quantity-minus svg,#cart-drawer.drawer--cart .cart__quantity-plus svg{width:11px;height:11px}#cart-drawer.drawer--cart .cart__quantity-field{width:34px;height:34px;padding:0;border:0;color:var(--rz-cart-ink);background:transparent;font-size:12px;font-weight:650;text-align:center;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}#cart-drawer.drawer--cart .cart__quantity-field::-webkit-outer-spin-button,#cart-drawer.drawer--cart .cart__quantity-field::-webkit-inner-spin-button{margin:0;appearance:none;-webkit-appearance:none}#cart-drawer.drawer--cart .cart__item__remove{color:#1a161494;font-size:10px;line-height:1;text-underline-offset:3px}#cart-drawer.drawer--cart .cart__item__remove:hover{color:var(--rz-cart-accent)}#cart-drawer.drawer--cart .drawer__foot{padding:16px 20px max(18px,env(safe-area-inset-bottom));border-top:0;background:var(--rz-cart-paper);box-shadow:0 -14px 34px #1a16140f}#cart-drawer.drawer--cart .drawer__foot>.cart-block,#cart-drawer.drawer--cart .drawer__foot .cart__form,#cart-drawer.drawer--cart .cart__foot__inner,#cart-drawer.drawer--cart .cart__buttons-all,#cart-drawer.drawer--cart .cart__buttons-wrapper,#cart-drawer.drawer--cart .cart__buttons,#cart-drawer.drawer--cart .cart__buttons__fieldset{padding:0;margin:0;border:0}#cart-drawer.drawer--cart .cart__price__holder{padding:0 2px 13px;margin:0;border:0}#cart-drawer.drawer--cart .cart__price__holder .cart__total{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:0;margin:0;color:var(--rz-cart-ink);font-size:18px;line-height:1.2}#cart-drawer.drawer--cart .cart__price__holder .cart__total__label{font-weight:500}#cart-drawer.drawer--cart .cart__price__holder .cart__total__price{font-weight:700;letter-spacing:-.02em}#cart-drawer.drawer--cart .cart__total__discount{margin-bottom:8px}#cart-drawer.drawer--cart .cart__checkout{width:100%;min-height:58px;padding:14px 22px;border:1px solid var(--rz-cart-ink)!important;border-radius:999px!important;color:#fff!important;background:var(--rz-cart-ink)!important;box-shadow:none!important;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}#cart-drawer.drawer--cart .cart__checkout:hover{color:#fff!important;background:var(--rz-cart-accent)!important;border-color:var(--rz-cart-accent)!important}#cart-drawer.drawer--cart .cart__checkout .icon,#cart-drawer.drawer--cart .cart__checkout svg{color:currentColor;stroke:currentColor}#cart-drawer.drawer--cart .cart__view{display:none!important}#cart-drawer.drawer--cart .cart__note{display:block;margin:9px 0 0;color:#1a16148c;font-size:10px;font-style:normal;line-height:1.35;text-align:center}#cart-drawer.drawer--cart .rz-cart-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:16px 0 0;margin:16px 0 0;border-top:1px solid var(--rz-cart-line)}#cart-drawer.drawer--cart .rz-cart-trust__item{display:flex;flex-direction:column;align-items:center;min-width:0;padding:0 8px;color:var(--rz-cart-ink);font-family:var(--FONT-STACK-BODY,sans-serif);font-size:9.5px;font-weight:600;line-height:1.25;text-align:center}#cart-drawer.drawer--cart .rz-cart-trust__item+.rz-cart-trust__item{border-left:1px solid var(--rz-cart-line)}#cart-drawer.drawer--cart .rz-cart-trust__icon{display:grid;place-items:center;width:22px;height:22px;margin:0 0 6px;color:var(--rz-cart-ink)}#cart-drawer.drawer--cart .rz-cart-trust__icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}#cart-drawer.drawer--cart .drawer__empty__inner{padding:40px 24px}#cart-drawer.drawer--cart .drawer__empty__message{color:var(--rz-cart-ink);font-family:var(--FONT-STACK-HEADING,serif);font-size:40px;line-height:1;letter-spacing:-.035em;text-transform:lowercase}#cart-drawer.drawer--cart .drawer__empty .btn{border-radius:999px!important}@media only screen and (max-width:479px){#cart-drawer.drawer--cart{width:100vw!important}#cart-drawer.drawer--cart .drawer__body{padding-right:16px;padding-left:16px}#cart-drawer.drawer--cart .drawer__head{min-height:86px;padding-top:20px}#cart-drawer.drawer--cart .drawer__close{top:16px;right:16px}#cart-drawer.drawer--cart .cart__item{grid-template-columns:86px minmax(0,1fr);gap:12px;padding:12px;border-radius:22px}#cart-drawer.drawer--cart .cart__item__image{width:86px;height:108px;border-radius:16px}#cart-drawer.drawer--cart .cart__item__content__left{min-height:104px}#cart-drawer.drawer--cart .cart__item__title{font-size:15px}#cart-drawer.drawer--cart .drawer__foot{padding-right:16px;padding-left:16px}#cart-drawer.drawer--cart .rz-cart-trust__item{padding-right:5px;padding-left:5px;font-size:8.8px}}@media(prefers-reduced-motion:reduce){#cart-drawer.drawer--cart .drawer__close,#cart-drawer.drawer--cart .cart__checkout{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/rz-cart-drawer.css.map */
