/* INSTANTSHOP_PRODUCT_SEARCH_V57 */
.instantshop-product-search-page,
.instantshop-product-search-page *{box-sizing:border-box;}
.instantshop-search-header{background:var(--bs-body-bg,#fff);border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:24px;box-shadow:0 10px 24px rgba(0,0,0,.04);}
.instantshop-search-kicker{display:inline-block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--bs-secondary,#6c757d);margin-bottom:6px;}
.instantshop-search-header h1{font-size:clamp(24px,4vw,38px);line-height:1.1;margin:0 0 16px;}
.instantshop-product-search-form{display:flex;gap:10px;align-items:center;max-width:720px;}
.instantshop-product-search-form .form-control{height:46px;min-width:0;}
.instantshop-product-search-form .btn{height:46px;white-space:nowrap;}
.instantshop-product-search-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.instantshop-search-card{background:var(--bs-body-bg,#fff);border:1px solid rgba(0,0,0,.08);border-radius:18px;overflow:hidden;box-shadow:0 10px 24px rgba(0,0,0,.04);display:flex;flex-direction:column;min-width:0;}
.instantshop-search-card-image{display:block;width:100%;aspect-ratio:1/1;background:#f4f5f7;overflow:hidden;}
.instantshop-search-card-image img{width:100%!important;height:100%!important;display:block;object-fit:cover!important;}
.instantshop-search-card-body{padding:16px;display:flex;flex-direction:column;gap:8px;min-width:0;flex:1;}
.instantshop-search-card-body h2{font-size:17px;line-height:1.25;margin:0;overflow-wrap:anywhere;word-break:normal;hyphens:none;}
.instantshop-search-card-body h2 a{color:inherit;text-decoration:none;}
.instantshop-search-card-body p{margin:0;color:var(--bs-secondary,#6c757d);font-size:14px;line-height:1.45;overflow-wrap:anywhere;word-break:normal;hyphens:none;}
.instantshop-search-price{display:block;font-size:18px;margin-top:auto;color:var(--bs-body-color,#212529);}
.instantshop-search-actions .btn{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.instantshop-search-badge{align-self:flex-start;background:rgba(0,0,0,.08);border-radius:999px;padding:4px 9px;font-size:12px;font-weight:700;}
.instantshop-search-empty{border:1px dashed rgba(0,0,0,.16);border-radius:18px;padding:32px;text-align:center;background:rgba(0,0,0,.02);}
@media(max-width:991.98px){.instantshop-product-search-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:575.98px){.instantshop-search-header{padding:18px;border-radius:14px}.instantshop-product-search-form{flex-direction:column;align-items:stretch}.instantshop-product-search-form .btn{width:100%;}.instantshop-product-search-grid{grid-template-columns:1fr;gap:14px}.instantshop-search-card{border-radius:14px}.instantshop-search-card-image{aspect-ratio:16/11;}.instantshop-search-card-body{padding:14px}}
