/* Catalogue presentation only: checkout, stock and account pricing remain unchanged. */
:root{--catalogue-green:#075e54;--catalogue-accent:#008069;--catalogue-ink:#172b26;--catalogue-muted:#566961}
body{background:#f3f6f4;color:var(--catalogue-ink);padding-bottom:100px}
.navbar{background:var(--catalogue-green)!important;box-shadow:0 2px 14px #14372c18}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #d89518!important;outline-offset:3px}
.hero{padding:0!important;background:var(--catalogue-green);margin:0;min-height:0;height:auto;border-radius:0}
.catalogue-welcome{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:30px;padding-bottom:30px;color:#fff}
.catalogue-eyebrow{font-size:11px;letter-spacing:.15em;color:#c0e1d3;font-weight:700}
.catalogue-welcome h1{font-size:clamp(24px,3vw,36px);letter-spacing:-.04em;margin:8px 0}
.catalogue-welcome p{font-size:14px;color:#d9ede4;margin:0;max-width:480px}
.catalogue-welcome .btn{flex-shrink:0;border-radius:24px;padding:12px 18px;font-weight:600}
.catalogue-welcome .btn{font-size:14px}
.catalogue-header-actions{width:auto}
.mobile-quick-actions .btn,.navbar-toggler{min-height:44px;min-width:44px}
#howto{padding:12px 0!important}
.ordering-guide{background:white;border:1px solid #dce5df;border-radius:12px}
.ordering-guide summary{padding:14px 18px;font-size:14px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;gap:14px;list-style:none}
.ordering-guide summary::-webkit-details-marker{display:none}
.ordering-guide[open] summary .bi{transform:rotate(180deg)}
.ordering-guide-body{padding:8px 18px 18px}
#shop{padding-top:12px!important}
#shop>.container{max-width:1140px}
.section-title{color:var(--catalogue-ink);letter-spacing:-.025em}
#shop .section-title{font-size:25px}
#shop .btn-dark,.sticky-cart{background:var(--catalogue-green);border-color:var(--catalogue-green)}
.catalogue-note{display:flex;gap:10px;background:#e5f1e9;border-radius:10px;padding:12px 14px;color:#315545;font-size:12px;line-height:1.6;margin-bottom:22px}
.catalogue-note i{font-size:16px}
.category-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}
.category-heading h3{font-size:16px;font-weight:700;margin:0}
.category-heading>span{color:var(--catalogue-muted);font-size:12px}
.category-strip{display:flex;gap:12px;overflow-x:auto;padding:4px 4px 14px;margin:0 -4px 10px;scroll-snap-type:x proximity}
.category-tile{flex:0 0 132px;border:1px solid #d8e4dc;background:#fff;border-radius:12px;padding:6px;text-align:left;color:var(--catalogue-ink);scroll-snap-align:start;transition:border-color .15s,background .15s}
.category-tile:hover{border-color:var(--catalogue-accent)}
.category-tile.selected{border:2px solid var(--catalogue-accent);padding:5px;background:#e9f5ee}
.category-tile img{width:100%;height:76px;object-fit:cover;border-radius:7px;background:#f0f3ef}
.category-name{display:block;font-size:12px;font-weight:700;line-height:1.35;margin:8px 3px 3px;overflow-wrap:anywhere}
.category-count{display:block;font-size:11px;color:var(--catalogue-muted);margin:0 3px 4px}
.shop-filters{border:1px solid #dde6e0;box-shadow:none;border-radius:12px}
.shop-filters .form-control,.shop-filters .form-select,.shop-filters .input-group-text{min-height:44px}
.shop-filters .filter-btn{min-height:44px}
#productsGrid{--bs-gutter-y:0;--bs-gutter-x:24px}
.catalogue-row{display:grid;grid-template-columns:112px minmax(0,1fr) auto;align-items:start;gap:16px;background:#fff;padding:20px 16px;border-bottom:1px solid #e2e9e4;min-height:162px;height:100%}
.catalogue-product:nth-child(1) .catalogue-row,.catalogue-product:nth-child(2) .catalogue-row{border-radius:12px 12px 0 0}
.catalogue-row .product-img{width:112px!important;height:112px!important;min-height:0;object-fit:contain;border:1px solid #e1e7e2;border-radius:10px;background:#fafcf9;aspect-ratio:1;align-self:start}
.catalogue-product-info{min-width:0}
.catalogue-product-name{font-size:15px;font-weight:700;line-height:1.4;margin:0 0 5px;overflow-wrap:anywhere}
.catalogue-description{font-size:12px;color:var(--catalogue-muted);line-height:1.55;margin:0 0 8px;overflow-wrap:anywhere}
.catalogue-row .price{font-size:14px;font-weight:700;color:var(--catalogue-green);line-height:1.5}
.catalogue-row .small{font-size:11px;line-height:1.6}
.catalogue-row .badge{margin-top:7px;font-size:10px;font-weight:600;padding:5px 7px;white-space:normal;text-align:left}
.catalogue-product-actions{align-self:center}
.catalogue-row .qty-control{display:flex;flex-direction:column;align-items:center;border:0;background:none;border-radius:8px;gap:2px}
.catalogue-row .qty-btn{width:44px;height:44px;min-width:44px;border:0;border-radius:9px;background:#e1f1e8;color:var(--catalogue-green);display:grid;place-items:center}
.catalogue-row .qty-btn:hover:not(:disabled){background:var(--catalogue-accent);color:#fff}
.catalogue-row .qty-btn:disabled{opacity:.45;cursor:not-allowed}
.catalogue-row .qty-val{min-width:30px;padding:3px;font-size:13px;font-weight:700;text-align:center}
.sticky-cart{position:fixed;bottom:max(18px,env(safe-area-inset-bottom));left:auto;right:24px;width:auto;display:flex!important;align-items:center;gap:10px;border-radius:30px;min-height:52px;padding:12px 22px;box-shadow:0 8px 26px #075e5436;z-index:1030}
#catalogueBasketEstimate{font-size:12px;color:#def1e6}
.toast-container{bottom:90px!important;z-index:1090}
.footer{margin-top:24px}
@media(max-width:991.98px){
 .catalogue-product:nth-child(2) .catalogue-row{border-radius:0}
 .catalogue-row{grid-template-columns:96px minmax(0,1fr) auto;gap:14px;padding:16px;min-height:144px}
 .catalogue-row .product-img{width:96px!important;height:96px!important}
 .sticky-cart{left:16px;right:16px;width:calc(100% - 32px);justify-content:center;bottom:max(12px,env(safe-area-inset-bottom))}
}
@media(max-width:575.98px){
 .hero{display:none}
 .shop-filters .card-body>.d-flex{flex-wrap:nowrap!important;align-items:center!important}
 .shop-filters .card-body>.d-flex>.flex-grow-1{min-width:0}
 .shop-filters label[for="fltQuery"]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
 .shop-filters .filter-btn{font-size:0;padding:10px;min-width:44px}
 .shop-filters .filter-btn .bi{font-size:16px;margin:0!important}
 .shop-filters .filter-btn .badge{font-size:11px}
 .shop-filters .small.muted.mt-2{display:none}
 .catalogue-header-actions{width:auto}
 .catalogue-header-actions .btn{font-size:12px;padding:10px}
 .catalogue-welcome{padding-top:16px;padding-bottom:16px;gap:12px}
 .catalogue-welcome .btn{font-size:0;width:44px;height:44px;padding:10px;display:grid;place-items:center}
 .catalogue-welcome .btn .bi{font-size:22px;margin:0!important}
 .catalogue-welcome h1{font-size:20px;line-height:1.2;margin-bottom:0}
 .catalogue-welcome p{display:none}
 .category-heading>span{display:none}
 .category-tile{flex-basis:112px}
 .category-tile img{height:66px}
 .catalogue-row{grid-template-columns:76px minmax(0,1fr) 44px;gap:10px;padding:16px 10px}
 .catalogue-row .product-img{width:76px!important;height:76px!important}
 .catalogue-product-name{font-size:14px}
 #shop .section-title{font-size:23px}
 .catalogue-note{margin-bottom:18px}
 .ordering-guide summary{font-size:12px;padding:12px}
 .ordering-guide-body{padding:8px 12px 12px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
