.cart_page{margin-top:50px;display:flex;height:70%;justify-content:center}.cart_grid{display:grid;grid-template-columns:3fr 1fr;gap:50px}.cart_buttons{margin-top:10px;margin-bottom:10px;display:flex;max-height:87px;width:100%;align-items:center;justify-content:space-between;gap:10px}.product_title{font-size:14px;font-weight:400;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.checkout_block{display:flex;height:500px;width:100%;flex-direction:column;justify-content:space-between;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1));padding:20px}@media (max-width:1250px){.cart_page{margin-bottom:0;height:60%}.cart_grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:20px;padding-left:15px;padding-right:15px}.checkout_block{height:350px}}@media (max-width:920px){.cart_page{height:50%}}@media (max-width:700px){.cart_page{height:50%}.cart_buttons{display:flex;width:100%;flex-direction:column;gap:10px}.product_title{font-size:12px}}@media (max-width:450px){.cart_page{height:45%}}