.order-products__sticky{position:-webkit-sticky;position:sticky;top:120px}.order-products__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:19px;border-bottom:1px solid var(--color-gray-border);margin-bottom:24px}@media(max-width:1199px){.order-products__head{border-bottom:none;margin-bottom:20px;padding-bottom:0}}@media(max-width:639px){.order-products__head{align-items:flex-end}}@media(max-width:767px){.order-products__head--left{display:flex}}.order-products__head--right{display:flex;gap:16px}@media(max-width:639px){.order-products__head--right{flex-direction:row;align-items:flex-end}}.order-products__head--right .remove-product{display:flex;align-items:center;gap:8px;transition:var(--trs-base)}@media(hover:hover){.order-products__head--right .remove-product:hover{cursor:pointer;color:var(--color-turq)}}.order-products__head--right .icon{width:20px;height:20px}.order-products__list{display:flex;flex-direction:column;gap:8px}