.store-search-page{max-width:var(--store-width,1200px);margin:35px auto 70px;padding:0 15px}.store-search-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:28px}.store-search-head h1{margin:0 0 8px;font-size:34px}.store-search-head p{margin:0;color:#667085}.store-search-form{display:flex;width:min(520px,100%);border:1px solid #ccd3dd;border-radius:8px;overflow:hidden;background:#fff}.store-search-form input{flex:1;min-width:0;border:0;padding:14px 16px;outline:0}.store-search-form button{border:0;background:var(--store-primary,#db4385);color:#fff;padding:0 24px;font-weight:700;cursor:pointer}.store-search-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.store-search-card{border:1px solid #e0e4ea;border-radius:10px;background:#fff;overflow:hidden}.store-search-image{display:block;aspect-ratio:3/4;background:#f5f5f5}.store-search-image img{width:100%;height:100%;object-fit:cover}.store-search-card-body{padding:14px}.store-search-card-body h2{font-size:17px;line-height:1.35;margin:0 0 12px;color:#222}.store-search-card-body del{display:block;color:#8b95a7;margin-bottom:3px}.store-search-card-body strong{font-size:21px;color:var(--store-primary,#db4385)}.store-search-empty{padding:55px 20px;text-align:center;border:1px dashed #cfd5de;border-radius:10px}.store-search-pagination{display:flex;justify-content:center;gap:7px;margin-top:30px}.store-search-pagination a{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid #d5dae2;border-radius:7px}.store-search-pagination a.active{background:var(--store-primary,#db4385);color:#fff;border-color:var(--store-primary,#db4385)}@media(max-width:980px){.store-search-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.store-search-head{display:grid;align-items:stretch}.store-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:430px){.store-search-grid{grid-template-columns:1fr}}
