/* Scoped category layout; all shopping behavior uses the shared quick-cart widget. */
#cate-page .qc-category-grid {grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:16px 0;align-items:stretch;}
#cate-page .qc-category-grid .qc-card {float:none;width:auto;min-width:0;margin:0;box-sizing:border-box;}
#cate-page .qc-category-grid .qc-cover img {object-fit:contain;}
#cate-page .qc-category-grid h3 {text-align:left;overflow-wrap:anywhere;}
#cate-page .qc-category-grid .qc-prices {flex-direction:column;align-items:flex-start;gap:4px;}
#cate-page .qc-category-grid .qc-reference {display:block;}
#cate-page .qc-category-grid .qc-price {overflow-wrap:anywhere;}
#cate-page .qc-category-grid .qc-quantity {box-sizing:border-box;width:100%;}
#cate-page .qc-category-grid .qc-input {min-width:0;}
#cate-page .qc-category-brief {margin:8px 0;overflow-wrap:anywhere;}
#cate-page .qc-category-text {grid-template-columns:minmax(0,1fr);}
#cate-page .qc-category-text .qc-card {display:grid;grid-template-columns:140px minmax(0,1fr);column-gap:18px;align-items:start;}
#cate-page .qc-category-text .qc-cover {grid-column:1;grid-row:1 / span 4;height:180px;}
#cate-page .qc-category-text .qc-cover img {max-height:180px;}
#cate-page .qc-category-text h3,#cate-page .qc-category-text .qc-category-brief,#cate-page .qc-category-text .qc-widget,#cate-page .qc-category-text noscript {grid-column:2;}
#cate-page .qc-category-text h3 {margin-top:0;min-height:0;}
@media(max-width:1199px){#cate-page .qc-category-grid:not(.qc-category-text) {grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:600px){
 #cate-page .qc-category-grid {grid-template-columns:minmax(0,1fr)!important;gap:14px;}
 #cate-page .qc-category-grid .qc-card {padding:14px;}
 #cate-page .qc-category-grid h3 {font-size:16px!important;}
 #cate-page .qc-category-text .qc-card {grid-template-columns:90px minmax(0,1fr);column-gap:12px;}
 #cate-page .qc-category-text .qc-cover {height:130px;grid-row:1 / span 2;}
 #cate-page .qc-category-text .qc-cover img {max-height:130px;}
 #cate-page .qc-category-text .qc-widget,#cate-page .qc-category-text noscript {grid-column:1 / -1;}
}
