#product .sk-capacity { margin: 20px 0 24px; }
#product .sk-capacity__label { margin: 0 0 9px; color: #526171; font-size: 14px; font-weight: 600; }
#product .sk-capacity__options { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
#product .sk-capacity__options li { margin: 0; padding: 0; }
#product .sk-capacity__option { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 15px; border: 1px solid #cadce5; border-radius: 4px; background: #fff; color: #30546b; font-size: 13px; font-weight: 600; line-height: 1.4; text-decoration: none; white-space: nowrap; }
#product a.sk-capacity__option:hover { color: #1679a5; border-color: #6ec1e4; background: #f0f8fc; }
#product .sk-capacity__option.is-current { color: #12394c; background: #6ec1e4; border-color: #6ec1e4; }
#product a.sk-capacity__option:focus-visible { outline: 2px solid #1679a5; outline-offset: 3px; }
