.plate-shop-navigation { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 32px; padding: 14px 20px; background: #171717; }
.plate-shop-navigation a { color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; }
.plate-shop-navigation a:hover { color: #ffd700; }
.plate-shop-navigation a:focus-visible { outline: 2px solid #ffd700; outline-offset: 4px; }
.pb-size-select { width: 100%; padding: 14px; border: 1px solid #aaa; border-radius: 6px; background: #fff; color: #171717; font: inherit; }
