/* Card grid, hours flag, child-page click target */
.comfy-hours-wrap{position:relative;display:block}
.comfy-hours-badge{
	position:absolute;top:.5rem;right:.5rem;z-index:2;display:inline-block;
	padding:.15rem .4rem;border-radius:999px;background:rgba(248,247,244,.92);
	color:#5f7352;font-size:.7rem;font-weight:600;letter-spacing:.02em;line-height:1.2;pointer-events:none
}
.comfy-product-card__image,.comfy-child-card,.comfy-hours-wrap{position:relative}

.comfy-search{max-width:1200px;margin:0 auto;padding:1rem 1.25rem 3rem}
.comfy-search__header{margin-bottom:1.5rem;text-align:center}
.comfy-search__title{font-weight:400;font-size:clamp(1.4rem,3vw,1.9rem);margin:0}
.comfy-search__empty{text-align:center;color:#555}

.comfy-search-grid,
.comfy-products-grid,
.comfy-filter-results__grid{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:1.35rem 1.15rem;
	max-width:1200px;
	margin:0 auto
}
@media(max-width:1024px){
	.comfy-search-grid,.comfy-products-grid,.comfy-filter-results__grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:640px){
	.comfy-search-grid,.comfy-products-grid,.comfy-filter-results__grid{grid-template-columns:repeat(2,1fr);gap:1rem .75rem}
}

.comfy-product-card{
	margin:0;
	background:#fff;
	border-radius:12px;
	padding:.7rem .7rem .75rem;
	transition:transform .25s ease,box-shadow .25s ease
}
.comfy-product-card:hover{
	transform:translateY(-4px);
	box-shadow:0 10px 24px rgba(0,0,0,.1)
}
.comfy-product-card__link{display:flex;flex-direction:column;text-decoration:none;color:inherit}
.comfy-product-card__title{
	order:-1;font-size:1.05rem;font-weight:500;margin:0 0 .4rem;line-height:1.3;text-align:left
}
.comfy-product-card__image{
	overflow:hidden;border-radius:10px;background:#f0f0f0;aspect-ratio:1/1;margin:0;position:relative
}
.comfy-product-card__image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px}
.comfy-product-card__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#e8e8e8,#d0d0d0)}
.comfy-product-card a,.comfy-product-card__link,.comfy-products-grid a,.comfy-suggested a,.comfy-product-card__title{text-decoration:none!important;color:inherit}
.comfy-suggested{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e5e5}
.comfy-suggested__title{text-align:center;font-weight:400;font-size:1.4rem;margin:0 0 1.5rem}
.comfy-suggested .comfy-products-grid{grid-template-columns:repeat(4,1fr)}
@media(max-width:1024px){.comfy-suggested .comfy-products-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.comfy-suggested .comfy-products-grid{grid-template-columns:repeat(2,1fr)}}

.ccchildpage,.ccomfy .ccchildpage{position:relative}
.ccchildpage > a:has(img)::after{content:"";position:absolute;inset:0;z-index:3}
.ccchildpage-title-link{color:inherit;text-decoration:none}
