/* BUILD80.37.6 - independent frontend search results template */
.ph-search-page{padding:52px 0 74px;background:#f7f9fb;min-height:55vh}
.ph-search-page__head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px}
.ph-search-page__head h1{margin:0;color:#17212b;font-size:clamp(30px,4vw,44px);font-weight:800}
.ph-search-page__head p{margin:8px 0 0;color:#6f7d89}
.ph-search-page__form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-bottom:26px;padding:12px;background:#fff;border:1px solid #dfe5ea;border-radius:14px;box-shadow:0 8px 28px rgba(15,23,42,.04)}
.ph-search-page__form input{height:48px;border:1px solid #d9e0e6;border-radius:9px;padding:0 15px;font-size:16px;outline:none}
.ph-search-page__form input:focus{border-color:#aebac4;box-shadow:0 0 0 3px rgba(31,41,51,.05)}
.ph-search-page__form button{height:48px;padding:0 20px;border:0;border-radius:9px;background:var(--main,#b58b55);color:#fff;font-weight:800}
.ph-search-summary{margin:0 0 22px;color:#5f6d78}
.ph-search-section{margin-top:24px;padding:24px;background:#fff;border:1px solid #dfe5ea;border-radius:14px}
.ph-search-section__heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.ph-search-section__heading h2{margin:0;font-size:22px;font-weight:800;color:#1f2933}
.ph-search-count{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:28px;padding:0 9px;border-radius:999px;background:#f0f3f5;color:#65727e;font-size:12px;font-weight:800}
.ph-search-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.ph-search-product-card{overflow:hidden;border:1px solid #e5e9ed;border-radius:11px;background:#fff}
.ph-search-product-card>a{display:block;color:inherit!important;text-decoration:none!important}
.ph-search-product-card__image{aspect-ratio:4/3;background:#f1f3f5;overflow:hidden}
.ph-search-product-card__image img{width:100%;height:100%;object-fit:cover;display:block}
.ph-search-product-card__body{padding:14px}
.ph-search-product-card h3{margin:0 0 7px;font-size:16px;line-height:1.4;font-weight:800}
.ph-search-product-card p{margin:0;color:#73808b;font-size:13px;line-height:1.55}
.ph-search-list{display:grid;gap:10px}
.ph-search-list__item{display:block;padding:14px 16px;border:1px solid #e7ebef;border-radius:10px;color:#25303a!important;text-decoration:none!important}
.ph-search-list__item:hover{border-color:#cfd7de;background:#f8fafb}
.ph-search-list__item strong{display:block;font-size:15px;margin-bottom:4px}
.ph-search-list__item span{display:block;color:#74818c;font-size:13px;line-height:1.5}
.ph-search-empty{margin:0;color:#7c8994}
@media(max-width:1199px){.ph-search-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.ph-search-page{padding:38px 0 56px}.ph-search-page__form{grid-template-columns:1fr}.ph-search-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-search-section{padding:18px}}
@media(max-width:480px){.ph-search-product-grid{grid-template-columns:1fr}}
