.buyer-type-toggle{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.4rem;font-size:14px;font-weight:500;color:currentColor;background:transparent;border:1px solid rgba(var(--color-foreground),.2);border-radius:var(--buttons-radius, 4px);cursor:pointer;transition:all .2s ease;white-space:nowrap}.buyer-type-toggle:hover{background:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.4)}.buyer-type-toggle__icon{width:18px;height:18px;flex-shrink:0}.buyer-type-toggle[data-current-type=company]{background:rgba(var(--color-foreground),.08)}.buyer-type-toggle--icon-link{padding:0;gap:8px;border:none;background:transparent;font-size:14px;text-transform:none}.buyer-type-toggle--icon-link:hover{background:transparent;border:none;opacity:.7}.buyer-type-toggle--icon-link .buyer-type-toggle__icon{width:22px;height:22px}.buyer-type-toggle--icon-link .buyer-type-toggle__text{display:inline}.account-button--bordered{width:4.8rem;height:4.8rem;border-radius:50%;border:.2rem solid rgba(var(--color-border),var(--color-border-alpha, 1))}@media(max-width:639px){.account-button--bordered{width:2.4rem;height:2.4rem;border:none}}.header-locale{position:relative;z-index:10}.header-locale__button{width:2.4rem;height:2.4rem;padding:0;border:none;background:transparent;color:currentColor;cursor:pointer;border-radius:50%;transition:opacity .2s}.header-locale__button:hover{opacity:.7}.header-locale__button .header-locale__flag{width:24px!important;height:24px!important}@media(min-width:640px){.header-locale__button{width:4.8rem;height:4.8rem;border:.2rem solid rgba(var(--color-border),var(--color-border-alpha, 1))}.header-locale__button .header-locale__flag{width:32px!important;height:32px!important}}.header-locale__dropdown{position:absolute;top:100%;right:0;margin-top:8px;padding:12px 0;min-width:280px;background:rgb(var(--color-background));border-radius:var(--blocks-radius, 8px);box-shadow:0 8px 24px #00000026;border:1px solid rgba(var(--color-foreground),.1)}.header-locale__dropdown[hidden]{display:none}.header-locale__section{padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid rgba(var(--color-foreground),.08)}.header-locale__section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.header-locale__label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:rgba(var(--color-foreground),.45);padding:4px 16px 8px}.header-locale__form{margin:0}.header-locale__list{list-style:none;margin:0;padding:0;max-height:260px;overflow-y:auto}.header-locale__item{margin:0}.header-locale__option{display:flex;align-items:center;gap:10px;width:100%;padding:8px 16px;border:none;background:transparent;color:currentColor;font-size:14px;text-align:left;cursor:pointer;transition:background .15s}.header-locale__option:hover{background:rgba(var(--color-foreground),.05)}.header-locale__item--active .header-locale__option{font-weight:600}.header-locale__option .f-country-flags{--flag-size: 20px}.header-locale__option-text{flex:1}.header-locale__option-currency{font-size:12px;color:rgba(var(--color-foreground),.5)}.header-locale__check{width:16px;height:16px;color:rgb(var(--color-button));flex-shrink:0}.buyer-type-toggle__icon--company{display:none}.buyer-type-toggle__icon--private,.buyer-type-toggle[data-current-type=company] .buyer-type-toggle__icon--company{display:block}.buyer-type-toggle[data-current-type=company] .buyer-type-toggle__icon--private{display:none}.buyer-type-toggle--icon-link[data-current-type=company]{background:transparent}.buyer-type-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem}.buyer-type-modal[hidden]{display:none}.buyer-type-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.buyer-type-modal__content{position:relative;width:100%;max-width:420px;max-height:calc(100vh - 2rem);overflow-y:auto;background:rgb(var(--color-background));border-radius:var(--blocks-radius, 8px);box-shadow:0 20px 40px #0003;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.buyer-type-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(var(--color-foreground),.1)}.buyer-type-modal__title{margin:0;font-size:20px;font-weight:600}.buyer-type-modal__close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;background:transparent;border:none;border-radius:50%;cursor:pointer;color:currentColor;transition:background .2s}.buyer-type-modal__close:hover{background:rgba(var(--color-foreground),.1)}.buyer-type-modal__close svg{width:20px;height:20px}.buyer-type-modal__body{padding:1.5rem}.buyer-type-modal__footer{display:flex;gap:.75rem;padding:1rem 1.5rem 1.5rem}.buyer-type-modal__footer .btn{flex:1}.buyer-type-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.buyer-type-option{position:relative;display:flex;align-items:center;gap:.75rem;padding:1rem;background:rgba(var(--color-foreground),.03);border:2px solid transparent;border-radius:var(--blocks-radius, 8px);cursor:pointer;transition:all .2s}.buyer-type-option:hover{background:rgba(var(--color-foreground),.06)}.buyer-type-option:has(input:checked){background:rgba(var(--color-button),.08);border-color:rgb(var(--color-button))}.buyer-type-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.buyer-type-option__radio{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid rgba(var(--color-foreground),.3);border-radius:50%;flex-shrink:0;transition:all .2s}.buyer-type-option:has(input:checked) .buyer-type-option__radio{border-color:rgb(var(--color-button))}.buyer-type-option__radio:after{content:"";width:10px;height:10px;background:rgb(var(--color-button));border-radius:50%;transform:scale(0);transition:transform .2s}.buyer-type-option:has(input:checked) .buyer-type-option__radio:after{transform:scale(1)}.buyer-type-option__icon{width:24px;height:24px;color:rgba(var(--color-foreground),.6)}.buyer-type-option:has(input:checked) .buyer-type-option__icon{color:rgb(var(--color-button))}.buyer-type-option__content{flex:1}.buyer-type-option__label{display:block;font-size:16px;font-weight:600;margin-bottom:2px}.buyer-type-option__desc{font-size:14px;color:rgba(var(--color-foreground),.6)}.buyer-type-field{margin-bottom:1rem}.buyer-type-field[hidden]{display:none}.buyer-type-field__label{display:block;margin-bottom:8px;font-size:15px;font-weight:500}.buyer-type-field__input{width:100%;padding:12px 16px;font-size:16px;border:1px solid rgba(var(--color-foreground),.2);border-radius:var(--inputs-radius, 4px);background:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:border-color .2s}.buyer-type-field__input:focus{outline:none;border-color:rgb(var(--color-button))}.buyer-type-field__input::placeholder{color:rgba(var(--color-foreground),.4)}.buyer-type-field__hint{display:block;margin-top:6px;font-size:13px;color:rgba(var(--color-foreground),.5)}.buyer-type-field__warning{display:flex;align-items:flex-start;gap:8px;margin-top:8px;padding:12px;font-size:14px;color:#b45309;background:#fef3c7;border-radius:4px}.buyer-type-field__warning[hidden],.buyer-type-field__warning:empty{display:none}.buyer-type-field__warning svg{width:1rem;height:1rem;flex-shrink:0;margin-top:.125rem}.buyer-type-cart-info{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .75rem;padding:1.25rem 1.5rem;margin-bottom:1rem;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--blocks-radius, 8px);font-size:var(--font-body-size)}.buyer-type-cart-info__label{font-weight:500;color:rgba(var(--color-foreground),.65)}.buyer-type-cart-info__value{font-weight:600}.buyer-type-cart-info__org{color:rgba(var(--color-foreground),.7);font-size:calc(var(--font-body-size) * .9)}.buyer-type-cart-info__edit{margin-left:auto;padding:.5rem 1rem;font-size:calc(var(--font-body-size) * .9);font-weight:500;color:rgba(var(--color-foreground),.8);background:transparent;border:1px solid rgb(var(--color-button));border-radius:var(--buttons-radius, 4px);cursor:pointer;transition:all .2s}.buyer-type-cart-info__edit:hover{background:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground))}.vat-label{display:inline-flex;align-items:center;gap:.35rem;font-size:14px;color:rgba(var(--color-foreground),.7);margin-top:.25rem}.f-price+.vat-label,.product__tax .vat-label{margin-top:0}.vat-label__icon{width:16px;height:16px;cursor:help}.vat-label__tooltip{position:relative}.vat-label__tooltip-text{position:absolute;bottom:100%;left:50%;transform:translate(-50%);padding:.5rem .75rem;margin-bottom:.5rem;font-size:.75rem;line-height:1.4;white-space:nowrap;color:#fff;background:#000000e6;border-radius:4px;opacity:0;visibility:hidden;transition:all .2s;pointer-events:none;z-index:10}.vat-label__tooltip:hover .vat-label__tooltip-text{opacity:1;visibility:visible}.price-with-vat{display:flex;flex-direction:column;gap:.125rem}.price-with-vat__amount{font-weight:600}.btn.loading{position:relative;color:transparent!important;pointer-events:none}.btn.loading:after{content:"";position:absolute;top:50%;left:50%;width:1.25rem;height:1.25rem;margin:-.625rem 0 0 -.625rem;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:btnLoading .6s linear infinite}@keyframes btnLoading{to{transform:rotate(360deg)}}@media(max-width:767px){.buyer-type-toggle{padding:.6rem 1rem;font-size:13px}.buyer-type-toggle__icon{width:16px;height:16px}.buyer-type-cart-info{flex-direction:column;align-items:flex-start}.buyer-type-cart-info__edit{margin-left:0;margin-top:.5rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/buyer-type.css.map */
