.cart-container{padding-left:15px;padding-right:15px;margin-bottom:60px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:768px){.cart-container{padding-left:30px;padding-right:30px}}@media screen and (min-width:1024px){.cart-container{padding-left:45px;padding-right:45px}}@media screen and (min-width:1024px){.cart-container{margin-bottom:100px}}.cart-container h1{text-align:center;margin-bottom:30px}.cart-container .product-recommendations{margin-top:100px}@media screen and (min-width:1024px){.cart-container .product-recommendations{float:none;clear:both;margin-left:auto;margin-right:auto;width:100%;max-width:83.33333%}.cart-container .product-recommendations:after{content:'';display:table;clear:both}}.cart-form{width:100%;display:-ms-grid;display:grid;gap:10px;-ms-grid-columns:1fr;grid-template-columns:repeat(1,1fr);-ms-grid-rows:auto 10px auto;grid-template-areas:'cart-items' 'cart-sidebar'}@media screen and (min-width:1024px){.cart-form{gap:20px}}@media screen and (min-width:1024px){.cart-form{-ms-grid-columns:(1fr)[12];grid-template-columns:repeat(12,1fr);grid-template-areas:'. cart-items cart-items cart-items cart-items cart-items cart-items . cart-sidebar cart-sidebar cart-sidebar .'}}.cart-items{-ms-grid-row:1;-ms-grid-column:1;grid-area:cart-items}.cart-sidebar{-ms-grid-row:3;-ms-grid-column:1;grid-area:cart-sidebar}@media screen and (min-width:1024px){.cart-items{-ms-grid-row:1;-ms-grid-column:2;-ms-grid-column-span:6}.cart-sidebar{-ms-grid-row:1;-ms-grid-column:9;-ms-grid-column-span:3}}