.custom-cart-paper{width:660px;padding:32px}@media(max-width:980px){.custom-cart-paper{height:100vh!important;width:100%;border-radius:16px 16px 0 0;padding:16px}}.custom-cart-paper .cart-wrapper .cart-header-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.custom-cart-paper .cart-wrapper .cart-header-wrapper .header-texts{display:flex;flex-direction:column;gap:8px}.custom-cart-paper .cart-wrapper .cart-header-wrapper svg{cursor:pointer}.custom-cart-paper .cart-wrapper .cart-items-wrapper{height:524px;overflow-y:auto;border-radius:18px;border:1px solid var(--Grey-200,#e7e7e7);background:#fff;padding:16px;margin-bottom:24px}.custom-cart-paper .cart-wrapper .cart-items-wrapper .line{border-bottom:1px solid var(--Colors-Neutral-Greys-50,#f3f3f4);margin:16px 0}.custom-cart-paper .cart-wrapper .cart-summary{display:flex;flex-direction:column;gap:20px}.custom-cart-paper .cart-wrapper .cart-summary .summary-text-wrapper{display:flex;justify-content:space-between}.custom-cart-paper .cart-wrapper .cart-summary .cart-buttons-wrapper{display:flex;gap:20px;width:100%}@media(max-width:980px){.custom-cart-paper .cart-wrapper .cart-summary .cart-buttons-wrapper{flex-direction:column}}.custom-cart-paper .cart-wrapper .cart-summary .cart-buttons-wrapper button{width:50%;padding:14px 24px;border-radius:999px}@media(max-width:980px){.custom-cart-paper .cart-wrapper .cart-summary .cart-buttons-wrapper button{width:100%}}