.cart-drawer .cart-items-list{display:flex;flex-direction:column;gap:0}.cart-drawer-item{display:grid;grid-template-columns:70px 1fr auto;grid-template-rows:auto auto;gap:.75rem 1rem;padding:1rem 0;margin-bottom:0;border-bottom:1px solid rgba(var(--color-foreground),.08);position:relative;align-items:start}.cart-drawer-item:last-child{border-bottom:none}.cart-drawer-item--nested{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(var(--color-foreground),.05);padding-left:1.5rem}.cart-drawer-item__media{grid-row:1 / 3;width:70px;height:70px;flex-shrink:0;position:relative}.cart-drawer-item__link{display:block;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1}.cart-drawer-item__image{width:70px;height:70px;object-fit:cover;border-radius:8px;display:block}.cart-drawer-item--nested .cart-drawer-item__image,.cart-drawer-item--nested .cart-drawer-item__media{width:50px;height:50px}.cart-drawer-item__content{grid-column:2;grid-row:1 / 3;display:flex;flex-direction:column;gap:.4rem;min-width:0;padding-right:.5rem}.cart-drawer-item__row-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.3rem}.cart-drawer-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.3rem}.cart-drawer-item__vendor{font-size:1.1rem;margin:0;color:rgba(var(--color-foreground),.7);text-transform:uppercase;letter-spacing:.1em}.cart-drawer-item__name{font-size:1.3rem;font-weight:500;line-height:1.4;margin:0 0 .3rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-decoration:none;color:rgb(var(--color-foreground));min-width:0}.cart-drawer-item__name:hover{text-decoration:underline;text-underline-offset:.3rem}.cart-drawer-item__options{margin-top:.2rem;display:flex;flex-direction:column;gap:.15rem}.cart-drawer-item__option{font-size:1.2rem;line-height:1.3;color:rgba(var(--color-foreground),.7)}.cart-drawer-item__option-name{font-weight:500}.cart-drawer-item__option-value{margin-left:.3rem}.cart-drawer-item__option-link{color:rgb(var(--color-foreground));text-decoration:underline}.cart-drawer-item__discounts{margin-top:.2rem;list-style:none;padding:0}.cart-drawer-item__discount{font-size:1.1rem;display:flex;align-items:center;gap:.3rem;color:rgba(var(--color-foreground),.7)}.cart-drawer-item__discount .svg-wrapper{width:1.2rem;height:1.2rem;flex-shrink:0}.cart-drawer-item__total{grid-column:3;grid-row:1;align-items:flex-start;justify-content:flex-end;padding-top:0;min-width:80px;max-width:100px;position:relative;text-align:right;flex-shrink:0}.cart-drawer-item__total-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.cart-drawer-item__total-current{font-size:1.4rem;font-weight:600;margin:0;color:rgb(var(--color-foreground))}.cart-drawer-item__total-old{font-size:1.2rem;text-decoration:line-through;opacity:.6;color:rgba(var(--color-foreground),.6)}.cart-drawer-item .loading__spinner{position:absolute;right:0;top:0;padding:0}.cart-drawer-item .loading__spinner:not(.hidden)~*{visibility:hidden}.cart-drawer-item__bottom-row{grid-column:2;grid-row:2;padding-top:.5rem;display:flex;flex-direction:column;gap:.4rem;margin-top:.3rem}.cart-drawer-item__quantity-wrapper{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:nowrap;width:100%}.cart-drawer-item__remove{flex-shrink:0;margin-left:auto}.cart-drawer-item__remove-button{min-width:2.4rem!important;min-height:2.4rem!important;width:2.4rem!important;height:2.4rem!important;padding:0!important;margin:0;display:flex;align-items:center;justify-content:center;border-radius:6px;background:transparent;border:1px solid rgba(var(--color-foreground),.2);transition:all .2s;cursor:pointer}.cart-drawer-item__remove-button:hover{background:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.3)}.cart-drawer-item__remove-button.hidden{display:none}.cart-drawer-item__remove-button .svg-wrapper{width:1.2rem!important;height:1.2rem!important}.cart-drawer-item__quantity-container{display:flex;align-items:center;flex-shrink:0}.cart-drawer-quantity{display:flex!important;align-items:center!important;border:1px solid rgba(var(--color-foreground),.2)!important;border-radius:6px!important;overflow:hidden!important;background:rgb(var(--color-background))!important;height:2.4rem!important;width:auto!important}.cart-drawer-quantity .quantity__button{width:2rem!important;height:2.4rem!important;min-width:2rem!important;min-height:2.4rem!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:none!important;cursor:pointer;transition:background-color .2s}.cart-drawer-quantity .quantity__button:hover:not(:disabled){background:rgba(var(--color-foreground),.05)!important}.cart-drawer-quantity .quantity__button:active:not(:disabled){background:rgba(var(--color-foreground),.1)!important}.cart-drawer-quantity .quantity__button:disabled{opacity:.5;cursor:not-allowed}.cart-drawer-quantity .quantity__button .svg-wrapper{width:1rem!important;height:1rem!important}.cart-drawer-quantity .quantity__input{width:2.5rem!important;height:2.4rem!important;min-height:2.4rem!important;text-align:center!important;border:none!important;border-left:1px solid rgba(var(--color-foreground),.1)!important;border-right:1px solid rgba(var(--color-foreground),.1)!important;font-size:1.1rem!important;font-weight:500!important;padding:0!important;background:transparent!important;-moz-appearance:textfield;line-height:1!important}.cart-drawer-quantity .quantity__input::-webkit-outer-spin-button,.cart-drawer-quantity .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer-item__quantity-info{font-size:1.1rem;padding:.4rem .8rem;min-height:auto;margin-top:.5rem;background:transparent;border:1px solid rgba(var(--color-foreground),.2);border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:.5rem}.cart-drawer-item__quantity-popup{margin-top:.5rem;padding:1rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.2);border-radius:8px;position:relative}.cart-drawer-item__quantity-popup-close{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;padding:0;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-drawer-item .cart-item__error{margin-top:.4rem;font-size:1.2rem;display:flex;align-items:flex-start;gap:.5rem;color:rgb(var(--color-error))}.cart-drawer-item .cart-item__error-text{font-size:1.2rem;line-height:1.4}.cart-drawer-item .cart-item__error .svg-wrapper{width:1.5rem;height:1.5rem;flex-shrink:0}.cart-drawer-item .cart-item__error-text:empty+.svg-wrapper{display:none}.cart-drawer-item .unit-price{font-size:1.1rem;margin-top:.2rem;color:rgba(var(--color-foreground),.7)}@media screen and (max-width: 374px){.cart-drawer-item{grid-template-columns:60px 1fr auto;gap:.5rem .75rem}.cart-drawer-item__media,.cart-drawer-item__image{width:60px;height:60px}.cart-drawer-item__name{font-size:1.2rem}.cart-drawer-quantity{height:2.2rem!important}.cart-drawer-quantity .quantity__button{width:1.8rem!important;height:2.2rem!important;min-width:1.8rem!important;min-height:2.2rem!important}.cart-drawer-quantity .quantity__input{width:2.2rem!important;height:2.2rem!important;min-height:2.2rem!important;font-size:1rem!important}.cart-drawer-item__remove-button{min-width:1.8rem!important;min-height:1.8rem!important;width:1.8rem!important;height:1.8rem!important}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/component-cart-drawer-compact.css.map */
