.sticky-bar{position:fixed;top:0;left:0;right:0;z-index:999;background-color:#fff;box-shadow:0 2px 4px #0000001a;width:100%}.sticky-bar__top{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 18px;gap:24px;position:relative}.sticky-bar__actions-left{display:flex;align-items:center;gap:4px;flex-shrink:0}.sticky-bar__logo{display:flex;align-items:center;flex-shrink:0;position:absolute;left:50%;transform:translate(-50%)}.sticky-bar__actions-right{display:flex;align-items:center;gap:4px;flex-shrink:0}.sticky-bar__logo-link{display:flex;align-items:center;justify-content:center;padding:0rem;text-decoration:none;word-break:break-word;height:60px;line-height:0}.sticky-bar__logo-link:hover .h2{color:rgb(var(--color-foreground))}.sticky-bar__logo-link .h2{line-height:1;color:rgba(var(--color-foreground),.75)}.sticky-bar__logo-wrapper{width:100%;display:block;transition:width .3s cubic-bezier(.52,0,.61,.99);line-height:0}.sticky-bar__logo-img{height:auto;max-width:100%;display:block}.sticky-bar__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:none;border:none;cursor:pointer;color:#666;text-decoration:none;position:relative;transition:opacity .2s ease}.sticky-bar__icon:hover{opacity:.7}.sticky-bar__icon .svg-wrapper{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.sticky-bar__icon .svg-wrapper svg{width:100%;height:100%;fill:currentColor;stroke:currentColor;stroke-width:1}.sticky-bar__icon:not(.sticky-bar__icon--cart) .svg-wrapper svg{stroke-width:.3}.sticky-bar__icon--back .svg-wrapper{width:24px;height:24px}.sticky-bar__icon--back .svg-wrapper svg{transform:rotate(180deg);stroke-width:.15}.sticky-bar__search{display:inline-flex;line-height:0}.sticky-bar__icon--search{position:relative}.sticky-bar__icon--search .sticky-bar__icon-close{display:none}details[open] .sticky-bar__icon--search .sticky-bar__icon-close{display:inline-block}details[open] .sticky-bar__icon--search .svg-wrapper:first-child{display:none}.sticky-bar__search{position:relative}.sticky-bar__search .search-modal{position:fixed;top:0;left:0;right:0;z-index:1001;background-color:rgba(var(--color-background),1)}.sticky-bar__search details[open] .search-modal{top:var(--sticky-bar-height, 120px);min-height:calc(100vh - var(--sticky-bar-height, 120px));height:calc(100vh - var(--sticky-bar-height, 120px))}.sticky-bar__search details[open] .modal-overlay:after{top:calc(100% + var(--sticky-bar-height, 120px))}.sticky-bar__icon--cart{position:relative}.sticky-bar__icon--cart .svg-wrapper{width:24px;height:24px}.sticky-bar__icon--cart .svg-wrapper svg{width:100%;height:100%;transform:scale(1.3);transform-origin:center center;overflow:hidden;display:block}.sticky-bar__icon--cart .cart-count-bubble{position:absolute;top:4px;right:-2px!important;left:auto!important;bottom:auto!important;background-color:#000;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:600;line-height:1}.sticky-bar__divider{height:1px;background-color:#000;width:100%;margin:0}.sticky-bar__filters{display:flex;align-items:center;gap:6px;padding:6px 16px 12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.sticky-bar__clear-filters{display:none;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;border-radius:50%;background-color:#e8e8e8;border:1px solid #d0d0d0;cursor:pointer;padding:0;color:red;transition:all .2s ease;flex-shrink:0}.sticky-bar__clear-filters--visible{display:flex}.sticky-bar__clear-filters:hover{background-color:#d0d0d0;border-color:#b0b0b0}.sticky-bar__clear-filters svg{width:16px;height:16px}.sticky-bar__filters::-webkit-scrollbar{display:none}.sticky-bar__filter-btn{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:4px 12px;background-color:#f5f5f5;border:1px solid #d0d0d0;border-radius:4px;cursor:pointer;font-size:1.5rem;font-weight:400;color:#666;min-width:fit-content;width:auto;height:auto;transition:all .2s ease;flex:0 0 auto;max-width:none;flex-wrap:wrap}.sticky-bar__filter-btn:hover{background-color:#e8e8e8;border-color:#b0b0b0}.sticky-bar__filter-btn[aria-expanded=true]{background-color:#e8e8e8;border-color:#000}.sticky-bar__filter-btn--active{background-color:#333!important;border-color:#333!important;color:#fff!important}.sticky-bar__filter-btn--active .sticky-bar__filter-text{color:#fff!important}.sticky-bar__filter-btn--active .sticky-bar__filter-icon{color:#fff}.sticky-bar__filter-btn--active:hover{background-color:#444!important;border-color:#444!important}.sticky-bar__filter-text{font-size:inherit;font-weight:inherit;color:inherit;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.3;max-width:100%;word-spacing:normal;white-space:normal;max-width:10ch;min-width:fit-content}.sticky-bar__filter-icon{display:flex;align-items:center;justify-content:center;width:8px;height:8px;flex-shrink:0;transition:transform .2s ease;align-self:flex-start;margin-top:2px;color:#666}.sticky-bar__filter-btn[aria-expanded=true] .sticky-bar__filter-icon{transform:rotate(180deg)}.sticky-bar__filter-icon .svg-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.sticky-bar__filter-icon .svg-wrapper svg{width:100%;height:100%;fill:currentColor;stroke:currentColor}.sticky-bar__filter-dropdown{position:fixed;background-color:#fff;border:1px solid #d0d0d0;border-radius:4px;box-shadow:0 4px 8px #00000026;z-index:1000;max-height:300px;overflow-y:auto;margin-top:4px}.sticky-bar__dropdown-content{padding:8px 0;min-width:200px}.sticky-bar__dropdown-item{display:block;width:100%;padding:3px 16px;text-align:left;background:none;border:none;cursor:pointer;font-size:1.4rem;color:#000;text-decoration:none;transition:background-color .2s ease}.sticky-bar__dropdown-item:hover{background-color:#f5f5f5}.sticky-bar__dropdown-item:focus{outline:2px solid #000;outline-offset:-2px}@media screen and (max-width: 749px){.sticky-bar__top{padding:10px 12px 5px;gap:16px;justify-content:space-between}.sticky-bar__logo-link{height:44px}.sticky-bar__icon{width:36px;height:36px}.sticky-bar__icon .svg-wrapper,.sticky-bar__icon--back .svg-wrapper,.sticky-bar__icon--cart .svg-wrapper{width:22px;height:22px}.sticky-bar__icon--cart .svg-wrapper svg{transform:scale(1.3)}.sticky-bar__actions-left,.sticky-bar__actions-right{gap:2px}.sticky-bar__filters{padding:5px 12px 10px;gap:8px}.sticky-bar__clear-filters{width:28px;height:28px;min-width:28px}.sticky-bar__clear-filters svg{width:14px;height:14px}.sticky-bar__filter-btn{padding:8px 14px;font-size:1.3rem!important;max-width:none;min-width:auto;width:auto}.sticky-bar__filter-text{font-size:1.3rem!important}.sticky-bar__filter-icon{width:8px;height:8px}.sticky-bar__dropdown-content{min-width:180px}.sticky-bar__filter-dropdown{max-width:calc(100vw - 24px)}}@media screen and (max-width: 480px){.sticky-bar__top{padding:8px 10px 10px;gap:12px;justify-content:space-between}.sticky-bar__logo-link{height:40px}.sticky-bar__icon{width:34px;height:34px}.sticky-bar__icon .svg-wrapper,.sticky-bar__icon--back .svg-wrapper,.sticky-bar__icon--cart .svg-wrapper{width:20px;height:20px}.sticky-bar__icon--cart .svg-wrapper svg{transform:scale(1.3)}.sticky-bar__actions-left,.sticky-bar__actions-right{gap:2px}.sticky-bar__filters{padding:4px 10px 8px;gap:3px}.sticky-bar__clear-filters{width:26px;height:26px;min-width:26px}.sticky-bar__clear-filters svg{width:12px;height:12px}.sticky-bar__filter-btn{padding:6px 10px;font-size:1.2rem!important;max-width:none;min-width:auto;width:auto}.sticky-bar__filter-text{font-size:1.2rem!important}.sticky-bar__filter-icon{width:7px;height:7px}}@media screen and (min-width: 750px){.sticky-bar__filters{justify-content:center}}body:has(.sticky-bar) #MainContent{padding-top:var(--sticky-bar-height, 120px)}@supports not selector(:has(*)){body.sticky-bar-active #MainContent{padding-top:var(--sticky-bar-height, 120px)}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/component-sticky-bar.css.map */
