.orders-list-row:hover{background:#f5f7fa;transition:background .15s}@media(max-width:768px){.orders-list-row:hover{background:#f0f4f8}}.orders-list-card{margin-top:1.5rem;background:#fff;border-radius:12px;box-shadow:0 0 0 1px #0000000a;overflow:hidden}@media(min-width:769px){.orders-list-card{width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem}}.orders-list-header{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr) minmax(0,1.6fr) minmax(0,1.4fr) minmax(0,1fr);align-items:center;padding:.75rem 1.5rem}.orders-list-card .orders-list-header{display:grid!important}.orders-list-row{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr) minmax(0,1.6fr) minmax(0,1.4fr) minmax(0,1fr);align-items:center;padding:.25rem 1rem;border-bottom:solid 1px rgba(0,0,0,.04);min-height:6.75rem}.orders-list-card .orders-list-row{display:grid!important}.orders-list-header{font-size:.8rem;font-weight:600;text-transform:uppercase;color:#777;background:#f7f7f7}.orders-list-row+.orders-list-row{border-top:1px solid rgba(0,0,0,.06)}.orders-list-order{display:flex;align-items:center;gap:.75rem}.orders-list-thumb{position:relative;width:72px;height:72px;border-radius:8px;background:transparent;display:flex;align-items:center;justify-content:center;overflow:hidden}.orders-list-thumb__image{width:44px;height:44px;border-radius:6px;background:transparent;object-fit:cover;box-shadow:none}.orders-list-thumb--single .orders-list-thumb__image--single{width:100%;height:100%;border-radius:8px;box-shadow:none}.orders-list-thumb--stacked{display:grid;grid-template-columns:repeat(2,44px);grid-auto-rows:44px;gap:8px;padding:0;justify-content:center;align-items:center;width:96px;height:96px}.orders-list-thumb--stacked .orders-list-thumb__image{position:static}.orders-list-order-title,table thead th{font-weight:600}.orders-list-order-meta,table tbody td{font-size:.8rem;color:#777;font-weight:400}.orders-list-location .orders-list-order-meta{line-height:1rem;min-height:1rem;margin:0}table{width:100%}table thead th{text-align:left;padding:.5rem}.orders-list-status-label{font-weight:600}.orders-list-total{text-align:right}.orders-list-total-amount{font-weight:600}.orders-list-total-badge{display:inline-flex;align-items:center;margin-top:.3rem;padding:.1rem .5rem;border-radius:999px;font-size:.75rem;background:#f3f3f3}.badge{display:inline-flex;align-items:center;padding:.15em .7em;border-radius:999px;font-size:.85em;font-weight:600;line-height:1.2;margin-right:.3em;background:#f3f3f3;color:#333;border:none}.badge--success{background:#dcfce7;color:#15803d}.badge--warning{background:#fef9c3;color:#b45309}.badge--critical{background:#fee2e2;color:#b91c1c}.badge--info{background:#e0f2fe;color:#0369a1}.card{background:#fff;border-radius:16px;box-shadow:0 0 0 1px #0000000a;padding:1rem;width:100%}.order-details-toggle{background:none;border:none;color:#444;cursor:pointer;padding:0;font-size:1rem;margin-top:.5rem;text-align:left;display:inline-flex;align-items:center;gap:.3em;font-weight:500;transition:color .2s}.order-details-toggle:hover{color:#222;text-decoration:underline}.order-details-toggle:focus{outline:2px solid #2563eb}.order-details-toggle .chevron{color:#888}.order-details .chevron{display:inline-block;transition:transform .2s;font-size:1.1em}.order-details.active .chevron,.order-details-toggle.open .chevron{transform:rotate(90deg)}.order-details{grid-column:1 / -1;background:#fafbfc;border-bottom:1px solid #eee;margin:0 0 1.5rem;padding:1.5rem;display:none;transition:display .2s}.order-details.active{display:block}.order-row-chevron{display:inline-block;margin-left:.5em;font-size:1.2em;color:#888;transition:transform .2s;vertical-align:middle;cursor:pointer}.orders-list-row.open .order-row-chevron{transform:rotate(180deg)}.orders-list-row{cursor:pointer;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.orders-list-row:hover{background-color:#f9fafb;box-shadow:inset 0 0 0 1px #00000008}.pagination-ui{margin:2rem auto;text-align:center}.pagination-list{display:inline-flex;align-items:center;gap:.25rem;list-style:none;padding:0;margin:0}.pagination-button,.pagination-number{display:inline-block;padding:.45rem .85rem;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;font-size:.9rem;min-width:40px;text-align:center;color:#333;text-decoration:none}.pagination-button:hover,.pagination-number:hover{background:#f5f5f5}.pagination-button.disabled,.pagination-number.disabled{opacity:.4;pointer-events:none}.pagination-number.active{font-weight:700;border-color:#222;background:#fafafa}.pagination-ellipsis{padding:.45rem .85rem;color:#888;font-size:1rem}.address-wrapper{display:flex;gap:20px;align-items:stretch;padding-bottom:1.5rem}.order-address-block{flex:1;width:48%;margin-right:2%;display:flex}.order-details-body{display:flex;flex-wrap:wrap;gap:2%;align-items:stretch}.order-details-body .order-address-block:last-child{margin-right:0}.order-items-mobile-title{display:none;margin-bottom:6px;font-size:1rem;font-weight:600}.order-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:0px;margin-bottom:1rem;width:100%}.order-meta-grid p{margin:0;line-height:.9rem;font-size:.9rem}.order-meta-grid p:nth-child(2n){text-align:right}.order-meta-grid p:nth-last-child(1):nth-child(odd){grid-column:span 2;text-align:left}.orders-range{text-align:center;margin:8px 0 16px;font-size:.9rem;color:#6b7280}@media(max-width:768px){.order-address-block{width:100%;display:block;margin-right:0;margin-bottom:1rem}.order-details-body{flex-direction:column;gap:0}.orders-list-header{display:none!important}.orders-list-row{grid-template-columns:minmax(0,1fr) minmax(0,.8fr);grid-template-areas:"order status" "order po" "order total";row-gap:.25rem;min-height:auto}.orders-list-status,.orders-list-total{text-align:right}.orders-list-location{text-align:left}.orders-list-location{display:none}.orders-list-order{grid-area:order}.orders-list-status{grid-area:status}.orders-list-total{grid-area:total}.orders-list-po-number{display:block;grid-area:po;text-align:right}.pagination-button .text{display:none}.address-wrapper{flex-direction:column!important;width:100%;gap:0px;padding-bottom:0}.order-card{width:100%;margin:0}.order-address-block{width:100%;margin:0 0 1rem}.order-details-body{flex-direction:column!important;width:100%;gap:0}.pagination-ui{padding:0 1rem}.pagination-list{display:flex;flex-wrap:wrap;justify-content:center}.pagination-button,.pagination-number,.pagination-ellipsis{min-width:25px;padding:.3rem .45rem;font-size:.8rem}.orders-list-thumb{display:none}.card,.order-details{padding:1rem}.order-items thead{display:none}.order-items,.order-items tbody,.order-items tr,.order-items td{display:block;width:100%}.order-items tr{border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;margin-bottom:10px;background:#fff}.order-items tr:last-child{margin-bottom:0}.order-items td{display:flex;justify-content:space-between;gap:8px;font-size:.85rem;line-height:18px;border:none}.order-items td:before{content:attr(data-label);font-weight:600;color:#4b5563;flex-shrink:0;margin-right:8px}.order-items-mobile-title{display:block}.order-meta-grid{grid-template-columns:1fr!important;gap:0px!important}.order-meta-grid p{text-align:left!important}.order-meta-grid p:nth-last-child(1):nth-child(odd){grid-column:span 1!important}}.order-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;justify-content:center;align-items:center;z-index:9999}.order-modal[aria-hidden=false]{display:flex}.order-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.order-modal__content{position:relative;background:#f5f5f5;border-radius:0;max-width:1400px;width:95%;max-height:95vh;overflow-y:auto;z-index:2;box-shadow:0 20px 60px #0000004d;margin:20px}.order-modal__close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:32px;cursor:pointer;color:#666;line-height:1;padding:5px;z-index:10;transition:color .2s}.order-modal__close:hover{color:#222}.order-modal__body{padding:2rem;min-height:100%;background:#fff}.order-modal__summary{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:2rem;align-items:start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.order-modal__summary-left{min-width:0}.order-modal__summary-right{min-width:0;padding-top:1.5rem}.order-modal__actions{display:flex;justify-content:flex-end;margin-bottom:.75rem}.order-modal__action-button{background:#fff;border:1px solid #d1d5db;color:#111827;border-radius:6px;padding:.4rem .75rem;font-size:.85rem;font-weight:600;cursor:pointer}.order-modal__action-button:hover{background:#f9fafb}.order-modal__meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;margin-top:1rem}.order-modal__meta-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin-bottom:.25rem}.order-modal__meta-value{font-size:.9rem;font-weight:600;color:#111827}.order-modal__header{display:flex;align-items:center;gap:.75rem}.order-modal__back{display:inline-block;font-size:1.1rem;font-weight:600;color:#222;text-decoration:none;margin-bottom:.5rem;transition:color .2s}.order-modal__back:hover{color:#06c}.order-modal__status{font-size:.9rem;color:#666;margin:0;font-weight:500}.order-modal__confirmation,.order-modal__section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.order-modal__section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.order-modal__section--card:last-child{border-bottom:1px solid #e5e5e5}.order-modal__section--card{margin-bottom:0;padding:1.5rem;border:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;border-radius:12px;background:#fff;height:100%}.order-modal__addresses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-bottom:2rem;align-items:stretch}.order-modal__section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#666;margin:0 0 1rem}.order-modal__section-content{font-size:.9rem;color:#222;line-height:1.6}.order-modal__section-content p{color:#222}.order-modal__section-content p:last-child{margin-bottom:1rem}.order-shipment-item{padding:.75rem 0;border-top:1px solid #e5e5e5}.order-shipment-item:first-child{border-top:none;padding-top:0}.order-shipment-header{display:flex;gap:1rem;flex-wrap:wrap;font-size:.9rem;margin-bottom:.5rem}.order-shipment-package{font-size:.85rem;color:#4b5563;margin-bottom:.5rem}.order-shipment-table{width:100%;border-collapse:collapse;font-size:.85rem}.order-shipment-table th,.order-shipment-table td{padding:.5rem .4rem;text-align:left;border-bottom:1px solid #e5e5e5;vertical-align:top}.order-shipment-table th{font-size:.7rem;text-transform:uppercase;letter-spacing:.03em;color:#6b7280;font-weight:700}.order-modal__field-label{display:inline-block;min-width:90px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#6b7280}.order-modal__field-value{font-size:.9rem;font-weight:600;color:#111827}.order-modal__payment-status{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.order-modal__payment-title{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#222;margin:0 0 .5rem}.order-modal__payment-text{font-size:.9rem;color:#666;margin:0}.order-modal__buy-again{background:#f0f0f0;border:1px solid #ddd;border-radius:6px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;color:#222;cursor:pointer;transition:background .2s}.order-modal__buy-again:hover{background:#e5e5e5}.order-modal__items{margin-bottom:2rem}.order-modal__items .order-items{background:transparent;box-shadow:none;padding:0}.order-modal__items .order-items table{width:100%;border-collapse:collapse}.order-modal__items .order-items tbody tr{display:grid;grid-template-columns:60px minmax(0,1fr) 120px 120px 110px 110px;align-items:center;padding:1rem 0;border-bottom:1px solid #e5e5e5;gap:1rem}.order-modal__items .order-items tbody tr:last-child{border-bottom:none}.order-modal__items .order-items tbody td{display:flex;align-items:center;border:none;padding:0}.order-modal__items .order-items tbody td.order-item-mobile-prices-cell{display:none!important}.order-modal__items .order-items tbody td:first-child{width:60px;flex-shrink:0}.order-item-image-block{display:flex;flex-direction:column;gap:.35rem;align-items:flex-start}.order-item-image{position:relative;width:60px;height:60px;border-radius:12px;overflow:hidden;background:#f8fafc;border:1px solid #e5e7eb;flex-shrink:0}.order-item-image img{width:100%;height:100%;object-fit:contain;display:block;padding:6px;background:#fff}.order-item-image__placeholder{width:100%;height:100%;background:#f1f5f9}.order-item-qty-badge{position:absolute;top:4px;right:4px;background:#000;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600}.order-item-mobile-prices{display:none;flex-direction:column;gap:.15rem;font-size:.85rem;color:#111827;font-weight:600}.order-item-mobile-prices-cell{display:none}.order-item-mobile-price{color:#6b7280;font-weight:500}.order-item-mobile-total{font-weight:600;color:#111827}.order-modal__items .order-items tbody td:nth-child(2){flex:1;flex-direction:column;align-items:flex-start}.order-item-title{font-weight:500;font-size:.85rem}.order-item-meta{font-size:.8rem;color:#666;margin-top:.25rem;line-height:1.2}.order-modal__items .order-items tbody td:nth-child(5){white-space:nowrap;text-align:right;justify-content:flex-end;min-width:90px;font-weight:500}.order-item-unit{white-space:nowrap;text-align:right;justify-content:flex-end;min-width:90px;color:#666}.order-item-qty-block{flex-direction:column;align-items:center;min-width:110px;text-align:center;gap:.2rem}.order-item-unit,.order-item-total{display:flex}.order-item-qty-block .order-item-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#6b7280}.order-item-qty-block .order-item-value{font-size:.9rem;font-weight:600;color:#111827}.order-item-total{white-space:nowrap;text-align:right;justify-content:flex-end;min-width:90px;font-weight:600}.order-modal__totals{margin-top:0;padding-top:0;border-top:none}.order-modal__totals--boxed{padding:1.25rem 1.5rem;border:1px solid #e5e5e5;border-radius:12px;background:#fafafa}.order-totals-row{display:flex;justify-content:space-between;padding:.1rem 0;font-size:.95rem;color:#222}.order-totals-row--total{font-weight:700;font-size:1.1rem;padding-top:.75rem;margin-top:.5rem;border-top:1px solid #e5e5e5}.order-total-amount{display:inline-flex;align-items:baseline;gap:.4rem}.order-total-currency{font-size:.75rem;font-weight:600;color:#777;text-transform:uppercase;letter-spacing:.02em}.order-confirmation-items{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.order-confirmation-item{position:relative;width:60px;height:60px;border-radius:8px;overflow:hidden;background:#f0f0f0}.order-confirmation-item img{width:100%;height:100%;object-fit:cover}.order-confirmation-badge{position:absolute;top:4px;right:4px;background:#000;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600}.order-confirmation-message{font-size:.9rem;color:#666;margin-top:.5rem}@media(max-width:1024px){.order-modal__summary{grid-template-columns:1fr}.order-modal__meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-modal__addresses{grid-template-columns:1fr}.order-modal__actions{justify-content:flex-start}}@media(max-width:768px){.order-modal__content{width:100%;max-height:100vh;margin:0;border-radius:0}.order-modal__payment-status{flex-direction:column;gap:1rem}.order-modal__buy-again{align-self:flex-start}.order-modal__items .order-items tbody tr{display:grid;grid-template-columns:60px minmax(0,1fr);grid-template-areas:"image content" "prices prices";row-gap:0;column-gap:.75rem;padding-left:.5rem;align-items:start;padding-top:.35rem;padding-bottom:.35rem}.order-items-header{display:none}.order-modal__items .order-items tbody td{display:block;align-items:flex-start}.order-modal__items .order-items tbody td:first-child{grid-area:image}.order-modal__items .order-items tbody td:nth-child(2){grid-area:content}.order-modal__items .order-items tbody td.order-item-mobile-prices-cell{grid-area:prices;display:block!important;padding-left:60px;padding-right:.35rem}.order-modal__items .order-items tbody td.order-item-unit{display:none!important}.order-modal__items .order-items tbody td:nth-child(2) .order-item-meta{grid-area:meta}.order-item-qty-block,.order-item-total{display:none!important}.order-modal__items .order-items tbody td:nth-child(2){display:flex;flex-direction:column;justify-content:flex-start;min-height:72px}.order-modal__items .order-items tbody td:nth-child(2) .order-item-meta{margin-top:.25rem}.order-item-mobile-prices{display:flex;flex-direction:row;align-items:center;gap:.5rem;justify-content:flex-end;margin-top:.35rem;width:100%}.order-item-mobile-total:before{content:"\2022";color:#cbd5e1;margin-right:.35rem}}
/*# sourceMappingURL=/cdn/shop/t/45/assets/gxs-order-history.css.map */
