.select-product-catalog{max-width:1200px;margin:24px 0;padding:clamp(18px,3vw,30px);border:1px solid #e9c66c66;border-radius:16px;background:linear-gradient(145deg,#0b2238,#06131f)}
.select-product-catalog[hidden]{display:none}
.select-product-catalog>header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px}
.select-product-catalog header small{color:#e9c66c;font-weight:950;letter-spacing:.14em}
.select-product-catalog h3{margin:6px 0 7px;font:clamp(1.45rem,3vw,2.5rem) Georgia}
.select-product-catalog header p{max-width:780px;margin:0;color:#b7c7d7;line-height:1.55}
.select-product-catalog header>b{display:grid;place-items:center;width:52px;height:52px;flex:0 0 auto;border-radius:50%;background:#e9c66c;color:#06111f;font-size:1.2rem}
.select-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.select-product-grid article{display:flex;min-height:190px;flex-direction:column;padding:17px;border:1px solid #34516d;border-radius:12px;background:#071827}
.select-product-grid article>span{color:#e9c66c;font-size:.75rem;font-weight:950;letter-spacing:.12em}
.select-product-grid h4{margin:13px 0;font-size:1.05rem;line-height:1.35}
.select-product-grid p{margin:0 0 14px;color:#aebfd0;font-size:.82rem;line-height:1.45}
.select-product-grid strong{display:block;margin-top:auto;padding-top:12px;border-top:1px solid #29445d;color:#e9c66c;font-size:.72rem;letter-spacing:.07em}
.select-product-grid button{margin-top:auto;padding:10px;border:1px solid #405b73;border-radius:7px;background:#102437;color:#91a6b9;font-weight:900}
.select-product-grid a{display:block;margin-top:12px;padding:11px;border:1px solid #e9c66c;border-radius:7px;background:#e9c66c;color:#06111f;text-align:center;text-decoration:none;font-size:.82rem;font-weight:950}
.select-product-grid a:hover,.select-product-grid a:focus-visible{background:#fff0b5;outline:3px solid #ffffff44;outline-offset:2px}
.select-market{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px;padding:14px 16px;border:1px solid #34516d;border-radius:10px;background:#06131f}
.select-market span{font-weight:900;color:#e9c66c}
.select-market select{min-height:44px;max-width:100%;padding:8px 34px 8px 12px;border:1px solid #55718a;border-radius:7px;background:#0b2943;color:#fff;font:inherit;font-weight:800}
.select-category-grid button.active{border-color:#e9c66c;box-shadow:inset 0 0 0 1px #e9c66c55}
@media(max-width:920px){.select-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.select-product-catalog>header,.select-market{align-items:stretch;flex-direction:column}.select-product-grid{grid-template-columns:1fr}.select-product-grid article{min-height:150px}.select-market select{width:100%}}
.select-collapse-bar{display:flex;justify-content:flex-end;margin:-8px -8px 12px}.select-collapse-bar button,.select-close-bottom{min-height:44px;padding:10px 16px;border:1px solid #e9c66c;border-radius:999px;background:#e9c66c;color:#06111f;font-weight:950;letter-spacing:.06em;cursor:pointer}.select-close-bottom{display:block;margin:22px auto 0}.select-category-grid button{position:relative;padding-right:42px;cursor:pointer}.select-category-grid button::after{content:'+';position:absolute;right:16px;width:18px;text-align:center;color:#e9c66c;font-size:1.45rem;font-weight:900}.select-category-grid button.active::after{content:'−'}
@media(max-width:520px){.select-collapse-bar{position:sticky;top:8px;z-index:5}.select-collapse-bar button{box-shadow:0 6px 20px #000b}}
