.category-dropdown__title{display:inline-flex;align-items:center;gap:8px;font-weight:600;letter-spacing:.02em}.category-icon--main{width:20px;height:20px;stroke-width:2;transition:transform .3s cubic-bezier(.4,0,.2,1)}.category-trigger:hover .category-icon--main{transform:scale(1.1) rotate(5deg)}.category-chevron{margin-left:6px;transition:transform .3s cubic-bezier(.4,0,.2,1)}details[open] .category-chevron{transform:rotate(180deg)}.category-dropdown__menu{min-width:320px;padding:12px 0;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a,0 2px 8px #0000000f;border:1px solid rgba(0,0,0,.06);overflow:hidden;animation:dropdownSlideIn .3s cubic-bezier(.16,1,.3,1)}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.category-dropdown__item{margin:0;list-style:none;position:relative;overflow:hidden}.category-dropdown__link{display:flex;align-items:center;gap:14px;padding:14px 20px;color:#1a1a1a;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;border-left:3px solid transparent;background:#fff}.category-dropdown__link:before{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:linear-gradient(90deg,rgba(251,126,1,.08),rgba(251,126,1,.02),transparent);transition:width .35s cubic-bezier(.4,0,.2,1);z-index:0}.category-dropdown__link:hover:before{width:100%}.category-dropdown__link:hover{border-left-color:#fb7e01;transform:translate(4px);background:#fb7e0105}.category-dropdown__link:active{transform:translate(6px) scale(.99)}.category-dropdown__icon-wrapper{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;position:relative;z-index:1;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000f}.category-icon{width:24px;height:24px;stroke:#495057;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-dropdown__link:hover .category-dropdown__icon-wrapper{background:linear-gradient(135deg,#fb7e01,#ff9a3d);transform:scale(1.08) rotate(-5deg);box-shadow:0 4px 12px #fb7e0140,0 2px 4px #fb7e0126}.category-dropdown__link:hover .category-icon{stroke:#fff;transform:scale(1.1)}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.category-dropdown__link:hover .category-icon{animation:iconPulse 1.5s ease-in-out infinite}.category-dropdown__text{display:flex;flex-direction:column;gap:2px;flex:1;position:relative;z-index:1}.category-dropdown__name{font-size:15px;font-weight:600;color:#1a1a1a;line-height:1.3;transition:color .25s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.01em}.category-dropdown__count{font-size:12px;color:#6c757d;font-weight:500;transition:color .25s ease;letter-spacing:.01em}.category-dropdown__link:hover .category-dropdown__name{color:#fb7e01}.category-dropdown__link:hover .category-dropdown__count{color:#ff6b35}.category-dropdown__arrow{width:18px;height:18px;stroke:#adb5bd;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;opacity:0;transform:translate(-8px);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.category-dropdown__link:hover .category-dropdown__arrow{opacity:1;transform:translate(0);stroke:#fb7e01}.category-dropdown__item--all{margin-top:8px;border-top:1px solid rgba(0,0,0,.06);padding-top:8px}.category-dropdown__link--all{background:linear-gradient(135deg,#fb7e010a,#fb7e0103);font-weight:600;border-left-color:#fb7e014d}.category-dropdown__link--all:hover{background:linear-gradient(135deg,#fb7e011f,#fb7e010f);border-left-color:#fb7e01}.category-dropdown__link--all .category-dropdown__name{color:#fb7e01;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.05em}.category-dropdown__link--all .category-dropdown__icon-wrapper{background:linear-gradient(135deg,#fb7e01,#ff9a3d);box-shadow:0 4px 12px #fb7e0133}.category-dropdown__link--all .category-icon{stroke:#fff}.category-mobile-trigger{display:flex;align-items:center;width:100%}.category-mobile-title{display:flex;align-items:center;gap:12px;font-weight:600}.category-icon-mobile{width:22px;height:22px;stroke-width:2;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-mobile-item{margin:0;padding:0}.category-mobile-link{display:flex;align-items:center;gap:14px;padding:14px 20px!important;border-left:3px solid transparent;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.category-mobile-link:before{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:linear-gradient(90deg,rgba(251,126,1,.12),rgba(251,126,1,.04),transparent);transition:width .3s cubic-bezier(.4,0,.2,1);z-index:0}.category-mobile-link:active:before,.category-mobile-link:hover:before{width:100%}.category-mobile-link:active,.category-mobile-link:hover{border-left-color:#fb7e01;transform:translate(4px)}.category-mobile-icon-wrapper{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;box-shadow:0 2px 6px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.category-mobile-link:active .category-mobile-icon-wrapper,.category-mobile-link:hover .category-mobile-icon-wrapper{background:linear-gradient(135deg,#fb7e01,#ff9a3d);transform:scale(1.05);box-shadow:0 4px 12px #fb7e014d}.category-mobile-link:active .category-icon-mobile,.category-mobile-link:hover .category-icon-mobile{stroke:#fff}.category-mobile-text{display:flex;flex-direction:column;gap:3px;flex:1;position:relative;z-index:1}.category-mobile-name{font-size:15px;font-weight:600;color:#1a1a1a;line-height:1.3;transition:color .25s ease;letter-spacing:-.01em}.category-mobile-count{font-size:12px;color:#6c757d;font-weight:500;transition:color .25s ease}.category-mobile-link:active .category-mobile-name,.category-mobile-link:hover .category-mobile-name{color:#fb7e01}.category-mobile-link:active .category-mobile-count,.category-mobile-link:hover .category-mobile-count{color:#ff6b35}.category-mobile-item--all{border-top:1px solid rgba(0,0,0,.08);margin-top:8px;padding-top:8px}.category-mobile-link--all{background:linear-gradient(90deg,#fb7e010d,#fb7e0105)}.category-mobile-link--all .category-mobile-name{color:#fb7e01;font-weight:700;text-transform:uppercase;font-size:13px;letter-spacing:.05em}.category-mobile-link--all .category-mobile-icon-wrapper{background:linear-gradient(135deg,#fb7e01,#ff9a3d)}.category-mobile-link--all .category-icon-mobile{stroke:#fff}.category-mobile-menu{background:#fb7e0105;border-radius:8px;margin-top:8px}.category-mobile-menu .collapsible-content__inner{padding:8px 0}@media only screen and (min-width: 769px){.mobile-nav__item--categories{display:none}}@media only screen and (max-width: 768px){.category-dropdown__menu{min-width:100%;width:calc(100vw - 40px);max-width:380px}.category-dropdown__link{padding:16px 18px}.category-dropdown__icon-wrapper{width:48px;height:48px;min-width:48px}.category-dropdown__name{font-size:16px}.category-dropdown__count{font-size:13px}.category-dropdown__link{min-height:64px}.category-mobile-link:active .category-mobile-icon-wrapper{animation:mobileTapPulse .4s cubic-bezier(.4,0,.2,1)}@keyframes mobileTapPulse{0%,to{transform:scale(1.05)}50%{transform:scale(1.12)}}}@media only screen and (min-width: 769px) and (max-width: 1024px){.category-dropdown__menu{min-width:300px}.category-dropdown__link{padding:12px 16px}}@media (prefers-color-scheme: dark){.category-dropdown__menu{background:#1a1a1a;border-color:#ffffff1a;box-shadow:0 10px 40px #00000080,0 2px 8px #0000004d}.category-dropdown__link{background:#1a1a1a;color:#e9ecef}.category-dropdown__link:hover{background:#fb7e011a}.category-dropdown__name{color:#f8f9fa}.category-dropdown__count{color:#adb5bd}.category-dropdown__icon-wrapper{background:linear-gradient(135deg,#2d2d2d,#1f1f1f)}.category-icon{stroke:#adb5bd}}.category-dropdown__link:focus{outline:3px solid rgba(251,126,1,.4);outline-offset:-3px}.category-dropdown__link:focus-visible{outline:3px solid #fb7e01;outline-offset:2px;border-radius:8px}@media (prefers-reduced-motion: reduce){.category-dropdown__menu,.category-dropdown__link,.category-dropdown__icon-wrapper,.category-icon,.category-dropdown__arrow,.category-chevron{animation:none!important;transition:none!important}}@media (prefers-contrast: high){.category-dropdown__menu{border:2px solid currentColor}.category-dropdown__link{border-left-width:4px}.category-dropdown__link:hover{border-left-color:#fb7e01;background:#fb7e0133}}.category-dropdown__item--loading{pointer-events:none;opacity:.6}.category-dropdown__item--loading .category-dropdown__icon-wrapper{animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.category-dropdown__menu{max-height:500px;overflow-y:auto;overflow-x:hidden}.category-dropdown__menu::-webkit-scrollbar{width:6px}.category-dropdown__menu::-webkit-scrollbar-track{background:#00000005;border-radius:10px}.category-dropdown__menu::-webkit-scrollbar-thumb{background:#fb7e014d;border-radius:10px}.category-dropdown__menu::-webkit-scrollbar-thumb:hover{background:#fb7e0180}.category-dropdown__menu{scrollbar-width:thin;scrollbar-color:rgba(251,126,1,.3) rgba(0,0,0,.02)}.category-dropdown__menu:after{content:"";position:sticky;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to top,white,transparent);pointer-events:none;opacity:0;transition:opacity .3s ease}.category-dropdown__menu.is-scrollable:after{opacity:1}.category-dropdown__menu.is-scrolled{box-shadow:inset 0 10px 10px -10px #0000001a,0 10px 40px #0000001a,0 2px 8px #0000000f}.category-dropdown__empty{padding:40px 20px;text-align:center;color:#6c757d;font-size:14px}.category-dropdown__empty-icon{width:48px;height:48px;margin:0 auto 12px;stroke:#adb5bd;opacity:.5}
/*# sourceMappingURL=/cdn/shop/t/35/assets/category-dropdown.css.map */
