*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased;background:#fff;color:#000}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}.home{display:flex;flex-direction:column;height:100dvh}.home--locked main{overflow:hidden}.shop-header{display:flex;align-items:center;justify-content:space-between;padding:16px;background-color:#fff;font-family:"Inter",sans-serif;border-bottom:1px solid #f5f5f5}.shop-header__home{position:relative;display:inline-flex;align-items:center;justify-content:center;border:none;background:rgba(0,0,0,0);color:#333;text-decoration:none}.shop-header__home svg{width:100%;height:100%;display:block}.shop-header__home{width:1.75rem;height:1.75rem}.shop-header__search{flex:1 1 auto;margin:0 1.25rem;position:relative;background:#f5f5f5;border-radius:20px;height:2.75rem;display:flex;align-items:center;padding-left:2.5rem;padding-right:16px}.shop-header__search-icon{position:absolute;left:.75rem;display:inline-flex;align-items:center;justify-content:center;color:#aeaeae}.shop-header__search-icon svg{width:1.25rem;height:1.25rem}.shop-header__input{width:100%;border:0;outline:0;background:rgba(0,0,0,0);color:#333;font-size:16px}.shop-header__input::placeholder{color:#aeaeae}.catalog{padding:.5rem 0 0 16px}.catalog__title{margin:.25rem 0 1rem 0;font-size:1.75rem;line-height:1.2;color:#333;font-weight:600}.breadcrumbs{padding:.75rem 0 .25rem 0}.breadcrumbs__item{display:inline-flex;align-items:center;gap:.25rem;color:#333;text-decoration:none;background:rgba(0,0,0,0);border:none}.breadcrumbs__item svg{width:1.5rem;height:1.5rem}.category-selector{display:flex;gap:.5rem;flex-wrap:nowrap;margin:.5rem 0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.125rem}.category-selector::-webkit-scrollbar{display:none}.category-chip{display:inline-flex;align-items:center;justify-content:center;padding:.375rem 1rem;border-radius:20px;background:rgba(0,0,0,0);border:1px solid #dcdcdc;color:#333;text-decoration:none;font-weight:600;white-space:nowrap;flex:0 0 auto}.catalog-list{padding:1.25rem 1rem 1rem 1rem}.product-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:.5rem}@media(min-width: 640px){.product-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 960px){.product-grid{grid-template-columns:repeat(4, 1fr)}}.product-empty{display:grid;justify-items:center;align-content:center;padding:1.5rem;background:#fff;border-radius:20px}.product-empty__img{width:100%;max-width:21.875rem;filter:saturate(0.95)}.product-empty__title{color:#333;font-weight:600;font-size:1.125rem}.product-empty__subtitle{color:#aeaeae}main{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}main::-webkit-scrollbar{display:none}.catalog-controls{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;padding-right:1rem}.control-btn{display:inline-flex;justify-content:space-between;align-items:center;gap:.375rem;height:2.5rem;padding:0 .75rem;border-radius:20px;background:#fff;border:1px solid #dcdcdc;color:#333;font-weight:400;text-decoration:none;cursor:pointer}.control-btn__icon svg{width:1.125rem;height:1.125rem}.control-btn--sort .control-btn__chevron svg{transform:rotate(-90deg)}.control-btn__text{display:inline-block;max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.control-btn__badge{margin-left:.125rem;min-width:1.375rem;height:1.375rem;padding:0 .375rem;border-radius:999px;background:#333;color:#fff;font-size:14px;line-height:1.375rem;text-align:center}.control-btn__chevron svg{width:1.125rem;height:1.125rem}.control-btn--sort{width:11.625rem}.sort{position:relative}.sort__menu{position:absolute;top:calc(100% + .5rem);left:0;width:100%;background:#fff;border:1px solid #dcdcdc;border-radius:20px;box-shadow:0 4px 14px rgba(0,0,0,.08);overflow:hidden;z-index:10}.sort__option{display:block;width:100%;text-align:left;padding:.75rem 1rem;background:#fff;color:#333;border:0}.sort__option--active{background:#000;color:#fff}.product-card{display:flex;flex-direction:column;border:1px solid #dcdcdc;border-radius:20px;background:#fff;overflow:hidden;text-decoration:none;cursor:pointer}.product-card__image{display:block;background:#fff}.product-card__image-placeholder{width:100%;height:auto;aspect-ratio:1/1}.product-card__info{padding:.75rem .875rem}.product-card__price-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.product-card__price{font-weight:600;color:#333}.product-card__buy{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .625rem;border:0;border-radius:12px;background:#333;color:#fff}.product-card__buy .icon-basket svg{width:1rem;height:1.125rem;display:block}.product-card__buy .icon-check svg{width:1rem;height:1.125rem;display:block}.product-card__buy .icon-check{display:none}.product-card__buy--added{background:#30c36b;color:#fff}.product-card__buy--added .icon-basket{display:none}.product-card__buy--added .icon-check{display:inline-block}.product-card__title{color:#333;font-size:14px;line-height:1.35}.drawer{position:fixed;inset:0;z-index:1000;pointer-events:none}.drawer__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.3);opacity:0;transition:opacity .25s ease}.product-drawer{position:absolute;top:0;right:0;height:100dvh;width:min(450px,100%);background:#fff;display:flex;flex-direction:column;box-shadow:-8px 0 24px rgba(0,0,0,.15);transform:translateX(100%);transition:transform .2s ease}.drawer--open{pointer-events:auto}.drawer--open .drawer__backdrop{opacity:1}.drawer--open .product-drawer{transform:translateX(0)}.drawer--left .product-drawer{left:0;right:auto;transform:translateX(-100%)}.drawer--left.drawer--open .product-drawer{transform:translateX(0)}.product-drawer__header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:1rem 1rem;border-bottom:1px solid #f5f5f5}.clear-cart-btn{display:inline-flex;align-items:center;justify-content:center;height:80%;padding:.375rem 1.125rem;border:0;border-radius:.625rem;background:#333;color:#f5f5f5;font-size:.875rem}.back-btn{display:inline-flex;align-items:center;justify-content:center;padding:.375rem 0;color:#333;border:none;background-color:rgba(0,0,0,0)}.back-btn svg{width:1.875rem;height:1.875rem}.product-drawer__title{text-align:center;font-weight:600;font-size:1.25rem;color:#333}.product-drawer__content{flex:1 1 auto;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;padding:1rem;background-color:#f5f5f5}.product-drawer__content::-webkit-scrollbar{display:none}.product-drawer__media{padding:0 0 0 0}.product-drawer__top{background:#fff;border-radius:20px;padding:1rem .75rem}.product-drawer__desc{margin-top:1rem;border-radius:20px;padding:.25rem .75rem}.product-drawer__image{width:100%;aspect-ratio:1/1;background:#fff;border-radius:20px}.product-drawer__price-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem;padding:0rem .5rem}.product-drawer__price{color:#333;font-weight:600;font-size:1.75rem;margin:0}.product-drawer__name{color:#333;margin:.375rem 0 0 0;font-weight:400;font-size:1.125rem;padding:0rem .5rem}.badge{display:inline-flex;align-items:center;padding:.375rem 1rem;border-radius:20px;font-weight:400}.badge--success{background:rgba(48,195,107,.1);color:#30c36b}.badge--outline{background:rgba(0,0,0,0);color:#000;border:1px solid #dcdcdc;font-size:.9375rem}.section-title{margin:0 0 .5rem 0;font-weight:600;color:#333}.specs{display:block}.specs__row{display:flex;justify-content:space-between;padding:0 0 .625rem 0;border-bottom:1px solid #f5f5f5}.specs__row:first-child{padding-top:.625rem}.specs__row dt{color:#333}.specs__row dd{color:#aeaeae}.description p{color:#333;margin-bottom:.5rem}.description ul{padding-left:1.125rem;color:#333}.description{color:#333;white-space:pre-line;letter-spacing:.0125rem}.divider{height:1px;background:#f5f5f5;margin:1rem 0}.product-drawer__cta{padding:1rem;border-top:1px solid #aeaeae;background:#f5f5f5}.cta-btn{width:100%;height:3rem;border:0;border-radius:31.25rem;background:#333;color:#fff;font-weight:600}.cta-btn:disabled{opacity:.8}.cta-btn--added{background:#30c36b}.cta-added{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.75rem}.cta-go{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;min-width:10rem;height:3rem;padding:0 1rem;border-radius:31.25rem;background:#30c36b;color:#fff;text-decoration:none;border:none}.cta-go__title{font-weight:600;text-align:center;line-height:1}.cta-go__subtitle{font-size:14px;opacity:.9;line-height:1}.cart{display:grid;gap:1rem}.cart__empty{display:grid;justify-items:center;align-content:center;padding:1.5rem;background:#fff;border-radius:20px}.cart__empty-img{filter:saturate(0.95)}.cart__empty-title{color:#333;font-weight:600;font-size:1.125rem}.cart__empty-subtitle{color:#aeaeae}.order-form{display:grid;gap:1rem}.filters{display:grid;gap:1rem}.filters__section{background:#fff;border-radius:20px;padding:.75rem 1rem;gap:1.25rem}.filters__group{display:grid}.filters__group+.filters__group{margin-top:1rem}.filters__group-other{margin-bottom:.25rem}.filters__title{margin:0 0 .5rem 0;color:#333;font-weight:600}.filters__breadcrumb{display:inline-flex;align-items:center;gap:.375rem;color:#333;border:none;background:rgba(0,0,0,0)}.filters__breadcrumb svg{width:1.125rem;height:1.125rem}.filters__list{list-style:none;margin:0;padding:0;display:grid}.filters__item{border-bottom:1px solid #f5f5f5}.filters__item:last-child{border-bottom:0}.filters__link{width:100%;text-align:left;background:rgba(0,0,0,0);border:0;padding:.75rem 0;display:flex;justify-content:space-between;align-items:center;color:#333}.filters__item:last-child .filters__link{padding-bottom:0}.filters__chevron{display:inline-flex}.filters__chevron svg{width:1.25rem;height:1.25rem}.filters__nums{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.5rem}.filters__num{width:100%;padding:.5rem .75rem;border:1px solid #aeaeae;border-radius:.75rem}.range{position:relative;height:1.75rem;margin:.25rem .625rem 0rem .625rem}.range__track{position:absolute;top:50%;left:0;right:0;height:.25rem;background:#aeaeae;border-radius:.25rem;transform:translateY(-50%)}.range__bar{position:absolute;top:50%;height:.25rem;background:#333;border-radius:.25rem;transform:translateY(-50%);left:0;right:0}.range__thumb{position:absolute;top:50%;width:1.25rem;height:1.25rem;border-radius:50%;background:#333;transform:translate(-50%, -50%);cursor:grab;z-index:1}.range__thumb:active{cursor:grabbing}.filters__inputs{display:grid;gap:.5rem;padding-top:.25rem}.checkbox{display:flex;align-items:center;gap:.625rem}.checkbox input{width:1.125rem;height:1.125rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;border:.0625rem solid #333;border-radius:.25rem;background:#fff;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.checkbox input:checked{background:#333;border-color:#333;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17l-5-5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:.75rem .75rem}.checkbox input:focus-visible{outline:none;box-shadow:0 0 0 .1875rem rgba(0,0,0,.15)}.checkbox__label{color:#333}.form-group{display:grid;gap:.25rem}.form-label{color:#333;font-weight:400;margin-left:.25rem}.form-input{width:100%;padding:.625rem .875rem;border:1px solid #aeaeae;border-radius:.75rem;background:#fff;color:#000}.form-fieldset{margin:0;padding:0;border:0;display:grid;gap:.375rem}.form-legend{margin:0 0 .375rem 0;color:#333;font-weight:600}.radio{display:flex;align-items:center;gap:.625rem}.radio input{width:1.125rem;height:1.125rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;border:.0625rem solid #333;border-radius:50%;background:#fff;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.radio input:checked{background:#333;border-color:#333}.radio input:focus-visible{outline:none;box-shadow:0 0 0 .1875rem rgba(0,0,0,.15)}.radio__label{color:#333}.cart__list{display:grid;gap:.75rem}.cart-item{display:grid;grid-template-columns:5.5rem 1fr auto;gap:.75rem;align-items:center;padding:.75rem;border-radius:20px;background:#fff;box-shadow:0 0 .0625rem rgba(0,0,0,.02)}.cart-item__media{width:5.5rem;border-radius:20px;overflow:hidden}.cart-item__image{width:100%;aspect-ratio:1/1;border-radius:20px;object-fit:cover;background:#f5f5f5;display:block;border:0}.cart-item__main{align-self:stretch;display:flex;flex-direction:column;align-content:center;justify-content:center}.cart-item__info{display:grid}.cart-item__title{color:#333;font-weight:600}.cart-item__retail{color:#aeaeae;font-size:14px}.cart-item__controls{margin-top:.25rem;display:flex;width:100%;grid-auto-flow:column;justify-content:space-between;align-items:center;gap:.5rem}.cart-item__controls .qty__btn{height:2.125rem !important}.cart-item__remove-btn{display:inline-flex;align-items:center;justify-content:center;aspect-ratio:1/1;height:100%;border:0;border-radius:.75rem;color:#f5f5f5;background:#333}.cart-item__remove-btn svg{padding:.125rem}.cart-item__price{white-space:nowrap;flex-grow:1;text-align:right}.cart-item__price-value{font-size:1.25rem;font-weight:600;color:#333}.cart-item__price-currency{margin-left:.25rem;color:#333}.cart__summary{padding:.25rem .75rem;margin-bottom:.75rem}.cart__row{display:flex;justify-content:space-between;align-items:center}.cart__label{color:#333}.cart__value{color:#333}.cart__price{font-size:1.25rem;font-weight:600}.header-cart{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-right:.375rem;cursor:pointer;color:#333;text-decoration:none;width:1.5rem;height:1.5rem}.header-cart svg{width:100%;height:100%;display:block}.header-cart__badge{position:absolute;top:-0.5rem;right:-0.5rem;min-width:1.125rem;height:1.125rem;padding:0 .25rem;border-radius:999px;background:#000;color:#fff;font-size:14px;line-height:1.125rem;text-align:center;font-weight:600}.qty{display:inline-flex;align-items:center;justify-content:start;min-width:7.625rem;background:#fff}.qty__btn{display:inline-flex;align-items:center;justify-content:center;height:2.5rem;aspect-ratio:1/1;padding:.5rem;border:0;border-radius:.75rem;background:#333;color:#fff}.qty__btn:disabled{background:#aeaeae}.qty__count{min-width:2.75rem;text-align:center;color:#333}body{overflow:hidden;font-family:"Inter",sans-serif}body button{cursor:pointer}.valid.modified:not([type=checkbox]){outline:1px solid #26b050}.invalid{outline:1px solid red}.validation-message{color:red}#blazor-error-ui{background:#ffffe0;bottom:0;box-shadow:0 -1px 2px rgba(0,0,0,.2);display:none;left:0;padding:.6rem 1.25rem .7rem 1.25rem;position:fixed;width:100%;z-index:1000}#blazor-error-ui .dismiss{cursor:pointer;position:absolute;right:.75rem;top:.5rem}.blazor-error-boundary{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem,#b32121;padding:1rem 1rem 1rem 3.7rem;color:#fff}.blazor-error-boundary::after{content:"An error has occurred."}code{color:#c02d76}
