.shop-param-links{display:flex;flex-direction:column;gap:14px;margin:18px 0}.shop-param-links__row{display:flex;align-items:center;gap:18px}.shop-param-links__name{min-width:72px;font-weight:600;line-height:1.2}.shop-param-links__values{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.shop-param-links__item{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 18px;border:1px solid rgba(255,255,255,.35);border-radius:9px;background:rgba(255,255,255,.06);color:inherit;line-height:1;text-decoration:none;transition:border-color .2s ease,background .2s ease,opacity .2s ease}.shop-param-links__item:hover{text-decoration:none;border-color:currentColor}.shop-param-links__item.is-active{border-color:currentColor;background:rgba(255,255,255,.14);cursor:default}.shop-param-links__item.is-disabled{opacity:.35;cursor:not-allowed}.shop-param-links__item_color{width:34px;min-width:34px;height:34px;min-height:34px;padding:0;border-radius:50%}.shop-param-links__item_color .shop-param-links__caption{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.shop-param-links__color{display:block;width:22px;height:22px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.22)}@media (max-width:640px){.shop-param-links__row{align-items:flex-start;flex-direction:column;gap:8px}.shop-param-links__name{min-width:0}}