.gm-collection{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 4rem;}
.gm-collection__title{text-align:center;margin-bottom:.5rem;}
.gm-collection__description{text-align:center;color:#4a4a4a;max-width:600px;margin:0 auto 2rem;}
.gm-collection__empty{text-align:center;color:#6a6a6a;padding:3rem 0;}
.gm-collection__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;}
.gm-product-card{display:block;text-decoration:none;color:var(--gm-text);border:1px solid #e6e2d8;border-radius:6px;overflow:hidden;transition:box-shadow .2s ease;}
.gm-product-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);}
.gm-product-card__media{aspect-ratio:1/1;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.gm-product-card__media img{width:100%;height:100%;object-fit:contain;display:block;}
.gm-product-card__info{padding:.85rem;text-align:center;}
.gm-product-card__title{font-size:.9rem;margin-bottom:.4rem;line-height:1.3;}
.gm-product-card__price{font-size:1rem;font-weight:600;color:var(--gm-green);}
.gm-product-card__compare{color:#999;font-weight:400;margin-left:.4rem;font-size:.85rem;}
@media(min-width:600px){.gm-collection__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;}.gm-product-card__info{padding:1.25rem;}.gm-product-card__title{font-size:1.1rem;}.gm-product-card__price{font-size:1.15rem;}}
@media(min-width:900px){.gm-collection__grid{grid-template-columns:repeat(4,1fr);}}