.saved-products-head{display:flex;align-items:center;gap:8px;padding-bottom:16px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ededed;margin-bottom:40px}.saved-products-head h2{font-weight:500}.saved-products-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.saved-products-list>li{float:none;width:100%;display:flex;flex-direction:column}@media (max-width:1024px){.saved-products-list{grid-template-columns:repeat(2,1fr);gap:8px}}@media (max-width:768px){.saved-products-list{grid-template-columns:1fr}}.saved-products-pagination{display:flex;justify-content:flex-end;gap:16px;margin-top:40px}.saved-products-pagination a{height:48px;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;border-radius:4px;background-color:#42b251;color:#fff;text-decoration:none;transition:.3s}.saved-products-pagination a:hover{background-color:#5bc269}.saved-products-empty{display:flex;flex-direction:column;align-items:center;gap:24px;padding:40px 20px;text-align:center}.saved-products-empty img{max-width:200px;height:auto}.saved-products-empty div{display:flex;flex-direction:column;gap:8px}.saved-products-empty span{font-weight:500;font-size:18px}.saved-products-empty p{color:#737373;max-width:400px;line-height:1.5}.saved-products-button{display:inline-flex;align-items:center;justify-content:center;border:none;background:#fff0;cursor:pointer;padding:0}.saved-products-button svg{width:24px;height:24px}.saved-products-button.active svg path{fill:#42B251}.saved-products-button.loading{opacity:.6;pointer-events:none}@media (max-width:768px){.saved-products-head{margin-bottom:24px}.saved-products-pagination{justify-content:center;margin-top:24px}.saved-products-pagination a{padding:12px 16px;height:auto}.saved-products-empty{padding:24px 16px}.saved-products-empty img{max-width:150px}}