.quoteListPage{min-height:100vh;background:#071118;color:#edf3f5}.quoteListShell{padding-block:64px 90px}.quoteListHead{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:32px}.quoteListHead h1{margin:8px 0;font-size:54px}.quoteListHead p{color:#91a0a7}.quoteListHead>div:last-child{display:grid;grid-template-columns:auto auto;grid-gap:4px 10px;gap:4px 10px;padding:20px 24px;border:1px solid #ffffff1c;border-radius:14px}.quoteListHead>div:last-child b{color:#ffc400;font-size:20px}.quoteListHead>div:last-child span{align-self:center;color:#91a0a7;font-size:10px;text-transform:uppercase}.quoteTable{border-top:1px solid #ffffff20}.quoteTable article{display:grid;grid-template-columns:1fr auto 42px;grid-gap:24px;gap:24px;align-items:center;padding:24px 12px;border-bottom:1px solid #ffffff18}.quoteTable small{color:#ffc400;font-size:9px;font-weight:900;text-transform:uppercase}.quoteTable h2{margin:6px 0;font-size:19px}.quoteTable span{color:#697980;font-size:9px}.quoteQuantity{display:flex;align-items:center;border:1px solid #ffffff20;border-radius:9px;overflow:hidden}.quoteQuantity button,.quoteRemove{border:0;background:transparent;color:#fff;cursor:pointer}.quoteQuantity button{display:grid;place-items:center;width:38px;height:40px}.quoteQuantity input{width:74px;height:40px;border:0;border-inline:1px solid #ffffff18;outline:0;background:#0c1a21;color:#fff;text-align:center}.quoteRemove{display:grid;place-items:center;width:42px;height:42px;color:#819097}.quoteRemove:hover{color:#ff6d65}.quoteListFooter{display:flex;justify-content:flex-end;align-items:center;gap:24px;margin-top:28px}.quoteListFooter>button{border:0;background:transparent;color:#8b999f;cursor:pointer}.emptyQuoteList{display:grid;justify-items:center;padding:100px 20px;text-align:center}.emptyQuoteList>svg{width:64px;height:64px;color:#ffc400}.emptyQuoteList h1{font-size:40px}.emptyQuoteList p{margin-bottom:28px;color:#91a0a7}.quoteBasketActions{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;margin-top:10px}.addToQuote{justify-content:center;border:1px solid #ffffff30;background:#0d1a22;color:#fff}.addToQuote svg,.quoteListLink svg{width:16px;height:16px}.quoteListLink{display:flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:1px solid #ffffff20;color:#a9b5ba;font-size:10px;font-weight:800;text-transform:uppercase}@media(max-width:700px){.quoteListHead{align-items:flex-start;flex-direction:column}.quoteListHead h1{font-size:40px}.quoteTable article{grid-template-columns:1fr 42px}.quoteQuantity{grid-column:1/3;justify-self:start}.quoteListFooter{align-items:stretch;flex-direction:column-reverse}.quoteListFooter .button{justify-content:center}.quoteBasketActions{grid-template-columns:1fr}.quoteListLink{height:44px}}