.cart-page{display:flex;flex-direction:column;gap:1rem;transition:transform .3s ease-in-out;margin-top:2rem;padding:0 1rem;width:100%;min-height:100vh}.cart-page--tray-open{translate:0 10%;margin-top:-8rem}.cart-page__top{display:flex;flex-direction:column;align-items:center;gap:1rem;border-bottom:1px solid var(--Color-Blue-400);padding-top:.5rem;width:100%}@media(min-width:650px){.cart-page__top{flex-direction:row;align-items:flex-end;padding-bottom:.375rem}}.cart-page__body{display:flex;flex-direction:column;width:100%}.cart-page__detail{display:flex;flex-direction:column-reverse}@media(min-width:650px){.cart-page__detail{flex-direction:row}}@media(min-width:1100px){.cart-page__detail{gap:.75rem}}.cart-page__contents{display:flex;flex-direction:column}@media(min-width:650px){.cart-page__contents{padding-right:1.5rem;width:60%}}@media(min-width:1100px){.cart-page__contents{padding-right:0;width:100%}}.cart-page__details{display:flex;flex-direction:column;gap:.75rem}@media(min-width:650px){.cart-page__details{width:40%}}@media(min-width:1100px){.cart-page__details{max-width:16rem}}
