/* BCSPL Website V2.2.8 - Product-only Home search results */
.home-search-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}
.home-search-product-result{min-width:0;border:1px solid rgba(198,145,16,.42);border-radius:13px;background:#fff;box-shadow:0 9px 25px rgba(44,31,3,.07);overflow:hidden;color:#1b1b1b}
.home-search-product-result>a{display:grid;grid-template-columns:92px minmax(0,1fr);gap:13px;height:100%;padding:12px;color:inherit;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.home-search-product-result>a:hover,.home-search-product-result>a:focus-visible{transform:translateY(-2px);box-shadow:0 12px 27px rgba(44,31,3,.13);outline:none}
.home-search-product-result-image{width:92px;height:92px;border-radius:10px;overflow:hidden;background:#f5f1e6}
.home-search-product-result-image img{width:100%;height:100%;display:block;object-fit:cover}
.home-search-product-result-content{display:flex;min-width:0;flex-direction:column;align-items:flex-start}
.home-search-product-result-content small{display:block;color:#866300;font-size:11px;font-weight:800;line-height:1.25}
.home-search-product-result-content h4{margin:3px 0 6px;color:#171717;font-size:19px;line-height:1.15}
.home-search-product-result-content span{color:#625b4e;font-size:11.5px;line-height:1.35}
.home-search-product-result-content b{margin-top:auto;padding-top:10px;color:#7d5c00;font-size:12px;font-weight:900}
.home-search-all-results{display:flex;justify-content:flex-end;margin-top:12px}
.home-search-all-results a{font-weight:800;color:#745300;text-decoration:none}
.hero-search-chips .home-shortcut-chip{cursor:pointer;border:0;font:inherit}
@media(max-width:1050px){.home-search-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.home-search-products-grid{grid-template-columns:1fr}.home-search-product-result>a{grid-template-columns:70px minmax(0,1fr);padding:10px}.home-search-product-result-image{width:70px;height:70px}.home-search-product-result-content h4{font-size:17px}.home-search-all-results{justify-content:flex-start}}
