/* OpenDeal Shop: DB-backed paginated catalogue */
.page-shop main{background:#f5f7f4}
.shop-catalog{padding:clamp(38px,5vw,62px) 0 22px}.shop-catalog-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}.shop-catalog-head .shop-page-title{margin:7px 0 0;font-size:clamp(1.75rem,2.05vw,2.35rem);line-height:1.06;text-shadow:var(--headline-shadow-medium)}
.shop-toolbar{display:grid;gap:15px;padding:18px;border:1px solid #d5e0d9;border-radius:22px;background:#fff;box-shadow:0 15px 38px rgba(12,64,44,.07)}
.shop-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center}.shop-search-wrap{position:relative}.shop-search-wrap svg{position:absolute;left:14px;top:50%;width:20px;height:20px;transform:translateY(-50%);fill:none;stroke:#557268;stroke-width:1.8;stroke-linecap:round}.shop-search-wrap .field{width:100%;min-height:48px;padding-left:44px}.shop-search-submit{white-space:nowrap}
.shop-reset{min-height:48px;padding-inline:18px;white-space:nowrap}.shop-filter-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(250px,1.6fr) minmax(0,1fr);gap:10px;align-items:end}.shop-filter-grid>label,.shop-price-filter{display:grid;gap:6px;color:#52645c;font-size:.74rem;font-weight:760}.shop-filter-grid .field-select{width:100%;min-width:0}.shop-filter-label{display:block}
.shop-price-filter{padding:8px 11px 9px;border:1px solid #d3dfd7;border-radius:12px;background:#fbfcfb}.shop-price-values{display:flex;justify-content:space-between;gap:12px;color:#315747;font-size:.72rem;font-weight:800}.shop-price-ranges{--price-start:0%;--price-end:100%;position:relative;height:26px;margin-top:1px}.shop-price-ranges:before,.shop-price-ranges:after{content:"";position:absolute;top:11px;height:4px;border-radius:999px;pointer-events:none}.shop-price-ranges:before{left:0;right:0;background:#d8e2dc}.shop-price-ranges:after{left:var(--price-start);right:calc(100% - var(--price-end));background:#0a5a3f}.shop-price-ranges input[type=range]{position:absolute;inset:0;width:100%;height:26px;margin:0;padding:0;border:0;background:transparent;appearance:none;-webkit-appearance:none;pointer-events:none}.shop-price-ranges input[type=range]::-webkit-slider-runnable-track{height:4px;background:transparent;border:0}.shop-price-ranges input[type=range]::-webkit-slider-thumb{width:18px;height:18px;margin-top:-7px;border:2px solid #fff;border-radius:50%;background:#0a5a3f;box-shadow:0 1px 4px rgba(9,67,46,.3);appearance:none;-webkit-appearance:none;pointer-events:auto;cursor:grab}.shop-price-ranges input[type=range]::-moz-range-track{height:4px;background:transparent;border:0}.shop-price-ranges input[type=range]::-moz-range-progress{height:4px;background:transparent}.shop-price-ranges input[type=range]::-moz-range-thumb{width:14px;height:14px;border:2px solid #fff;border-radius:50%;background:#0a5a3f;box-shadow:0 1px 4px rgba(9,67,46,.3);pointer-events:auto;cursor:grab}.shop-price-ranges input[type=range]:focus-visible::-webkit-slider-thumb{outline:3px solid rgba(10,90,63,.22);outline-offset:2px}.shop-price-ranges input[type=range]:focus-visible::-moz-range-thumb{outline:3px solid rgba(10,90,63,.22);outline-offset:2px}.shop-price-ranges input[type=range]:disabled::-webkit-slider-thumb,.shop-price-ranges input[type=range]:disabled::-moz-range-thumb{cursor:default;opacity:.55}
.shop-results-bar{display:flex;align-items:center;gap:16px;min-height:26px}.shop-filter-summary{display:flex;flex-wrap:wrap;gap:7px;min-width:0}.shop-filter-summary:empty{display:none}.shop-filter-pill{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;background:#edf4ef;color:#345b49;font-size:.75rem;font-weight:760}
.shop-products-wrap{margin-top:20px}.page-shop .product-grid{margin-top:0;scroll-margin-top:92px}.page-shop .product-grid.is-empty{display:block;grid-auto-flow:initial;grid-auto-rows:auto}.page-shop .empty-state{grid-column:1/-1}.page-shop .product-grid.is-empty>.empty-state{min-height:220px;padding:38px 26px}.shop-load-error{display:grid;justify-items:start;gap:12px}
.shop-pagination{display:flex;justify-content:center;width:100%;margin:22px 0 0}.shop-pagination[hidden]{display:none!important}.shop-pagination-track,.shop-pagination-pages{display:flex;align-items:center;justify-content:center;gap:8px}.shop-pagination button{display:inline-grid;place-items:center;min-width:42px;height:42px;padding:0 12px;border:1px solid #cad8cf;border-radius:11px;background:#fff;color:#174b38;font:inherit;font-size:.9rem;font-weight:800;line-height:1;cursor:pointer;box-shadow:0 5px 14px rgba(12,64,44,.04)}.shop-pagination button:hover:not(:disabled){border-color:#0a5a3f;background:#eef5f0}.shop-pagination button[aria-current=page]{border-color:#0a5a3f;background:#0a5a3f;color:#fff;box-shadow:none}.shop-pagination button:disabled{cursor:default;opacity:.38}.shop-pagination-arrow{padding:0;font-size:1.15rem}
.shop-promo-slot{position:relative;margin-top:20px;padding:14px;border:1px solid #d5e0d9;border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(12,64,44,.05)}.shop-promo-slot[hidden]{display:none!important}.shop-promo-label{position:absolute;right:12px;top:8px;color:#7a8780;font-size:.64rem;font-weight:780;text-transform:uppercase;letter-spacing:.08em}.shop-promo-items{display:flex;align-items:center;justify-content:center;gap:18px;min-height:70px;overflow:hidden}.shop-promo-slot--banner .shop-promo-items a{display:block;width:100%}.shop-promo-slot--banner img{display:block;width:100%;max-height:150px;object-fit:contain}.shop-promo-slot--logos{margin-top:0;margin-bottom:28px}.shop-promo-slot--logos .shop-promo-items{flex-wrap:wrap}.shop-promo-slot--logos img{display:block;width:auto;max-width:180px;max-height:56px;object-fit:contain}
.shop-service{padding:16px 0 clamp(36px,4vw,52px)}.shop-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.shop-service-grid article{padding:20px;border:1px solid #d7e1da;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(12,64,44,.05)}.shop-service-grid strong{display:block;color:#0a4933}.shop-service-grid p{margin:7px 0 0;color:#66766e;font-size:.88rem;line-height:1.55}
@media(max-width:1100px){.shop-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-price-filter{grid-column:span 2}}
@media(max-width:760px){.shop-catalog-head .shop-page-title{font-size:1.62rem;line-height:1.08}.shop-catalog{padding:30px 0 18px}.shop-catalog-head{align-items:start;flex-direction:column;gap:12px;margin-bottom:16px}.shop-toolbar{padding:14px;border-radius:18px}.shop-search-row{grid-template-columns:1fr}.shop-search-submit,.shop-reset{width:100%}.shop-filter-grid{grid-template-columns:1fr 1fr}.shop-price-filter{grid-column:1/-1}.shop-products-wrap{margin-top:18px}.shop-pagination{margin-top:18px}.shop-pagination-track,.shop-pagination-pages{gap:7px}.shop-promo-slot{border-radius:16px}.shop-service{padding-top:12px}.shop-service-grid{grid-template-columns:1fr}}
@media(max-width:430px){.shop-catalog-head .shop-page-title{font-size:1.47rem;line-height:1.1}.shop-filter-grid{grid-template-columns:1fr}.shop-price-filter{grid-column:auto}.shop-price-values{font-size:.7rem}.shop-pagination-track,.shop-pagination-pages{gap:6px}.shop-pagination button{min-width:38px;height:38px;padding:0 10px;font-size:.85rem}.shop-pagination-arrow{font-size:1.05rem}}
