.input-container{width:100%;position:relative;margin:0 0 4px;display:flex;flex-direction:column;gap:8px}.input-container.no-icon .input-icon{display:none}.input-container.no-icon input,.input-container.no-icon select,.input-container.no-icon textarea,.input-container.no-icon .custom-select__trigger{padding-left:16px}.input-container .input-icon{position:absolute;top:50%;left:15px;transform:translateY(-50%);width:20px;height:20px;color:rgb(var(--color-primary-dark));display:flex;align-items:center;justify-content:center}.input-container input,.input-container select,.input-container textarea,.input-container .custom-select__trigger{width:100%;height:48px;padding:10px 16px 10px 44px;border-radius:8px;border:1px solid rgb(var(--color-neutral-grey-500));background:rgb(var(--color-neutral-white));color:var(--color-neutral-black);font-size:16px;font-weight:400;line-height:140%;font-family:var(--font-body-family);transition:border-color .2s ease}:is(.input-container input,.input-container select,.input-container textarea,.input-container .custom-select__trigger).no-icon{padding-left:16px}:is(.input-container input,.input-container select,.input-container textarea,.input-container .custom-select__trigger):focus{border-color:rgb(var(--color-primary-base));border-width:2px;outline:none}.input-container select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2 5L8 11L14 5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px 16px;padding-right:44px}.input-container .required-text{display:none;align-items:center;margin-top:4px;color:rgb(var(--color-semantic-error));font-size:var(--font-body-sm-size);font-style:normal;font-weight:400;line-height:130%}.input-container.has-error .required-text{display:flex}.input-container.has-error input,.input-container.has-error select,.input-container.has-error textarea,.input-container.has-error .custom-select__trigger{border-color:rgb(var(--color-semantic-error))}.custom-select{position:relative}.custom-select__trigger{display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;background:rgb(var(--color-neutral-white))}.custom-select__label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__label.is-placeholder{color:rgb(var(--color-neutral-grey-500))}.custom-select__chevron{flex-shrink:0;width:16px;height:16px;transition:transform .2s ease}.custom-select.open .custom-select__chevron{transform:rotate(180deg)}.custom-select__dropdown{display:none;position:absolute;top:100%;left:0;width:100%;margin-top:4px;border-radius:var(--style-border-radius-inputs, 8px);box-shadow:0 0 20px #0e0e2c14;overflow:hidden;z-index:4}.custom-select.open .custom-select__dropdown{display:block}.custom-select--autocomplete{position:absolute;left:0;top:0;width:100%;z-index:20}.custom-select--autocomplete .custom-select__dropdown{position:static;display:block;margin-top:0}.custom-select__options{display:flex;flex-direction:column;max-height:308px;overflow-y:auto}.custom-select__option{display:flex;align-items:center;width:100%;height:48px;padding:10px 16px;background:rgb(var(--color-neutral-white));border:none;border-bottom:1px solid rgb(var(--color-neutral-grey-300));font-family:var(--font-body-family);font-size:16px;font-weight:400;line-height:140%;color:rgb(var(--color-neutral-grey-text));text-align:left;cursor:pointer}.custom-select__option:last-child{border-bottom:none}.custom-select__option:hover{background:rgb(var(--color-neutral-grey-100))}.custom-select__option.selected{color:rgb(var(--color-primary-base));font-weight:500}.custom-select--autocomplete .custom-select__options{max-height:320px}.custom-select--autocomplete .custom-select__option{min-height:48px;height:auto;align-items:flex-start;padding-top:12px;padding-bottom:12px;white-space:normal;line-height:1.35}.custom-select--autocomplete .custom-select__option[data-place-id]{gap:0}input[type=radio]{appearance:none;-webkit-appearance:none;width:24px;height:24px;border:1px solid rgb(var(--color-neutral-grey-500));border-radius:50%;background-color:rgb(var(--color-neutral-white));cursor:pointer;transition:border-color .2s ease,background-color .2s ease;flex-shrink:0}input[type=radio]:hover{border-color:rgb(var(--color-primary-base))}input[type=radio]:checked{background:rgb(var(--color-primary-base));box-shadow:inset 0 0 0 3px rgb(var(--color-neutral-white))}input[type=radio]:focus{outline:none}input[type=radio]:disabled{border-color:rgb(var(--color-neutral-grey-300));background-color:rgb(var(--color-neutral-grey-100));cursor:not-allowed}textarea{min-height:75px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/input.css.map */
