.marketplace{flex-direction:column;gap:40px;padding:80px 0;height:100%;width:100%}.marketplace-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 32px}.marketplace-header h1{font-size:58px;font-weight:800;line-height:70px;flood-color:#343a46}.marketplace-your-cart{font-size:16px;font-weight:500;line-height:24px;color:#04911a;display:flex;align-items:center;gap:10px;padding:10px 16px;border-radius:60px;background-color:#d7ffdc}.marketplace-your-cart h3{font-size:16px;font-weight:400;line-height:24px;color:#04911a;text-transform:none}.marketplace-cart-logo{width:24px;height:24px}.marketplace-body{width:100%;display:flex;gap:40px;padding:0 32px}.marketplace-catagory{height:auto;max-height:600px;overflow:auto;position:sticky;top:100px;width:280px}.marketplace-catagory-item{display:flex;justify-content:start;align-items:center;padding:20px 0;gap:12px;border-bottom:solid 1px#eceef2;cursor:pointer}.marketplace-catagory-item p{font-size:16px;font-weight:400;line-height:24px;color:#343a46}.marketplace-product-cards{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.marketplace-products{width:100%;display:flex;flex-direction:column;gap:56px}.marketplace-product-pagination{display:flex;justify-content:space-between;margin-top:56px}.marketplace-filter{display:none;cursor:pointer;justify-content:center;align-items:center;width:42px;height:42px;border-radius:100%;background-color:#d7ffdc}@media (max-width:1380px){.marketplace-body{grid-template-columns:.2fr 1fr;gap:10px}.marketplace-product-cards{gap:15px}}@media (max-width:1100px){.marketplace-catagory{display:none}.marketplace-body{grid-template-columns:1fr}.marketplace-filter{display:flex}.marketplace-filter-and-cart{display:flex;gap:15px;align-items:center}.marketplace-header-empty{display:none}.marketplace-header h1{font-size:50px}}@media (max-width:900px){.marketplace-product-cards{grid-template-columns:1fr 1fr}}@media (max-width:650px){.marketplace{gap:8px;padding-top:10px;padding-bottom:40px}.marketplace-header{padding:0 16px}.marketplace-header h1{font-size:26px;line-height:31px}.marketplace-header-empty{display:none}.marketplace-filter-and-cart{display:flex;gap:12px;align-items:center}.marketplace-filter{padding:12px;border-radius:50%;background-color:#d7ffdc}.marketplace-filter-logo{width:18px;height:18px}.marketplace-your-cart{padding:12px;border-radius:50%}.marketplace-your-cart h3{display:none}.marketplace-filter{display:block}.marketplace-cart-logo{width:18px;height:18px}.marketplace-body{padding:0;width:100%}.marketplace-catagory{display:none}.marketplace-product-cards{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:16px 16px 0}.marketplace-products{width:100%;display:flex;flex-direction:column;gap:8px}.marketplace-product-pagination{display:flex;justify-content:space-between}}@media (max-width:400px){.marketplace-product-cards{grid-template-columns:1fr}}