/* Approved V6 compact bread catalogue — based on the third visual reference. */
.catalog-v4-shell{max-width:1480px;margin:0 auto;padding:22px 28px 48px}
.visual-categories{display:grid;grid-template-columns:repeat(9,minmax(120px,1fr));gap:10px;margin-bottom:28px}
.visual-cat{background:#fff;border:1px solid #e7d8ce;padding:0;overflow:hidden;min-height:126px;display:flex;flex-direction:column;text-align:center;cursor:pointer}
.visual-cat-img{height:82px;background-image:var(--cat-img);background-size:cover;background-position:center;display:block}
.visual-cat span:last-child{padding:9px 7px 10px}.visual-cat b{display:block;font-size:13px;text-transform:uppercase}.visual-cat small{display:none}
.visual-cat.is-active{background:#211a17;color:#fff;border-color:#211a17}
.catalogue-tools{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:8px 0 18px}.catalogue-search{max-width:460px;flex:1}.catalogue-search label{display:block;font-size:12px;margin-bottom:6px}.catalogue-search input{width:100%;padding:12px 14px;border:1px solid #ddd;background:#fff}.catalogue-summary{font-size:13px;color:#7d5e4e}.catalogue-summary strong{font-size:18px;margin-right:6px}
.order-layout{display:block}.sticky-cart{display:none!important}
.catalog-section{margin:0 0 36px}.catalog-section-head{display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid #e7ddd6;padding-bottom:10px;margin-bottom:22px}.catalog-section-head .eyebrow{display:none}.catalog-section-head h2{font-family:Georgia,serif;font-size:38px;font-weight:400;margin:0}.catalog-section-head>span{font-size:13px;color:#805b4b}
.order-product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}
.order-product-card{border:1px solid #e8dfd9;background:#fff;display:flex;flex-direction:column;min-width:0;box-shadow:none}
.product-photo-wrap{position:relative;aspect-ratio:1.62/1;overflow:hidden;background:#f2eee9}.product-photo-wrap img{width:100%;height:100%;object-fit:cover;display:block}.product-badge{position:absolute;left:8px;top:8px;background:#211a17;color:#fff;font-size:10px;padding:5px 7px}
.order-product-body{padding:12px 12px 13px;display:flex;flex-direction:column;flex:1}.product-meta{display:none}.order-product-body h3{font-size:15px;line-height:1.2;margin:0 0 8px}.order-product-body p{font-size:12px;line-height:1.4;color:#5e554f;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:34px}.product-order-row{margin-top:auto}.product-order-row>strong{display:block;font-size:15px;margin-bottom:9px}.quick-add-form{display:grid;grid-template-columns:84px 1fr;gap:8px}.qty-stepper{display:grid;grid-template-columns:28px 1fr 28px;border:1px solid #ddd;height:34px}.qty-stepper button{border:0;background:#fff}.qty-stepper input{min-width:0;border:0;text-align:center}.add-basket-btn{height:34px;border:0;background:#231916;color:#fff;font-size:11px;text-transform:uppercase;font-weight:700;cursor:pointer}.add-basket-btn:hover{background:#000}
@media(max-width:1250px){.visual-categories{grid-template-columns:repeat(5,1fr)}.order-product-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:820px){.catalog-v4-shell{padding:18px 14px 36px}.visual-categories{grid-template-columns:repeat(3,1fr)}.order-product-grid{grid-template-columns:repeat(2,1fr)}.catalogue-tools{display:block}.catalogue-summary{margin-top:10px}.catalog-section-head h2{font-size:30px}}
@media(max-width:520px){.visual-categories{display:flex;overflow-x:auto}.visual-cat{min-width:132px}.order-product-grid{grid-template-columns:1fr}.product-photo-wrap{aspect-ratio:1.8/1}}
