.custom-dropdown{position:relative;z-index:1001}.custom-dropdown__menu{position:absolute;top:60px;left:0;right:0;width:100vw;height:0%;z-index:2147483647;pointer-events:none;transition:height .2s cubic-bezier(.4,0,.2,1);overflow:hidden}.custom-dropdown__blur{position:absolute;top:60px;left:0;right:0;width:100vw;height:100vh;z-index:2147483646;pointer-events:auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.custom-dropdown__content{position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:auto;max-height:80vh;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(18px) saturate(100%);backdrop-filter:blur(18px) saturate(100%);border-radius:30px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;z-index:2147483648;overflow-y:auto;box-sizing:border-box;opacity:0;transform:translate(-50%) translateY(-20px);transition:opacity .4s cubic-bezier(.4,0,.2,1) .2s,transform .4s cubic-bezier(.4,0,.2,1) .2s;-ms-overflow-style:none;scrollbar-width:none}.custom-dropdown__content::-webkit-scrollbar{display:none}.custom-dropdown__columns{max-width:980px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1.5rem;justify-content:center;height:auto;min-height:40vh}.custom-dropdown__column{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:240px;min-width:0}.custom-dropdown__sub-columns{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(5,auto);grid-auto-flow:row;gap:.25rem}.custom-dropdown__sub-columns--single{grid-template-columns:1fr;grid-template-rows:auto;grid-auto-flow:row}.custom-dropdown__columns--no-grandchildren{display:flex;justify-content:space-between;gap:0}.custom-dropdown__columns--no-grandchildren .custom-dropdown__left-column{display:flex;flex-direction:column}.custom-dropdown__left-column{display:flex;flex-direction:row;justify-content:space-between}.custom-dropdown__image-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:.5rem;width:600px}.custom-dropdown__image-item{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;height:auto}.custom-dropdown__section-title{color:#323232;-webkit-user-select:text;user-select:text;font-size:1.1rem;font-weight:600;padding:.5rem .75rem;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .3s ease}.custom-dropdown__section-title:hover{box-shadow:inset 0 0 0 1px #fff3;border-radius:1rem}.custom-dropdown__sub-link{color:#323232;-webkit-user-select:text;user-select:text;font-size:.9rem;font-weight:400;padding:.4rem 1rem;text-decoration:none;text-align:center;position:relative;border-radius:18px;margin-bottom:.1rem;white-space:nowrap;overflow:hidden;transition:none}.custom-dropdown__sub-link:hover{box-shadow:inset 0 0 0 1px #fff3}.dropdown-hidden .custom-dropdown__menu,.dropdown-hidden .custom-dropdown__blur{opacity:0;pointer-events:none;height:0%;visibility:hidden;display:none}.custom-dropdown__menu--opening{height:calc(100vh - 60px);pointer-events:auto}.custom-dropdown__blur--opening{opacity:1;pointer-events:auto}.custom-dropdown__content--opening{opacity:1;transform:translate(-50%) translateY(0)}.custom-dropdown__menu--closing{height:0%;pointer-events:none}.custom-dropdown__blur--closing{opacity:0;pointer-events:none}.custom-dropdown__content--closing{opacity:0;transform:translate(-50%) translateY(-20px);transition:opacity .3s cubic-bezier(.4,0,.6,1),transform .3s cubic-bezier(.4,0,.6,1)}.custom-dropdown__columns--mega{display:flex;justify-content:space-between;gap:2rem;max-width:980px;margin:0 auto;height:auto;min-height:40vh}.custom-dropdown__columns--mega .custom-dropdown__left-column{display:flex;flex-direction:column;justify-content:flex-start;flex-wrap:wrap;gap:1rem}.custom-dropdown__columns--mega .custom-dropdown__left-column--few{justify-content:flex-start!important;align-items:flex-start}.custom-dropdown__mega-images{display:grid;gap:1rem;min-width:300px;grid-template-columns:1fr;grid-template-rows:auto}.custom-dropdown__mega-images--two{grid-template-columns:1fr 1fr;grid-template-rows:1fr;min-height:300px}.custom-dropdown__mega-images--four{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);min-width:350px}.custom-dropdown__mega-images--grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);min-width:400px}.custom-dropdown__mega-item{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;transition:all .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.custom-dropdown__mega-images--two .custom-dropdown__mega-item{min-height:140px}.custom-dropdown__mega-images--four .custom-dropdown__mega-item{min-height:120px;max-height:250px}.custom-dropdown__mega-images--four .custom-dropdown__mega-item img{max-height:250px}.custom-dropdown__mega-images--grid .custom-dropdown__mega-item{min-height:100px}.custom-dropdown__mega-item:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px}.custom-dropdown__mega-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;background:linear-gradient(-45deg,#fff0,#ffffff4d 40% 50%,#fff0 55%);mix-blend-mode:screen;pointer-events:none;background-size:200% 200%;background-position:-100% 50%;background-repeat:no-repeat;transition:background-position .4s ease;z-index:1;opacity:0}.custom-dropdown__mega-item:hover:before{opacity:1;background-position:100% 50%}.custom-dropdown__mega-item a{display:block;text-decoration:none;color:inherit;position:relative;z-index:2}.custom-dropdown__mega-item img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .3s ease;position:relative;z-index:2}.custom-dropdown__mega-item:hover img{transform:scale(1.02)}.custom-dropdown__mega-title{color:#fff;font-size:.9rem;font-weight:600;text-align:center;padding:.5rem 0;transition:none;text-shadow:0 1px 2px rgba(0,0,0,.3);position:relative;z-index:2}.custom-dropdown__mega-title:hover{color:#fff;box-shadow:none;background:none;transform:none}@media (min-width: 1024px){.custom-dropdown__menu,.custom-dropdown__menu--opening{top:100px;height:calc(100vh - 100px)}.custom-dropdown__blur{top:100px}.custom-dropdown__content{height:auto;padding:3rem 2rem;top:5px}.custom-dropdown__columns{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem}.custom-dropdown__columns--mega{gap:4rem}.custom-dropdown__columns--mega .custom-dropdown__left-column{gap:.5rem}.custom-dropdown__mega-images--four{min-width:400px}.custom-dropdown__mega-images--grid{min-width:450px}}@media (max-width: 1023px){.custom-dropdown__content{height:60vh;padding:2rem 1rem;top:5px}.custom-dropdown__columns{grid-template-columns:1fr;gap:1rem}.custom-dropdown__columns--mega{flex-direction:column;gap:1rem;grid-template-columns:1fr}.custom-dropdown__mega-images,.custom-dropdown__mega-images--two,.custom-dropdown__mega-images--four,.custom-dropdown__mega-images--grid{min-width:auto;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:.5rem;min-height:auto;max-width:none}.custom-dropdown__mega-item,.custom-dropdown__mega-images--two .custom-dropdown__mega-item,.custom-dropdown__mega-images--four .custom-dropdown__mega-item,.custom-dropdown__mega-images--grid .custom-dropdown__mega-item{padding:.5rem;min-height:80px}.custom-dropdown__mega-item img{height:60px}.custom-dropdown__mega-title{font-size:.8rem}.custom-dropdown__columns--mega .custom-dropdown__left-column{flex-direction:column;gap:.5rem}}@media (max-width: 768px){.custom-dropdown__mega-item img{height:70px}.custom-dropdown__mega-item{padding:.75rem}}@media (max-width: 480px){.custom-dropdown__mega-images,.custom-dropdown__mega-images--two,.custom-dropdown__mega-images--four,.custom-dropdown__mega-images--grid{grid-template-columns:1fr;gap:.75rem}.custom-dropdown__mega-item{padding:1rem;min-height:100px}.custom-dropdown__mega-item img{height:80px}.custom-dropdown__mega-title{font-size:.9rem}}@media (prefers-reduced-motion: reduce){.custom-dropdown__mega-item,.custom-dropdown__mega-item:before,.custom-dropdown__mega-item img{transition:none;animation:none}}.custom-dropdown__mega-item a:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px;border-radius:12px}@media (prefers-contrast: high){.custom-dropdown__mega-item{background:#ffffff26;border-color:#fff6}.custom-dropdown__mega-item:hover{background:#ffffff40;border-color:#fff9}.custom-dropdown__mega-title{text-shadow:0 2px 4px rgba(0,0,0,.8)}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/custom-header-dropdown.css.map */
