.image-wrapper{position:relative;overflow:hidden}.image-wrapper [x-ref=placeholder]{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.image-wrapper [x-ref=img]{position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.image-wrapper.loaded [x-ref=img]{opacity:1}.btn-primary,.btn-light,.btn-dark{display:inline-flex;position:relative;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-size:var(--smaller-text-size-4)}.btn-primary>svg,.btn-light>svg,.btn-dark>svg{width:1.5rem;height:1.5rem}.btn-xs{gap:.25rem;padding:.125rem .625rem}.btn-sm{padding:.375rem 1rem}.btn-lg{padding:.875rem 2rem}.btn-xl{padding:1.125rem 2.5rem}.btn-xs>svg,.btn-sm>svg{width:1rem;height:1rem}.btn--icon{justify-content:center;align-items:center;padding:0!important;width:2.5rem;height:2.5rem}.btn--icon.btn-xs{width:1.5rem;height:1.5rem}.btn--icon.btn-sm{width:2rem;height:2rem}.btn--icon.btn-lg{width:3rem;height:3rem}.btn--icon.btn-xl{width:3.5rem;height:3.5rem}.btn-primary:focus-visible,.btn-light:focus-visible,.btn-dark:focus-visible{outline:none;box-shadow:0 0 0 4px #bfdbfe}.btn-dark.btn-filled{--btn-bg: rgb(0, 0, 0);--btn-bg-hover: rgba(0, 0, 0, .8);--btn-bg-active: rgba(0, 0, 0, .6);--btn-text: rgb(255, 255, 255)}.btn-light.btn-filled{--btn-bg: rgb(255, 255, 255);--btn-bg-hover: rgba(255, 255, 255, .8);--btn-bg-active: rgba(255, 255, 255, .6);--btn-bg: rgba(255, 255, 255, .6);--btn-text: rgb(0, 0, 0)}.btn-primary.btn-filled{--btn-bg: #e5d7c3;--btn-bg-hover: #d4bc9d;--btn-bg-active: #c19c76;--btn-text: rgb(0, 0, 0)}.btn-filled{transition:all .2s ease;background:var(--btn-bg);color:var(--btn-text);font-weight:600}.btn-filled:disabled{opacity:.4}.btn-filled:active{background:var(--btn-bg-active)}.btn-dark.btn-ghost{--btn-color: rgb(0, 0, 0)}.btn-light.btn-ghost{--btn-color: rgb(255, 255, 255)}.btn-primary.btn-ghost{--btn-color: #714c3b}.btn-ghost{transition:all .2s ease;color:var(--btn-color)}.btn-ghost:disabled{display:none}.btn-ghost:active{background-color:rgb(var(--text-color) / .1)}.btn-loader{visibility:hidden}[data-loading=true]>.btn-loader{visibility:visible}[data-loading=true]>*:not(.btn-loader){visibility:hidden}.checkbox{display:inline-flex;align-items:center;gap:.5rem}.checkbox .checkbox__indicator{display:flex;justify-content:center;align-items:center;margin:0;border:2px solid #737373;border-radius:.25rem;background-color:transparent;width:1rem;height:1rem;color:#737373}.checkbox[data-checked=true] .checkbox__indicator{border-color:#262626;color:#262626!important}.checkbox:hover .checkbox__indicator{border-color:#262626;background:#f0f0f0;color:#262626}.checkbox:disabled .checkbox__indicator{border-color:#a3a3a3;background:#f0f0f0;color:#a3a3a3}.checkbox .checkbox__indicator>svg{fill:currentColor;display:none}.checkbox[data-checked=true] .checkbox__indicator>svg{display:block}.toast__container{display:block;position:fixed;z-index:9999;width:100%;max-width:25rem}@media (max-width: 640px){.toast__container{max-width:none}}.toast__container.top-right{top:0;right:0}@media (min-width: 640px){.toast__container.top-right{margin-top:1.5rem;margin-right:1.5rem}}.toast__container.top-left{top:0;left:0}@media (min-width: 640px){.toast__container.top-left{margin-top:1.5rem;margin-left:1.5rem}}.toast__container.top-center{top:0;left:50%;transform:translate(-50%)}@media (min-width: 640px){.toast__container.top-center{margin-top:1.5rem}}.toast__container.bottom-right{right:0;bottom:0}@media (min-width: 640px){.toast__container.bottom-right{margin-right:1.5rem;margin-bottom:1.5rem}}.toast__container.bottom-left{bottom:0;left:0}@media (min-width: 640px){.toast__container.bottom-left{margin-bottom:1.5rem;margin-left:1.5rem}}.toast__container.bottom-center{bottom:0;left:50%;transform:translate(-50%)}@media (min-width: 640px){.toast__container.bottom-center{margin-bottom:1.5rem}}.toast__item{position:absolute;transition:all .3s ease-out;width:100%;-webkit-user-select:none;user-select:none}@media (min-width: 640px){.toast__item{max-width:25rem}}.toast__item--success{--toast-color: #047857}.toast__item--info{--toast-color: #1d4ed8}.toast__item--warning{--toast-color: #fbbf24}.toast__item--danger{--toast-color: #b91c1c}.toast__content{display:flex;position:relative;flex-direction:column;align-items:flex-start;transition:all .3s ease-out;box-shadow:0 4px 3px #0000001a,0 10px 8px #0000000a;border:1px solid #f3f4f6;background:#fff;width:100%;overflow:hidden}@media (min-width: 640px){.toast__content{border-radius:.375rem;max-width:25rem}}.toast__content p{margin:0}.toast__message-wrapper{display:flex;position:relative;align-items:stretch;color:#262626}.toast__header{display:flex;padding:1rem 0rem 1rem 1rem}.toast__icon{margin-right:.5rem;width:1.5rem;height:1.5rem}.toast__message-content{display:flex;flex-direction:column;justify-content:center;gap:.375rem;padding:1rem 1rem 1rem 0rem}.toast__message{color:#262626;font-size:.875rem;line-height:20px}.toast__description{opacity:.7;font-size:.75rem;line-height:1}.toast__description--with-icon{padding-left:1.25rem}.toast__close-button{position:absolute;right:0;opacity:0;margin-right:.625rem;border-radius:.125rem}.toast__close-button--centered{top:50%;transform:translateY(-50%)}.toast__close-button--top{top:0;margin-top:.625rem}.toast__item--stroke .toast__content{border:1px solid var(--toast-color)}.toast__item--accent .toast__header,.toast__item--hero .toast__header{background-color:var(--toast-color)}.toast__item--accent .toast__icon{display:none}.toast__item--accent .toast__message-content,.toast__item--hero .toast__message-content{padding-left:1rem}.toast__item--hero .toast__header{padding:1rem;color:#fff}.toast__item--hero.toast__item--warning .toast__header{color:#000}.toast__item--hero .toast__icon{margin-right:0}.toast__item--visible .toast__close-button{opacity:1}.toast__item--hidden .toast__close-button,.toast__content--entering{opacity:0}.toast__content--entering-bottom{transform:translateY(100%)}.toast__content--entering-top{transform:translateY(-100%)}.toast__content--visible{transform:translateY(0);opacity:1}.toast__content--exiting{opacity:0}.toast__content--exiting-bottom{transform:translateY(100%)}.toast__content--exiting-top{transform:translateY(-100%)}.alert-dialog{animation:alert-dialog-show .3s ease}.alert-dialog .modal__window{animation:alert-dialog-window-show .15s ease-out}@keyframes alert-dialog-show{0%{opacity:0}to{opacity:1}}@keyframes alert-dialog-window-show{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.alert-dialog .modal__window{display:flex;max-width:400px;height:auto;min-height:0}.alert-dialog .modal__window>h2{position:absolute;top:1.7rem;left:1.25rem}.alert-dialog .modal__actions{display:flex;flex-direction:row;justify-content:flex-end;gap:.5rem}.ellipsis-loader{display:flex;position:absolute;top:50%;left:50%;justify-content:center;align-items:center;transform:translate(-50%,-50%)}.ellipsis-loader .dot{opacity:.7;margin:2px;border-radius:100%;background-color:currentColor;width:6px;height:6px}.ellipsis-loader .dot:nth-child(1){animation:nudge 1s infinite}.ellipsis-loader .dot:nth-child(2){animation:nudge 1s infinite;animation-delay:.1s}.ellipsis-loader .dot:nth-child(3){animation:nudge 1s infinite;animation-delay:.2s}@keyframes nudge{0%,80%{transform:translate(0)}40%{transform:translateY(-6px)}}custom-select[data-disabled=true]{opacity:.5;pointer-events:none}@keyframes spin{to{transform:rotate(360deg)}}.loader{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;overflow:hidden}.loader .icon{animation:spin 1s linear infinite;width:40px;height:40px}.custom-select__option--disabled{opacity:.5;cursor:default;padding:9px 15px;pointer-events:none}.custom-select__option--disabled>em{flex-shrink:0;margin-inline-start:auto;padding-inline-start:1em;font-style:normal}
/*# sourceMappingURL=/cdn/shop/t/5/assets/main.components.css.map */
