@keyframes order-history-row-loader-spin{to{transform:rotate(1turn)}}.order-history-row{position:relative;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;width:100%;padding:16px;gap:20px;text-align:left;cursor:pointer;border:1px solid rgba(15,22,3,.08);border-radius:24px;background:#fff;transition:border-color .2s cubic-bezier(0,0,.4,1),box-shadow .2s cubic-bezier(0,0,.4,1)}.order-history-row:hover{border-color:rgba(15,22,3,.14);box-shadow:0 3px 12px -4px rgba(15,22,3,.08),2px 1px 6px rgba(15,22,3,.04)}.order-history-row__inner{position:relative;z-index:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2px;width:100%;min-width:0}.order-history-row__main{display:flex;flex:1 1;flex-direction:row;flex-wrap:wrap;align-items:center;gap:16px;min-width:0;padding-right:16px}.order-history-row__mobile-click-area{position:absolute;inset:0;z-index:2;padding:0;margin:0;cursor:pointer;border:0;border-radius:inherit;background:rgba(0,0,0,0)}.order-history-row__status-block{display:flex;flex-direction:row;flex-shrink:0;align-items:center;gap:8px;min-width:168px}.order-history-row__status-ok{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:30px;height:30px;color:#fff;background:#83c11a;border-radius:1000px}.order-history-row__status-check{display:block;scale:1.2}.order-history-row__status-loader{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:30px;height:30px;background:#83c11a;color:#fff;border-radius:1000px}.order-history-row__loader-svg{width:22px;height:22px;animation:order-history-row-loader-spin .65s linear infinite}.order-history-row__status-cancel{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:30px;height:30px}.order-history-row__cancel-svg{width:30px;height:30px}.order-history-row__status-text{display:flex;flex-direction:column;align-items:flex-start;gap:0;width:160px}.order-history-row__status-text_offline{flex-direction:row;align-items:center;gap:8px}.order-history-row__status-title{font-family:Juneau;font-size:15px;font-weight:500;font-style:normal;line-height:20px;margin:0;letter-spacing:0;color:#0f1603}.order-history-row__order-num{font-family:Juneau;font-size:13px;font-weight:400;font-style:normal;line-height:16px;margin:0;letter-spacing:0;color:#878a81}.order-history-row__delivery-block{display:flex;flex-direction:row;flex-shrink:0;align-items:center;gap:8px;min-width:0;max-width:240px}.order-history-row__store-logo{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:30px;height:30px;overflow:hidden;border-radius:1000px}.order-history-row__store-logo--muted{opacity:.1}.order-history-row__store-logo-svg{width:30px;height:30px;border-radius:1000px}.order-history-row__store-logo-svg rect{width:30px;height:30px;display:flex;align-items:center;justify-content:center}.order-history-row__store-logo-svg path{scale:1.2}.order-history-row__delivery-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:236px}.order-history-row__delivery-line{font-family:Juneau;font-size:13px;font-weight:400;font-style:normal;line-height:16px;margin:0;letter-spacing:0;overflow:hidden;max-width:220px;color:#878a81;white-space:normal}.order-history-row__products{display:flex;flex:1 1 120px;flex-direction:row;gap:4px;align-items:center;min-width:0}.order-history-row__thumb-wrap{display:flex;align-items:center;justify-content:center;padding:4px;border-radius:6px}.order-history-row__thumb{display:block;width:27px;height:27px;object-fit:cover;border-radius:4px}.order-history-row__more-count{margin:0 0 0 8px}.order-history-row__more-count,.order-history-row__total{font-family:Juneau;font-size:20px;font-weight:500;font-style:normal;line-height:24px;letter-spacing:0;color:#0f1603}.order-history-row__total{flex-shrink:0;margin:0 0 0 auto;text-align:right;white-space:nowrap}.order-history-row__chevron-wrap{display:none;flex-shrink:0;align-items:center;justify-content:center;width:56px;height:56px;background:rgba(15,22,3,.05);border-radius:20px}.order-history-row__chevron-wrap svg{width:24px;height:24px;color:#0f1603}.order-history-row__chevron-icon{width:24px;height:24px}@media(max-width:700px){.order-history-row{gap:0;padding:16px}.order-history-row__main{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;grid-row-gap:20px;row-gap:20px;grid-column-gap:8px;column-gap:8px;align-items:center;padding-right:0}.order-history-row__status-block{grid-column:1;grid-row:1;min-width:0}.order-history-row__status-text{flex:1 1;width:auto;min-width:0}.order-history-row__total{grid-column:2;grid-row:1;align-self:center;font-family:Juneau;font-size:18px;font-weight:500;font-style:normal;line-height:24px;margin:0;letter-spacing:0;text-align:right}.order-history-row__delivery-block{grid-column:1/-1;grid-row:2;flex-direction:row-reverse;align-items:center;justify-content:space-between;max-width:none}.order-history-row__delivery-text{flex:1 1;width:auto;min-width:0}.order-history-row__delivery-line{max-width:none}.order-history-row__products{display:none}}@media(min-width:1280px){.order-history-row{cursor:default}.order-history-row__mobile-click-area{display:none}.order-history-row__chevron-wrap{display:flex}}