.custom-cart-drawer-container{position:fixed;left:0;right:0;top:0;bottom:0;z-index:9995;background-color:#0000;visibility:hidden;transition:background-color .5s ease;display:flex;overflow:hidden;justify-content:flex-end;pointer-events:none}.custom-cart-drawer-container.visible{pointer-events:all;visibility:visible}.custom-cart-drawer-container.active{background-color:#00000080}.custom-cart-drawer-container .custom-cart-drawer{background:#f1eae2;width:calc(100vw - 30px);max-width:480px;display:flex;flex-direction:column;gap:1rem;padding:1rem;transform:translate(100%);transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.custom-cart-drawer-container .custom-cart-drawer.active{transform:translate(0)}.cart-drawer-close-btn{background:transparent;box-sizing:content-box;border:none;cursor:pointer;color:#5e2f14}.cart-drawer-header{display:flex;align-items:center;width:100%;justify-content:space-between}.cart-drawer-header h3{margin:0;font-size:1.5rem}.cart-drawer-header .cart-header-info{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;cursor:pointer}.cart-drawer-main{width:100%;display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;gap:1rem}.custom-cart-item{display:grid;flex-shrink:0;grid-template-columns:100px 1fr;width:100%;height:100px;gap:1rem}.custom-cart-item .cart-item-image{width:100px;height:100px;overflow:hidden;border-radius:10px}.custom-cart-item .cart-item-image img{width:100%;height:100%;object-fit:cover}.custom-cart-item .cart-actions{display:flex;align-items:flex-end;justify-content:space-between;width:100%}.custom-cart-item .cart-actions .cart-item-remove-btn{background:none;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;padding:.5rem;border-radius:10px}.custom-cart-item .quantity-container{display:flex;flex-direction:column;gap:.5rem}.custom-cart-item .quantity-container .quantity-error{margin:0;font-size:12px}.custom-cart-item .quantity-input{display:flex;position:relative;padding:.5rem;border:1px solid #afafaf;border-radius:10px;max-width:90px;justify-content:space-between}.custom-cart-item .quantity-input .svg-wrapper{position:absolute;left:110%}.custom-cart-item .quantity-input button{background:none;border:none;box-sizing:content-box;padding:.25rem;width:1.5rem;cursor:pointer}.custom-cart-item .quantity-input input{border:none;background:none;width:4ch;text-align:center;-webkit-appearance:textfield;appearance:textfield}.custom-cart-item .cart-item-details{display:flex;flex-direction:column;justify-content:space-between;height:100%;line-height:1}.custom-cart-item .cart-item-details .cart-item-title{font-size:1.3rem;font-weight:500;text-decoration:none;color:#000}.custom-cart-item .cart-item-details .cart-item-price{font-size:1.1rem}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cart-footer{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem}.cart-footer p{margin:0;width:100%;font-size:1.25rem}.cart-footer a{text-decoration:none;padding:1rem;border:none;border-radius:10px;color:#fff;font-weight:500;font-size:1.5rem;width:100%;margin-bottom:.5rem;text-align:center}.cart-footer a:hover{background-color:#5e2f14}
/*# sourceMappingURL=/cdn/shop/t/16/assets/custom-cart-drawer.scss.css.map */
