.sidebar{overflow:-moz-scrollbars-none;-ms-overflow-style:none;scrollbar-width:none}.sidebar::-webkit-scrollbar{width:0!important;height:0!important}.sidebar{display:grid;align-content:space-between;grid-template-rows:min-content 1fr min-content;position:fixed;top:104px;height:var(--window-height);width:var(--sidebar-width);background:var(--color-background-main);color:var(--color-text-main);z-index:100100;overflow-y:auto;transition:transform .3s ease-in-out;display:none;height:calc(100vh - 104px)}.sidebar--left{height:calc(100vh - 104px)}.sidebar--right{height:auto}@media screen and (max-width:767px){.sidebar{top:0}}.sidebar .header-info-block__image svg *{stroke:var(--color-text-main);fill:none}html[dir=rtl] .sidebar--right{left:0}html[dir=ltr] .sidebar--right{right:0;border-radius:0;background:#fff;border:1px solid #E7E7E7;display:none;flex-direction:column;box-shadow:0 11px 24px #0000000d;max-height:550px;min-height:350px;min-width:300px;box-sizing:content-box}html[dir=rtl] .sidebar--right{transform:translate(-100%)}html[dir=ltr] .sidebar--right{transform:translate(100%)}html[dir=rtl] .sidebar--left{right:0}html[dir=ltr] .sidebar--left{left:0}html[dir=rtl] .sidebar--left{transform:translate(100%)}html[dir=ltr] .sidebar--left{transform:translate(-100%)}.sidebar.sidebar--opened{transform:translate(0)!important;right:48px!important}.sidebar:focus{outline:none!important}.sidebar__header{position:sticky;top:0;margin:24px 24px 0;padding-bottom:16px;display:flex;justify-content:space-between;align-items:center;background:var(--color-background-main);z-index:99;text-transform:capitalize;font-weight:400;font-size:24px;border-bottom:1px solid #E7E7E7}.sidebar__close{width:40px;height:40px;margin-inline-end:-10px}.sidebar__close svg path{stroke:var(--color-text-main)}.sidebar__close svg{width:16px;height:16px;position:relative;top:.0625rem}.sidebar__title{margin-bottom:0}.sidebar__subtitle{line-height:1.25}.sidebar__body{position:relative;padding:0;-ms-overflow-style:none;scrollbar-width:none;overflow:scroll;margin:0 10px 0 20px}.sidebar__body::-webkit-scrollbar{display:none}.sidebar__body>*.sidebar-large-padding{padding:24px 10px}.sidebar__body>*:not(.sidebar-large-padding){padding:5px 24px 0}.sidebar__body>*+div{border-top:1px solid var(--color-borders-main)}.sidebar__footer{bottom:0;width:100%;z-index:9;display:flex;justify-content:flex-end;position:absolute;background:#fff}.sidebar__footer:empty{display:none}.sidebar__footer__button{display:flex;align-items:center;gap:8px;cursor:pointer}.sidebar__footer__button span{height:24px}.site-overlay{position:fixed;top:0;width:100vw;height:100vh;z-index:1000;background:#0000005c;visibility:hidden;opacity:0;pointer-events:none;transition:all .3s linear;display:block!important}html[dir=rtl] .site-overlay{right:0}html[dir=ltr] .site-overlay{left:0}.sidebar-opened .site-overlay{opacity:1;visibility:visible;pointer-events:all}.site-menu-sidebar-footer{display:flex;justify-content:space-between;align-items:flex-start;background:#f2f2f2;padding:24px 24px 12px;flex-direction:column;position:relative}.site-menu-sidebar-footer .menu-link{font-size:14px;padding:8px 0;margin-bottom:12px;line-height:20px}.site-menu-sidebar-footer .social-icons,.site-menu-sidebar-footer .localization-form__item-button{opacity:.62}.site-menu-sidebar-footer .localization-form__content{max-width:20rem}html[dir=rtl] .site-menu-sidebar-footer .localization-form__content{left:0}html[dir=ltr] .site-menu-sidebar-footer .localization-form__content{right:0}html[dir=rtl] .site-menu-sidebar-footer .localization-form__content{right:auto}html[dir=ltr] .site-menu-sidebar-footer .localization-form__content{left:auto}@media screen and (max-width:374px){.site-menu-sidebar-footer .localization-form__content{max-width:100%}}.search-block{padding:24px 0}.search-item:not(.cart-item){display:block;margin-top:.75rem}.search-item:not(.cart-item):first-of-type{margin-top:1.125rem}.search-item--blank{display:flex!important;align-items:center}.search-item--blank:first-child{margin-top:0!important}.search-item--blank:not(:first-child){margin-top:1.25rem}.search-item--blank .content{margin-inline-start:1.25rem}.search-item--blank .thumbnail{width:6.25rem;height:6.875rem;background:var(--color-third-background-main)}.search-item--blank .title,.search-item--blank .caption{display:block;width:11.25rem;background:var(--color-third-background-main);height:20px;position:relative;overflow:hidden}.search-item--blank .caption{width:60%;margin-top:10px}.search-item--blank .thumbnail,.search-item--blank .title,.search-item--blank .caption{position:relative}.search-item--blank .thumbnail:after,.search-item--blank .title:after,.search-item--blank .caption:after{position:absolute;top:0;width:100%;height:100%;background:var(--color-secondary-background-main);content:"";animation:fill-progress 2s infinite}html[dir=rtl] .search-item--blank .thumbnail:after,html[dir=rtl] .search-item--blank .title:after,html[dir=rtl] .search-item--blank .caption:after{right:0}html[dir=ltr] .search-item--blank .thumbnail:after,html[dir=ltr] .search-item--blank .title:after,html[dir=ltr] .search-item--blank .caption:after{left:0}.search-link{padding:1.25rem 1.875rem;box-shadow:0 0 60px #0000001a}#search-form-sidebar{width:100%;padding-left:46px;height:48px}.search-form-sidebar-icon{width:24px;height:24px;position:absolute;top:12px;left:14px}@keyframes fill-progress{0%{width:0;left:0}50%{left:0;width:100%}to{left:100%;width:0}50%{left:0;width:100%}to{left:100%;width:0}}#cart-recommendations-sidebar:not(:empty){display:block;width:var(--sidebar-width);border-top:1px solid var(--color-borders-main)}@media screen and (max-width:474px){#cart-recommendations-sidebar:not(:empty){width:100vw}}#cart-recommendations-sidebar:not(:empty)~.cart-instructions{margin-top:0!important;border-top:1px solid var(--color-borders-main)!important}#site-menu-sidebar{width:100vw!important;right:0!important;height:100vh;max-height:calc(100vh - 104px);z-index:99999999}@media screen and (max-width:767px){.sidebar.sidebar--opened{right:0!important}html[dir=ltr] .sidebar--right{padding:0 5px}#site-search-sidebar_body{position:relative!important;width:100%!important}}#site-search-sidebar{width:100%;height:100%;position:fixed;top:0;left:0;z-index:11}.sidebar_tint{width:100%;height:100%;background-color:#24242480}#site-search-sidebar_body{right:0;height:100vh;top:0;width:550px;display:grid}#site-search-sidebar .filter_right_header{margin-top:41px;height:80px;width:100%;display:flex;align-items:center;gap:48px;padding:0 56px;justify-content:flex-end}#site-search-sidebar .filter_right_header .area--globe{position:relative;display:flex;align-items:center;gap:8px}#site-search-sidebar .filter_right_body_header{display:flex;margin-bottom:40px;align-items:center;justify-content:space-between}#site-search-sidebar .filter_right_body_header .filter_right_body_header_title{font-size:32px;font-weight:500;line-height:40px;color:#242424;display:flex;align-items:center;gap:12px}#site-search-sidebar .filter_right_body_close{cursor:pointer}#site-search-sidebar search-form{padding:0 24px}#site-search-sidebar search-form form{position:relative}.sidebar__search-switcher{display:flex;height:50px;margin-top:17px;border-bottom:1px solid #E7E7E7}.search-block-collection{display:none}.search-block-collection.active{display:flex}.sidebar__search-switcher-item{font-size:14px;line-height:20px;color:#757575;font-weight:300;display:flex;margin-bottom:-1px;flex:1 1 0px;align-items:center;justify-content:center}.sidebar__search-switcher-item:hover{font-weight:500;color:#242424;cursor:pointer;border-bottom:2px solid #234B53}.sidebar__search-switcher-item.active{font-weight:500;color:#242424;cursor:default;border-bottom:2px solid #234B53}#site-cart-sidebar .cart-item{padding-bottom:0!important;border-bottom:0px!important}
/*# sourceMappingURL=/cdn/shop/t/26/assets/component-sidebar.css.map */
