:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.c-button__container{transition:all .1s ease-in-out;position:relative}.c-button__container,.c-button__container:active,.c-button__container:hover{text-decoration:none}.c-button__container:not(.c-button--inline){align-items:stretch;display:inline-flex;justify-content:stretch}:not(.c-button--inline) .c-button__content{align-items:center;display:flex;flex:auto;justify-content:center}.c-button__icon{display:inline-flex;vertical-align:middle}.c-button__overlay{align-items:center;display:flex;justify-content:center;position:absolute;bottom:0;left:0;right:0;top:0;z-index:1}.c-button--inline,.c-button--inline .c-button__content,.c-button--inline .c-button__label{display:inline}.c-button--inside-input{position:absolute;top:50%;transform:translateY(-50%)}.c-button--disabled .c-button__overlay,.c-button--loading .c-button__overlay{pointer-events:none}.c-button--loading .c-button__spinner{width:1.2em;height:1.2em}.c-button--loading .c-button__icon,.c-button--loading .c-button__label{opacity:.3}.c-button--primary{height:3.25rem;min-width:3.25rem;text-align:center}.c-button--primary,.c-button--primary:active,.c-button--primary:hover{color:#fff}.c-button--primary .c-button__overlay:hover{background-color:hsla(0,0%,100%,.16)}.c-button--primary .c-button__overlay:active{background-color:rgba(0,0,0,.04)}.c-button--primary.c-button--disabled{background-color:#d2d9e1}.c-button--primary.c-button--inside-input{right:0}.c-button--primary .c-button__icon:first-child:not(:last-child),.c-button--primary .c-button__label:first-child{margin-left:1.25rem}.c-button--primary .c-button__icon:last-child:not(:first-child),.c-button--primary .c-button__label:last-child{margin-right:1.25rem}.c-button--secondary{background-color:#fff;border:.0625rem solid #d2d9e1;height:3.25rem;min-width:3.25rem;text-align:center}.c-button--secondary .c-button__overlay:hover{background-color:hsla(0,0%,100%,.32)}.c-button--secondary .c-button__overlay:active{background-color:rgba(0,0,0,.04)}.c-button--secondary.c-button--disabled{color:#919397}.c-button--secondary.c-button--inside-input{right:0}.c-button--secondary .c-button__icon:first-child:not(:last-child),.c-button--secondary .c-button__label:first-child{margin-left:1.1875rem}.c-button--secondary .c-button__icon:last-child:not(:first-child),.c-button--secondary .c-button__label:last-child{margin-right:1.1875rem}.c-button--tertiary{background-color:transparent}.c-button--tertiary .c-button__overlay:hover~.c-button__content{filter:opacity(68%)}.c-button--tertiary .c-button__overlay:active~.c-button__content{filter:brightness(76%)}.c-button--tertiary.c-button--inline .c-button__overlay:hover~.c-button__content{box-shadow:inset 0 -1px 0 currentColor}.c-button--tertiary.c-button--disabled{color:#919397}.c-button--tertiary.c-button--inside-input{right:1rem}.c-button--tertiary:not(.c-button--inline):not(.c-button--inline-icon){height:2rem;min-width:2rem}.c-checkbox__container{display:flex}.c-checkbox__label{display:inline-flex;align-items:center;flex:1 1}.c-checkbox__shape{align-items:center;display:flex;flex:none;justify-content:center;transition:background-color .1s ease-in-out}.c-checkbox__input:not(:disabled)+.c-checkbox__label .c-checkbox__shape{cursor:pointer}.c-checkbox__input:disabled+.c-checkbox__label .c-checkbox__shape{cursor:not-allowed;border:.125rem solid #d2d9e1}.c-checkbox__input:not(:checked):not(:disabled)+.c-checkbox__label .c-checkbox__shape{background-color:#fff;border:.125rem solid #919397}.c-checkbox__input:not(:checked):not(:disabled)+.c-checkbox__label .c-checkbox__shape:hover{background-color:#f2f2f2}.c-checkbox__input:not(:checked):not(:disabled)+.c-checkbox__label .c-checkbox__shape:active{background-color:#e6e6e6}.c-checkbox__input:checked+.c-checkbox__label .c-checkbox__icon{background-color:#03f}.c-checkbox__input:checked:disabled+.c-checkbox__label .c-checkbox__icon{background-color:#d2d9e1}.c-checkbox__input:checked:not(:disabled)+.c-checkbox__label .c-checkbox__icon:hover{background-color:#002ee6}.c-checkbox__input:checked:not(:disabled)+.c-checkbox__label .c-checkbox__icon:active{background-color:#0029cc}.c-checkbox__input:checked+.c-checkbox__label .c-checkbox__filters{background-color:#565b60}.c-checkbox__input:checked+.c-checkbox__label .c-checkbox__filters:hover{background-color:#51565a}.c-checkbox__input:checked+.c-checkbox__label .c-checkbox__filters:active{background-color:#4d5156}.c-checkbox__content{margin-left:12px}.c-dropdown{height:100%;position:relative}.c-dropdown.inline{display:inline}.c-dropdown .c-dropdown-menu{width:100%;position:absolute;overflow-y:auto;max-height:50vh;border:1px solid rgba(34,34,34,.16)}.c-dropdown .c-dropdown-menu.inline{left:-1.25rem;width:15.3125rem}.c-dropdown .dropdown-icon{margin:0 0 0 auto}.c-dropdown .dropdown-icon__disabled{fill:#919397}.c-lot-card{display:block;position:relative;width:100%}.c-lot-card__image{position:relative;overflow:hidden;padding-top:125%}.c-lot-card__image.placeholder{background-color:#f0f1f5}.c-lot-card__image__explicit-label{font-family:basisGrotesque,sans-serif;font-size:2.5rem;line-height:1.1;font-weight:700;width:6.25rem;height:6.25rem;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#222;color:#fff;border-radius:50%}.c-lot-card__image.underline-status:after{content:"";position:absolute;left:0;right:0;bottom:0;height:.25rem;background-color:currentColor}.c-lot-card__image-element{position:absolute;left:0;right:0;top:0;bottom:0;background-repeat:no-repeat;background-size:cover;background-position:50%;transition:transform .5s ease-in-out}.c-lot-card__content .placeholder:before{content:" ";background-color:#f0f1f5;display:block}.c-lot-card__title{margin-top:.625rem;color:#000;line-height:1.25rem;min-height:2.5rem;white-space:break-spaces}@media only screen and (min-width:1312px){.c-lot-card__title{line-height:1.3125rem;min-height:2.625rem}}.c-lot-card__status-text{margin-top:.75rem}.c-lot-card__price{color:#000}.c-lot-card__timer{margin-top:.5rem;color:#919397}.c-lot-card__favorite{position:absolute;top:.75rem;left:.75rem}@media only screen and (max-width:726px){.c-lot-card__favorite{top:.5rem;left:.5rem}}.c-lot-card__container{position:relative}.c-lot-card--disabled{position:absolute;top:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.5);pointer-events:none}.c-extended-lot-card{display:flex;position:relative}.c-extended-lot-card--disabled{position:absolute;top:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.5);pointer-events:none}@media only screen and (min-width:1312px){.c-extended-lot-card:hover .c-extended-lot-card__more-text{display:inline}}@media only screen and (max-width:767px){.c-extended-lot-card{flex-direction:column}}.c-extended-lot-card__more-text{display:none;color:#03f;white-space:nowrap;margin-left:.25rem;font-family:basisGrotesque,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857}@media only screen and (min-width:768px)and (max-width:1311px){.c-extended-lot-card__more-text{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857}}@media only screen and (min-width:1312px){.c-extended-lot-card__more-text{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:.9375rem;line-height:1.2666666667}}@media only screen and (min-width:1024px){.c-extended-lot-card__more-text{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:1rem;line-height:1.5}}@media only screen and (min-width:1024px)and (min-width:768px)and (max-width:1311px){.c-extended-lot-card__more-text{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:1rem;line-height:1.5}}@media only screen and (min-width:1024px)and (min-width:1312px){.c-extended-lot-card__more-text{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:1.0625rem;line-height:1.4705882353}}@media only screen and (min-width:768px)and (max-width:1311px){.c-extended-lot-card__more-text{display:inline}}.c-extended-lot-card__right-arrow{width:1rem;height:1rem;transform:translateY(3px) translateX(4px) scale(.65)}.c-extended-lot-card__content{width:50%;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (max-width:767px){.c-extended-lot-card__content{width:100%;height:-moz-fit-content;height:fit-content}}@media only screen and (min-width:768px){.c-extended-lot-card__content{margin-left:24px}}@media only screen and (min-width:768px)and (max-width:1311px){.c-extended-lot-card__content-upper-section{height:100%;overflow:hidden}}.c-extended-lot-card__content-lower-section{display:flex;justify-content:space-between;align-items:flex-end}.c-extended-lot-card__content-info{display:flex;flex-direction:column}.c-extended-lot-card__title{display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:basisGrotesque,sans-serif;font-weight:400;font-size:1.125rem;line-height:1.2777777778}.c-extended-lot-card__title _:-ms-input-placeholder,:root .c-extended-lot-card__title{white-space:nowrap}@media only screen and (min-width:768px)and (max-width:1311px){.c-extended-lot-card__title{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:1.125rem;line-height:1.2777777778}}@media only screen and (min-width:1312px){.c-extended-lot-card__title{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:1.375rem;line-height:1.2727272727}}@media only screen and (min-width:1024px){.c-extended-lot-card__title{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:1.5rem;line-height:1.25}}@media only screen and (min-width:1024px)and (min-width:768px)and (max-width:1311px){.c-extended-lot-card__title{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:1.625rem;line-height:1.2307692308}}@media only screen and (min-width:1024px)and (min-width:1312px){.c-extended-lot-card__title{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:1.875rem;line-height:1.2666666667}}.c-extended-lot-card__description{display:inline;margin-right:.25rem;font-family:basisGrotesque,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857}@media only screen and (min-width:768px)and (max-width:1311px){.c-extended-lot-card__description{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857}}@media only screen and (min-width:1312px){.c-extended-lot-card__description{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:.9375rem;line-height:1.2666666667}}@media only screen and (min-width:1024px){.c-extended-lot-card__description{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:1rem;line-height:1.5}}@media only screen and (min-width:1024px)and (min-width:768px)and (max-width:1311px){.c-extended-lot-card__description{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:1rem;line-height:1.5}}@media only screen and (min-width:1024px)and (min-width:1312px){.c-extended-lot-card__description{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:1.0625rem;line-height:1.4705882353}}@media only screen and (max-width:767px){.c-extended-lot-card__description__truncated{display:block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.c-extended-lot-card__description__truncated _:-ms-input-placeholder,:root .c-extended-lot-card__description__truncated{white-space:nowrap}}.c-extended-lot-card__price{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:1.125rem;line-height:1.2777777778;margin-top:.125rem;color:#000}@media only screen and (min-width:768px)and (max-width:1311px){.c-extended-lot-card__price{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:1.125rem;line-height:1.2777777778}}@media only screen and (min-width:1312px){.c-extended-lot-card__price{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:1.1875rem;line-height:1.2631578947}}.c-extended-lot-card__image{position:absolute;top:0;height:100%;background-repeat:no-repeat;margin:0 auto;-o-object-fit:cover;object-fit:cover}.c-extended-lot-card__image-container{position:relative;width:50%;background-color:#f0f1f5;display:flex;justify-content:center;overflow:hidden;padding-top:37.5%}@media only screen and (min-width:1024px){.c-extended-lot-card__image-container{padding-top:25%}}@media only screen and (max-width:767px){.c-extended-lot-card__image-container{flex-direction:column;width:100%;padding-top:75%}}.c-extended-lot-card__image-container.underline-status:after{content:"";position:absolute;left:0;right:0;bottom:0;height:.25rem;background-color:currentColor}.c-extended-lot-card__image-lazyload{width:100%;height:100%}@media only screen and (max-width:767px){.c-extended-lot-card__place-bid{display:none}}.c-extended-lot-card__favorite{z-index:4;position:absolute;top:.75rem;left:.75rem}.c-extended-lot-card__overlay{z-index:3;position:absolute;top:0;left:0;width:100%;height:100%}.c-favorite{overflow:hidden;display:inline-flex;align-items:center;flex-direction:row;border-radius:1.0625rem;position:relative;height:2.125rem;width:auto;color:#565b60;padding:.0625rem .5rem 0}.c-favorite .c-favorite__icon{color:#03f}.c-favorite .c-favorite__icon--outlined{color:#565b60}.c-favorite__content{margin-left:.25rem;margin-right:.25rem}@media only screen and (min-width:1312px){.c-favorite__content{padding-top:.125rem}}.c-favorite__count{font-family:basisGrotesqueMono,monospace;font-weight:400;font-size:.875rem;line-height:1.2142857143;letter-spacing:.08125rem}@media only screen and (min-width:768px)and (max-width:1311px){.c-favorite__count{font-family:basisGrotesqueMono,monospace;font-weight:400;font-size:.875rem;line-height:1.2142857143;letter-spacing:.08125rem}}@media only screen and (min-width:1312px){.c-favorite__count{font-family:basisGrotesqueMono,monospace;font-weight:400;font-size:.9375rem;line-height:1.2666666667;letter-spacing:.0875rem}}.c-favorite__text{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;font-weight:500}@media only screen and (min-width:768px)and (max-width:1311px){.c-favorite__text{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857}}@media only screen and (min-width:1312px){.c-favorite__text{font-family:basisGrotesque,sans-serif;font-weight:400;font-size:.9375rem;line-height:1.2666666667}}.c-favorite__text--dark-grey{color:#565b60}.c-favorite--with-bg{background-color:#fff}.c-favorite--outlined,.c-favorite--outlined .c-favorite__icon{color:#03f}.c-favorite--outlined:hover,.c-favorite--outlined:hover .c-favorite__icon{color:rgba(0,51,255,.67)}.c-favorite--with-text .c-favorite__icon{color:#03f}.c-favorite--with-text:hover .c-favorite__icon{color:rgba(0,51,255,.67)}.c-favorite--with-border{border:1px solid #d2d9e1}.c-favorite.disabled{pointer-events:none;opacity:.3}.c-favorite:active:after,.c-favorite:hover:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;cursor:pointer}.c-favorite--with-bg:hover:after{background-color:hsla(0,0%,100%,.32)}.c-pagination__container{display:flex;justify-content:flex-start;flex-direction:column;align-content:center}.c-pagination__prev-next-buttons{justify-content:center;align-self:center;display:flex}@media only screen and (max-width:359px){.c-pagination__prev-next-buttons{width:100%}}.c-pagination__button{width:10.25rem}.c-pagination__button:nth-child(2){margin-left:1rem}@media only screen and (max-width:359px){.c-pagination__button{width:9.75rem}}@media only screen and (min-width:768px)and (max-width:1311px){.c-pagination__button{width:11.875rem}.c-pagination__button:nth-child(2){margin-left:1.25rem}}@media only screen and (min-width:1312px){.c-pagination__button{width:13.75rem}.c-pagination__button:nth-child(2){margin-left:1.5rem}}.c-pagination__pages{display:flex;flex-direction:row;justify-content:space-around;align-items:center;align-self:center;margin-top:2rem}@media only screen and (min-width:996px){.c-pagination__pages{margin-top:2.5rem}}.c-pagination__page{color:#919397;font-size:.875rem;line-height:1.1428571429}@media only screen and (min-width:996px){.c-pagination__page{font-size:1rem;line-height:1.125}}.c-pagination__page:not(:first-child){margin-left:1rem}.c-pagination__page.current{color:#000}.c-pagination__page-gap,.c-pagination__page-link,.c-pagination__page.current{padding:0 .5rem}.c-drawer{z-index:23;background-color:#fff;height:100%;overflow:auto;position:fixed;top:0;right:-400px;width:400px}.c-drawer,.c-drawer.open{transition:.3s ease-in-out}.c-drawer.open{right:0}@media only screen and (min-width:768px)and (max-width:1311px){.c-drawer{right:-373px;width:373px}}@media only screen and (max-width:767px){.c-drawer{display:none;width:100%;right:0}.c-drawer.open{transition:none;display:block}}.c-overlay{z-index:21;background-color:rgba(0,0,0,.2);display:none;height:100%;left:0;position:fixed;top:0;width:100%;transition:.3s ease-in-out;opacity:0}.c-overlay.open{display:block;transition:.3s ease-in-out;opacity:1}.c-truncated__contents{position:relative;overflow:hidden}.c-truncated__content.c-truncated__truncated{overflow:hidden}.c-truncated__content.c-truncated__truncated--with-max-lines{display:-webkit-box;-ms-box-orient:vertical;-webkit-box-orient:vertical;box-orient:vertical}.c-truncated__content--hidden{position:absolute;visibility:hidden}.c-collection-card__images-container{position:relative;width:100%;height:0;padding-top:59%}.c-collection-card__images{position:absolute;display:grid;width:100%;height:100%;top:0;left:0;grid-gap:8px;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr));grid-template-areas:"image-portrait-0 image-landscape-0 image-portrait-1" "image-portrait-0 image-portrait-2 image-portrait-1" "image-landscape-1 image-portrait-2 count"}.c-collection-card__image-portrait-0{grid-area:image-portrait-0}.c-collection-card__image-portrait-1{grid-area:image-portrait-1}.c-collection-card__image-portrait-2{grid-area:image-portrait-2}.c-collection-card__image-landscape-0{grid-area:image-landscape-0}.c-collection-card__image-landscape-1{grid-area:image-landscape-1}.c-collection-card__number-of-lots{grid-area:count}.c-collection-card__text{white-space:break-spaces}.c-collection-card__tags{margin-top:.875rem;color:#565b60}@media only screen and (min-width:1024px){.c-collection-card__tags{margin-top:1rem}}.c-collection-card__favorite.c-favorite{height:auto}.c-collection-card__title{display:flex;gap:16px;min-height:2.5rem;margin-top:.25rem;color:#000}@media only screen and (min-width:1312px){.c-collection-card__title{min-height:2.625rem;margin-top:.375rem}}.c-collection-card__ctaText{margin-top:.5rem}@media only screen and (min-width:1024px){.c-collection-card__ctaText{margin-top:.625rem}}.c-quick_filters__bottom,.c-quick_filters__header{display:flex;justify-content:space-between}.c-quick_filters__bottom{align-items:baseline;gap:16px}.c-quick_filters__bottom .all-filters-button{white-space:nowrap;flex-shrink:0;min-width:-moz-min-content;min-width:min-content}.c-quick_filters__list{scrollbar-width:none;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;height:3.25rem;display:flex;overflow:auto;margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}.c-quick_filters__list::-webkit-scrollbar,.c-quick_filters__list::-webkit-scrollbar-thumb,.c-quick_filters__list::-webkit-scrollbar-track{display:none;background-color:transparent}@media only screen and (min-width:768px)and (max-width:1023px){.c-quick_filters__list{margin-left:-2.25rem;margin-right:-2.25rem;padding-left:2.25rem;padding-right:2.25rem}}@media only screen and (min-width:1024px){.c-quick_filters__list{display:block;overflow:hidden;margin:0;padding:0}}.c-quick_filters__item{display:inline-block;white-space:nowrap}.c-quick_filters__item_count{color:#03f}.c-quick_filters__item_icon{vertical-align:middle}.c-quick_filters__mobile-filters{z-index:8;display:flex;align-items:center;justify-content:space-between;transition:transform .15s;background:#fff;left:0;top:0;width:100%;height:2.25rem;padding:8px 16px;position:fixed}body.header-sticky-shown .c-quick_filters__mobile-filters.visible{transform:translateY(3.9375rem)}.c-quick_filters__mobile-filters:not(.visible){transform:translateY(-2.6875rem)}.c-filters-drawer{position:relative}.c-filters-drawer .c-drawer.open{overflow-x:hidden}.c-filters-drawer__container{width:100%;height:100%;display:flex;flex-direction:column;position:absolute;top:0}.c-filters-drawer__container.filter-section{transition:.3s ease-in-out;right:-100%}.c-filters-drawer__container.filter-section.displayed{transition:.3s ease-in-out;right:0}.c-filters-drawer__container.main-section{transition:.3s ease-in-out;left:0}.c-filters-drawer__container.main-section.hidden{transition:.3s ease-in-out;left:-100%}.c-filters-drawer__filter-option-count{color:#919397}.c-filters-drawer__filter-option:hover{cursor:pointer;background-color:rgba(34,34,34,.05)}.c-filters-drawer__filter-option:active{cursor:pointer;background-color:rgba(34,34,34,.1)}.c-filters-drawer__filter-option .c-checkbox [type=checkbox]+label:before{width:2rem;height:2rem;border-radius:0;border-color:#d2d9e1;top:-.5rem}.c-filters-drawer__filter-option .c-checkbox [type=checkbox]:checked+label:after{width:0;height:0;border:0}.c-filters-drawer__filter-option .c-checkbox [type=checkbox]:checked+label:before{background-color:#565b60}.c-filters-drawer__header{height:69px;padding:1.25rem;display:flex;flex-direction:row;justify-content:space-between}.c-filters-drawer__header-left-icon{flex-basis:33.33%}.c-filters-drawer__header-left-icon:hover{cursor:pointer}.c-filters-drawer__header-left-icon>svg>path{stroke:#03f;fill:#03f}.c-filters-drawer__header-text{flex-basis:33.33%;text-align:center}.c-filters-drawer__header-clear-text{color:#03f;flex-basis:33.33%;text-align:end}.c-filters-drawer__header-clear-text:hover{cursor:pointer}.c-filters-drawer__footer{height:92px;padding:1.25rem}.c-filters-drawer__footer-button{width:100%;height:100%;background-color:#03f;text-align:center;vertical-align:middle;color:#fff;border:0}.c-filters-drawer__content{flex:1 1;overflow:auto}.c-filters-drawer__main-item{height:3.6875rem;padding:0 1.25rem}.c-filters-drawer__main-item:hover{cursor:pointer;background-color:rgba(34,34,34,.05)}.c-filters-drawer__main-item:active{cursor:pointer;background-color:rgba(34,34,34,.1)}.c-filters-drawer__main-item--top{display:flex;flex-direction:row;justify-content:space-between;padding-top:1.1875rem}.c-filters-drawer__main-item--bottom{display:block;color:#919397;letter-spacing:normal}.c-filters-drawer__main-item-arrow>path{stroke:#03f}.c-filters-drawer__item-section-title{color:#565b60}.view-mode{white-space:nowrap;width:4.25rem;display:flex;flex-direction:row;justify-content:space-between;margin-left:-4px;margin-top:-4px}.view-mode button{position:relative;padding:4px 4px 0;height:2rem;color:#919397}.view-mode button.active{color:#03f}.view-mode button:hover:after{background-color:rgba(34,34,34,.05)}.view-mode button:active:after,.view-mode button:hover:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;cursor:pointer}.view-mode button:active:after{background-color:rgba(34,34,34,.1)}.lot-list{display:grid;grid-row-gap:5rem}@media only screen and (max-width:767px){.lot-list{grid-row-gap:3rem}}@media only screen and (min-width:768px)and (max-width:1311px){.lot-list{grid-row-gap:4rem}}@media only screen and (max-width:767px){.lot-list.gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:1rem}}@media only screen and (min-width:768px)and (max-width:1023px){.lot-list.gallery{grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:1.25rem}}@media only screen and (min-width:1024px){.lot-list.gallery{grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:1.5rem}}@media only screen and (min-width:1312px){.spacer-l{margin-top:96px}}@media only screen and (min-width:768px)and (max-width:1311px){.spacer-l{margin-top:80px}}@media only screen and (max-width:767px){.spacer-l{margin-top:64px}}@media only screen and (min-width:1312px){.spacer-m{margin-top:80px}}@media only screen and (min-width:768px)and (max-width:1311px){.spacer-m{margin-top:64px}}@media only screen and (max-width:767px){.spacer-m{margin-top:48px}}@media only screen and (min-width:1312px){.spacer-s-line{margin-top:128px;position:relative}.spacer-s-line :before{border:1px solid #d2d9e1;position:absolute;top:-64px}}@media only screen and (min-width:768px)and (max-width:1311px){.spacer-s-line{margin-top:96px;position:relative}.spacer-s-line :before{border:1px solid #d2d9e1;position:absolute;top:-48px}}@media only screen and (max-width:767px){.spacer-s-line{margin-top:80px;position:relative}.spacer-s-line :before{border:1px solid #d2d9e1;position:absolute;top:-40px}}@media only screen and (min-width:1312px){.spacer-s{margin-top:64px}}@media only screen and (min-width:768px)and (max-width:1311px){.spacer-s{margin-top:48px}}@media only screen and (max-width:767px){.spacer-s{margin-top:40px}}@media only screen and (min-width:1312px){.spacer-xs{margin-top:40px}}@media only screen and (min-width:768px)and (max-width:1311px){.spacer-xs{margin-top:24px}}@media only screen and (max-width:767px){.spacer-xs{margin-top:20px}}.collection-header--high-fi,.collection-header--medium-fi{position:relative}@media only screen and (min-width:768px)and (max-width:1023px){.collection-header--high-fi,.collection-header--medium-fi{display:grid;grid-template-columns:repeat(9,1fr)}}@media only screen and (min-width:1024px){.collection-header--high-fi,.collection-header--medium-fi{display:grid;grid-template-columns:repeat(12,1fr)}}@media only screen and (min-width:1024px)and (max-width:1311px){.collection-header--high-fi,.collection-header--medium-fi{padding-bottom:24px}}@media only screen and (min-width:1312px){.collection-header--high-fi,.collection-header--medium-fi{padding-bottom:32px}}.collection-header--high-fi .collection-header__content,.collection-header--medium-fi .collection-header__content{background-color:#fff}@media only screen and (min-width:1024px){.collection-header--high-fi .collection-header__content,.collection-header--medium-fi .collection-header__content{border:1px solid #d2d9e1}}@media only screen and (min-width:1024px)and (max-width:1311px){.collection-header--high-fi .collection-header__content,.collection-header--medium-fi .collection-header__content{padding:32px}}@media only screen and (min-width:1312px){.collection-header--high-fi .collection-header__content,.collection-header--medium-fi .collection-header__content{padding:40px}}.collection-header--high-fi .collection-header__colorbar,.collection-header--medium-fi .collection-header__colorbar{background-color:var(--collection-header-color)}@media only screen and (min-width:768px)and (max-width:1023px){.collection-header--high-fi .collection-header__colorbar,.collection-header--medium-fi .collection-header__colorbar{grid-column:1/span 12}}.collection-header--high-fi .collection-header__title,.collection-header--medium-fi .collection-header__title{color:var(--collection-header-color)}.collection-header--high-fi .collection-header__description,.collection-header--medium-fi .collection-header__description{margin-top:16px}@media only screen and (min-width:768px){.collection-header--high-fi .collection-header__description,.collection-header--medium-fi .collection-header__description{margin-top:20px}}@media only screen and (min-width:768px)and (max-width:1023px){.collection-header--medium-fi .collection-header__content{grid-column:1/span 6}}@media only screen and (min-width:1024px){.collection-header--medium-fi .collection-header__content{grid-column:1/span 8}.collection-header--medium-fi .collection-header__description{width:75%}.collection-header--high-fi{grid-column-gap:24px}}.collection-header--high-fi .collection-header__image-wrapper{display:flex;margin-left:-1rem;margin-right:-1rem}@media only screen and (min-width:768px)and (max-width:1023px){.collection-header--high-fi .collection-header__image-wrapper{margin-left:-2.25rem;margin-right:-2.25rem;width:100vw}}@media only screen and (min-width:768px){.collection-header--high-fi .collection-header__image-wrapper{grid-row:1/2;grid-column:1/span 12}}@media only screen and (min-width:1024px){.collection-header--high-fi .collection-header__image-wrapper{margin:0;grid-column:7/span 6}}.collection-header--high-fi .collection-header__image{background:var(--collection-header-image) no-repeat center;background-size:cover;padding-bottom:56.25%;margin-top:auto;flex:1 1}.collection-header--high-fi .collection-header__image--show-collection-follow{position:relative}.collection-header--high-fi .collection-header__image--show-collection-follow .collection-header__follow-collection{position:absolute;top:16px;right:16px}.collection-header--high-fi .collection-header__content{grid-column:1/span 6}@media only screen and (min-width:768px)and (max-width:1023px){.collection-header--high-fi .collection-header__content{grid-row:3/span 1}}@media only screen and (min-width:1024px){.collection-header--high-fi .collection-header__content{grid-row:1/2}}@media only screen and (min-width:768px)and (max-width:1023px){.collection-header--high-fi .collection-header__colorbar{grid-row:2/3}}.collection-header__colorbar{margin-left:-1rem;height:16px}@media only screen and (min-width:768px)and (max-width:1023px){.collection-header__colorbar{height:32px;margin-left:-2.25rem}}@media only screen and (min-width:1024px){.collection-header__colorbar{width:100vw;position:absolute;z-index:-1;margin:0;bottom:0}}@media only screen and (min-width:1024px)and (max-width:1311px){.collection-header__colorbar{height:80px;left:-2.75rem}}@media only screen and (min-width:1312px){.collection-header__colorbar{height:104px;left:calc((100vw - 76.5rem)/2*-1)}}.collection-header__categories{color:#565b60;text-transform:uppercase;margin:24px 0 16px}@media only screen and (min-width:768px){.collection-header__categories{margin-bottom:20px}}@media only screen and (min-width:1024px){.collection-header__categories{margin-top:0}}.c-checkbox__input:focus-visible+.c-checkbox__label .c-checkbox__shape{outline:1px solid #03f;outline-offset:.1875rem}.follow-collection-banner{display:flex;flex-direction:column;padding:32px 16px}.follow-collection-banner.with_images{gap:16px;padding:0}@media only screen and (max-width:767px){.follow-collection-banner.with_images{flex-direction:column-reverse;gap:0}}.follow-collection-banner__follow-button{white-space:nowrap}@media only screen and (min-width:768px){.follow-collection-banner{flex-direction:row;justify-content:space-between;align-items:center;padding:40px}}.follow-collection-banner .images_card{width:100%;max-width:466px}.follow-collection-banner .favorite-button{flex-shrink:0}
/*# sourceMappingURL=3d1ef3d833393b0d.css.map*/