.kv-group,.kv-group.product-form__option-selector{background-color:#f7f8fa;border:none;border-radius:16px;padding:12px 14px;margin:0 0 12px}.kv-group__head{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.kv-group__label{display:flex;align-items:center;gap:6px;flex:1;min-width:0;padding:0;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--heading-font-family, var(--text-font-family, sans-serif))}.kv-group__name{font-size:20px;font-weight:700;line-height:1.4;color:#000;white-space:nowrap}.kv-group__value{font-size:20px;font-weight:700;line-height:1.4;color:var(--color-brand-orange, #f7a600);flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kv-group__arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;margin-left:auto;background-color:#fff;border-radius:50%;transition:transform .2s ease}.kv-group__arrow svg path{stroke:#5c5c5c}.kv-group.is-open .kv-group__arrow{transform:rotate(90deg)}.kv-group__body{display:none;padding-top:12px}.kv-group.is-open .kv-group__body{display:flex;gap:24px;align-items:flex-start}@media only screen and (min-width:1000px){.kv-group,.kv-group.product-form__option-selector{padding:14px 18px}.kv-group.is-open .kv-group__body{padding-top:12px;gap:18px}}.kv-info-switch{display:none;align-items:center;justify-content:center;min-width:18px;height:18px;color:#fff;background-color:var(--color-brand-orange, #f7a600);border-radius:50%;font-family:var(--text-font-family, sans-serif);font-weight:700;font-size:12px;line-height:1;cursor:pointer}.kv-preview{flex:0 0 120px;max-width:120px}.kv-preview__img{overflow:hidden}.kv-preview__img img{width:100%;height:auto;display:block}.kv-pill-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;align-content:start;gap:8px;flex:1;min-width:0;margin:0;padding:0}.kv-pill{min-width:0}.kv-pill{margin:0}.kv-group--storage .kv-pill--link{order:-1}.kv-group--linked .kv-pill--link{order:0}.kv-pill__item{position:relative;display:flex;width:100%;justify-content:center;align-items:center;gap:6px;min-height:36px;padding:4px 10px;font-family:jost-regular;font-size:15px;font-weight:400;line-height:1.2;color:#000;background-color:#fff;border:1px solid #d9d9d9;border-radius:100px;cursor:pointer;margin:0;text-decoration:none;white-space:nowrap;transition:border-color .15s ease,background-color .15s ease}.kv-pill__item:hover{border-color:#989898}.kv-konfigurator .kv-pill__item:before,.kv-konfigurator .kv-pill__item:after,.kv-konfigurator .kv-pill__radio:checked+.kv-pill__item:before,.kv-group--linked .kv-pill__item:before,.kv-group--linked .kv-pill__item:after,.kv-group--linked .kv-pill__radio:checked+.kv-pill__item:before{content:none!important}.kv-pill__thumb{display:none}@media only screen and (max-width:999px){.kv-pill__item.has-thumb{padding-left:6px}.kv-pill__thumb{display:block;width:26px;height:26px;min-width:26px;border-radius:50%;object-fit:contain;background:#fff}}.kv-pill__radio:checked+.kv-pill__item{background-color:#fff8df;border-color:var(--color-brand-orange, #f7a600);box-shadow:inset 0 0 0 1px var(--color-brand-orange, #f7a600);font-family:jost-bold}.kv-pill__text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;min-width:0;max-width:100%;overflow:hidden;white-space:normal;text-align:center;line-height:1.25}.kv-konfigurator .kv-pill__radio+.kv-pill__item:after,.kv-group--linked .kv-pill__radio+.kv-pill__item:after{content:""!important;display:inline-block;position:static;width:17px;height:17px;min-width:17px;margin-left:2px;background-color:transparent;border:none;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1.2 14.4-4.2-4.2 1.7-1.7 2.5 2.5 5.2-5.2 1.7 1.7-6.9 6.9z'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1.2 14.4-4.2-4.2 1.7-1.7 2.5 2.5 5.2-5.2 1.7 1.7-6.9 6.9z'/%3E%3C/svg%3E") center / contain no-repeat}.kv-konfigurator .kv-pill__radio:checked+.kv-pill__item:after,.kv-group--linked .kv-pill__radio:checked+.kv-pill__item:after{background-color:var(--color-brand-orange, #f7a600)}.kv-pill.is-disabled .kv-pill__item,.kv-pill__radio:disabled+.kv-pill__item{opacity:.5;pointer-events:none}.kv-popup{padding:0;border:none;width:90%;max-width:640px;background:#fff;border-radius:10px;box-shadow:0 10px 30px #0003}.kv-popup::backdrop{background:#00000080}.kv-popup__header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #ccc;font-family:var(--text-font-family, sans-serif);font-size:18px;font-weight:700}.kv-popup__close{background:none;border:none;font-size:26px;line-height:1;cursor:pointer;padding:0 0 0 16px}.kv-popup__content{padding:16px;display:flex;flex-direction:column;gap:16px}.kv-popup__row{display:flex;gap:16px;align-items:flex-start}.kv-popup__img img{max-width:160px;height:auto;border-radius:8px}.kv-popup__text{flex:1;font-family:var(--text-font-family, sans-serif);font-size:14px;line-height:1.6}@media only screen and (min-width:1200px){.kv-popup{max-width:900px}}#kvProgressOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;background:#ffffff73}#kvProgressOverlay.is-active{display:block}#kvProgressOverlay .kv-progress{position:absolute;top:0;left:0;right:0;height:3px;background:#00000014}#kvProgressOverlay .kv-progress__fill{width:0;height:100%;background:var(--color-brand-orange, #f7a600);transition:width .6s ease}@media only screen and (max-width:999px){.kv-group__name,.kv-group__value{font-size:16px}.kv-group.is-open .kv-group__body{flex-direction:column;align-items:stretch;gap:16px}.kv-pill-list{width:100%}.kv-preview{display:none}.kv-pill__item{min-height:34px;font-size:14px;padding:3px 12px}}
/*# sourceMappingURL=/cdn/shop/t/161/assets/konfigurator-variants.css.map */
