.comfy-catalogue{max-width:1100px;margin:0 auto 2rem}
.comfy-catalogue__stage{border-radius:10px;overflow:hidden;background:#f5f5f5;aspect-ratio:1/1;max-height:560px;margin:0 auto;display:flex;align-items:center;justify-content:center}
.comfy-catalogue__main{width:100%;height:100%;object-fit:contain;display:block}
.comfy-catalogue__options{margin-top:1.25rem;text-align:center}
.comfy-catalogue__selected{margin:0 0 .85rem;font-size:.95rem;color:#333}
.comfy-catalogue__selected-label{color:#666}
.comfy-catalogue__selected-value{font-weight:600}
.comfy-catalogue__swatches{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}
.comfy-catalogue__swatch{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border:1px solid #d0d0d0;border-radius:4px;background:#fff;cursor:pointer;font-size:.88rem;color:#222;line-height:1.2}
.comfy-catalogue__swatch:hover{border-color:#888}
.comfy-catalogue__swatch.is-active{border-color:#222;box-shadow:0 0 0 1px #222;font-weight:600}
.comfy-catalogue__dot{width:14px;height:14px;border-radius:50%;border:1px solid rgba(0,0,0,.15);flex-shrink:0}
.comfy-catalogue__swatch-img{width:28px;height:28px;object-fit:cover;border-radius:3px;flex-shrink:0}

.comfy-specs{max-width:640px;margin:1.5rem auto 2rem}
.comfy-specs__heading{font-size:1.1rem;font-weight:600;margin:1.75rem 0 .75rem;color:#1a1a1a}
.comfy-specs__heading:first-child{margin-top:0}
.comfy-specs__table{width:100%;border-collapse:collapse;font-size:.95rem}
.comfy-specs__table th,.comfy-specs__table td{text-align:left;padding:.55rem .75rem;border-bottom:1px solid #e5e5e5;vertical-align:top}
.comfy-specs__table thead th{font-size:.8rem;font-weight:700;color:#1a1a1a}
.comfy-specs__table tbody tr.is-alt{background:#f5f5f5}
.comfy-specs__table tbody th{font-weight:400;color:#444;width:45%}

.comfy-products-hint{padding:1rem;background:#fff8e5;border:1px solid #f0e0a0;border-radius:4px;color:#665500;font-size:.9rem}
.comfy-products-empty{text-align:center;color:#666}

.comfy-catalogue-page{max-width:1200px;margin:0 auto;padding:1rem 1.25rem 3rem}
.comfy-catalogue-page__header{text-align:center;margin-bottom:1.5rem}
.comfy-catalogue-page__title{font-weight:400;font-size:clamp(1.6rem,3vw,2.1rem);margin:0;line-height:1.25}
.comfy-catalogue-page__layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem 3rem;align-items:start}
.comfy-catalogue-page__gallery .comfy-catalogue{margin:0;max-width:none}
.comfy-catalogue-page__gallery .comfy-catalogue__stage{max-height:520px}
.comfy-catalogue-page__gallery .comfy-catalogue__options{text-align:left}
.comfy-catalogue-page__gallery .comfy-catalogue__swatches{justify-content:flex-start}
.comfy-catalogue-page__content{margin-bottom:1.5rem}
.comfy-catalogue-page__summary .comfy-specs{margin:0;max-width:none}

.comfy-products-grid{display:grid;gap:1.5rem 1.25rem;max-width:1200px;margin:0 auto}
.comfy-products-grid--cols-2{grid-template-columns:repeat(2,1fr)}
.comfy-products-grid--cols-3{grid-template-columns:repeat(3,1fr)}
.comfy-products-grid--cols-4{grid-template-columns:repeat(4,1fr)}
.comfy-product-card{margin:0;text-align:center}
.comfy-product-card__link{display:block;text-decoration:none;color:inherit}
.comfy-product-card__image{overflow:hidden;border-radius:10px;background:#f0f0f0;aspect-ratio:1/1;margin-bottom:.65rem}
.comfy-product-card__image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px;transition:transform .25s ease}
.comfy-product-card__link:hover .comfy-product-card__image img{transform:translateY(-3px)}
.comfy-product-card__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#e8e8e8,#d0d0d0)}
.comfy-product-card__title{font-size:1rem;font-weight:500;margin:0;line-height:1.3}

.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}

@media(max-width:900px){
	.comfy-products-grid--cols-3,.comfy-products-grid--cols-4{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:800px){
	.comfy-catalogue-page__layout{grid-template-columns:1fr;gap:1.5rem}
	.comfy-catalogue-page__gallery .comfy-catalogue__options,
	.comfy-catalogue-page__gallery .comfy-catalogue__swatches{text-align:center;justify-content:center}
}
@media(max-width:520px){
	.comfy-products-grid--cols-2,.comfy-products-grid--cols-3,.comfy-products-grid--cols-4{grid-template-columns:1fr 1fr;gap:1rem .75rem}
}

.comfy-catalogue-page__featured{margin:0 auto 2rem;max-width:1100px;text-align:center}
.comfy-catalogue-page__featured-img{width:100%;height:auto;max-height:480px;object-fit:cover;border-radius:10px;display:block}

.comfy-product-card a,
.comfy-product-card__link,
.comfy-products-grid a,
.comfy-suggested a {
	text-decoration: none !important;
	color: inherit;
}
.comfy-product-card__title {
	text-decoration: none !important;
}
