/* Search Products — Light Ideas */
.bp-browse,.bp-seller-browse,.bp-browse *,.bp-seller-browse *{box-sizing:border-box}
.bp-browse{max-width:1300px;margin:34px auto}
.bp-section-title{margin:0 0 20px;font-size:clamp(2rem,5vw,3.2rem);font-weight:400;letter-spacing:-.04em}
.bp-search-form{position:relative;display:flex;width:100%;margin:0 0 22px}
.bp-search-form input[type=search]{width:100%;height:58px;padding:0 58px 0 18px;border:1px solid #ddd;border-radius:16px;background:#fff;font-size:1rem;color:#222;outline:none}
.bp-search-form input[type=search]:focus{border-color:#8d8d8d}
.bp-search-form button{position:absolute;top:50%;right:8px;display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:0;border-radius:12px;background:transparent;color:#222;transform:translateY(-50%);cursor:pointer}
.bp-search-form button:hover{background:#f4f4f4}
.bp-search-form svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.bp-hero-menu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.bp-hero-group{border:1px solid #e5e5e5;border-radius:16px;background:#fff;overflow:hidden}
.bp-hero-group summary{position:relative;display:flex;flex-direction:column;gap:5px;padding:18px 48px 18px 18px;list-style:none;cursor:pointer}
.bp-hero-group summary::-webkit-details-marker{display:none}
.bp-hero-group summary>span:first-child{font-size:1.08rem;font-weight:500;color:#222}
.bp-hero-group summary small{color:#767676;line-height:1.45}
.bp-chevron{position:absolute;top:50%;right:20px;width:9px;height:9px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-70%) rotate(45deg);transition:transform .2s ease}
.bp-hero-group[open] .bp-chevron{transform:translateY(-30%) rotate(225deg)}
.bp-hero-terms{display:grid;grid-template-columns:1fr;gap:0;padding:0 12px 12px}
.bp-hero-terms a{display:flex;justify-content:space-between;gap:12px;padding:12px 8px;border-top:1px solid #ededed;color:#222;text-decoration:none}
.bp-hero-terms a:hover{color:#000}
.bp-hero-terms small,.bp-term-link small,.bp-seller-links small{color:#929292;font-variant-numeric:tabular-nums}
.bp-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.bp-card{display:flex;flex-direction:column;min-height:170px;padding:24px;border:1px solid #e7e7e7;border-radius:18px;background:#fff;color:#181818;text-decoration:none}
.bp-card-title{font-size:1.25rem;font-weight:500}
.bp-card-description{margin-top:8px;color:#6d6d6d;line-height:1.5}
.bp-card-arrow{margin-top:auto;padding-top:20px;font-size:1.25rem}
.bp-directory{margin-top:46px}
.bp-directory-section{padding:30px 0;border-top:1px solid #e7e7e7;scroll-margin-top:100px}
.bp-directory-section h3,.bp-seller-group h2{margin:0 0 16px;font-size:1.35rem;font-weight:500}
.bp-term-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.bp-term-link,.bp-seller-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border:1px solid #e8e8e8;border-radius:12px;background:#fff;color:#222;text-decoration:none}
.bp-term-link:hover,.bp-seller-links a:hover{border-color:#bdbdbd;color:#111}
.bp-seller-browse{margin:28px 0 34px;padding:20px;border:1px solid #e7e7e7;border-radius:18px;background:#fff}
.bp-seller-search-only{padding:14px}
.bp-seller-search-only .bp-search-form{margin:0}
.bp-store-search{margin-bottom:22px}
.bp-seller-group+.bp-seller-group{margin-top:24px}
.bp-seller-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
@media(max-width:900px){.bp-hero-menu,.bp-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bp-term-grid,.bp-seller-links{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){
.bp-browse{margin:26px 0}
.bp-section-title{margin-bottom:16px}
.bp-search-form input[type=search]{height:54px;border-radius:14px}
.bp-hero-menu{grid-template-columns:1fr;gap:10px}
.bp-hero-group summary{padding:16px 46px 16px 16px}
.bp-hero-group summary small{display:none}
.bp-hero-group:not([open]){min-height:auto}
.bp-card-grid{grid-template-columns:1fr}
.bp-card{min-height:130px;padding:18px}
.bp-term-grid,.bp-seller-links{grid-template-columns:1fr 1fr}
.bp-seller-browse{padding:16px;border-radius:16px}
}
@media(max-width:420px){.bp-term-grid,.bp-seller-links{grid-template-columns:1fr}}


/* 1.0.3 refinements */
.bp-clear-search{
	position:absolute;
	top:50%;
	right:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:36px;
	height:36px;
	border-radius:10px;
	color:#777;
	text-decoration:none;
	transform:translateY(-50%);
}
.bp-clear-search:hover{background:#f4f4f4;color:#222}
.bp-clear-search svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.bp-search-active input[type=search]{padding-right:96px}
.bp-seller-browse,
.bp-seller-search-only{
	padding:0;
	border:0;
	border-radius:0;
	background:transparent;
}
.bp-seller-browse .bp-search-form{margin-bottom:22px}
.bp-seller-search-only .bp-search-form{margin:0}
.bp-hero-group summary{min-height:auto}
.bp-hero-group[open] summary{border-bottom:1px solid #ededed}
