:root{--categories-menu-border-bottom-color: var(--gray-200);--categories-menu-background-color: var(--white);--categories-menu-divider-color: var(--gray-200);--categories-menu-item-color: var(--gray-800);--categories-menu-item-hover-color: var(--blue-500);--categories-menu-left-arrow-background-image: url(/_astro/images/icons/arrow-left.svg);--categories-menu-right-arrow-background-image: url(/_astro/images/icons/arrow-right.svg);--categories-menu-left-arrow-gradient: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 50%, #fff);--categories-menu-right-arrow-gradient: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 50%, #fff)}.categories-menu--sport-theme.astro-ze4xry6y{--categories-menu-border-bottom-color: transparent;--categories-menu-background-color: var(--gray-800);--categories-menu-divider-color: var(--white);--categories-menu-item-color: var(--white);--categories-menu-item-hover-color: var(--gray-400);--categories-menu-left-arrow-background-image: url(/_astro/images/icons/arrow-left-white.svg);--categories-menu-right-arrow-background-image: url(/_astro/images/icons/arrow-right-white.svg);--categories-menu-left-arrow-gradient: linear-gradient(deg, #212121 0%, rgba(33, 33, 33, .96) 40.1%, rgba(33, 33, 33, 0) 97.92%);--categories-menu-right-arrow-gradient: linear-gradient(270deg, #212121 0%, rgba(33, 33, 33, .96) 40.1%, rgba(33, 33, 33, 0) 97.92%)}.categories-menu-tooltip-container.astro-ze4xry6y{position:relative;display:flex}.categories-menu-tooltip-container.astro-ze4xry6y:hover .categories-menu-tooltip.astro-ze4xry6y{visibility:visible;opacity:1}.categories-menu-tooltip.astro-ze4xry6y{width:230px;visibility:hidden;opacity:0;transition:visibility .3s ease-in-out,opacity .3s ease-in-out}.categories-menu-tooltip__description.astro-ze4xry6y{color:var(--text-primary);font:var(--text-12);letter-spacing:var(--text-12-letter-spacing)}.categories-menu.astro-ze4xry6y{width:100%;height:40px;border-bottom:1px solid var(--categories-menu-border-bottom-color);display:flex;position:sticky;top:60px;z-index:var(--categories-menu-z-index);background-color:var(--categories-menu-background-color)}@media screen and (min-width: 1152px){.categories-menu.astro-ze4xry6y{height:46px;top:60px}}.categories-menu__left-arrow.astro-ze4xry6y,.categories-menu__right-arrow.astro-ze4xry6y{position:absolute;width:55px;height:100%;top:0;background-repeat:no-repeat;cursor:pointer;display:block;z-index:1}.categories-menu__left-arrow.astro-ze4xry6y{background-image:var(--categories-menu-left-arrow-gradient);left:0}.categories-menu__left-arrow.astro-ze4xry6y:after{content:"";display:block;background-position:5px 10px;background-size:20px 20px;background-repeat:no-repeat;position:absolute;width:100%;height:100%;left:0;top:0;opacity:.6;background-image:var(--categories-menu-left-arrow-background-image)}.categories-menu__right-arrow.astro-ze4xry6y{background-image:var(--categories-menu-right-arrow-gradient);right:0}.categories-menu__right-arrow.astro-ze4xry6y:after{content:"";display:block;background-position:30px 10px;background-size:20px 20px;background-repeat:no-repeat;position:absolute;width:100%;height:100%;left:0;top:0;opacity:.6;background-image:var(--categories-menu-right-arrow-background-image)}.categories-menu__icon.astro-ze4xry6y{display:inline-block}.categories-menu__slider.astro-ze4xry6y{position:relative;overflow-x:scroll;scroll-behavior:smooth;display:flex}.categories-menu__slider.astro-ze4xry6y.overflow-x-initial{overflow-x:initial}.categories-menu__slider.astro-ze4xry6y.overflow-x-visible{overflow-x:visible}.categories-menu__slider.astro-ze4xry6y::-webkit-scrollbar{display:none}@media screen and (min-width: 1152px){.categories-menu__slider.astro-ze4xry6y{width:auto}}.categories-menu__parent-category.astro-ze4xry6y{color:var(--categories-menu-item-color);text-transform:uppercase;display:inline-flex;align-items:center;white-space:nowrap;font:var(--title-14);gap:5px;letter-spacing:var(--title-14-letter-spacing)}.categories-menu__parent-category.astro-ze4xry6y:after{content:"";display:inline-flex;width:1px;height:21px;background-color:var(--categories-menu-divider-color);margin-left:16px}@media screen and (min-width: 1152px){.categories-menu__parent-category.astro-ze4xry6y:after{margin-left:20px}}.categories-menu__nav.astro-ze4xry6y{padding-left:20px;overflow-x:visible}.categories-menu__list.astro-ze4xry6y{height:100%;display:flex;align-items:center}:is(.categories-menu__list .categories-menu__item):first-child.astro-ze4xry6y .categories-menu__link.astro-ze4xry6y{padding-left:0}.categories-menu__item.astro-ze4xry6y{display:inline-flex;align-items:center;height:100%}:is(.more-categories__list .categories-menu__item):first-child.astro-ze4xry6y .categories-menu__link.astro-ze4xry6y{padding-top:15px}:is(.more-categories__list .categories-menu__item):last-child.astro-ze4xry6y .categories-menu__link.astro-ze4xry6y{padding-bottom:15px}.categories-menu__link.astro-ze4xry6y{display:inline-flex;align-items:center;color:var(--categories-menu-item-color);padding:0 10px;transition:color .3s linear;height:100%;white-space:nowrap;gap:5px;font:var(--text-14);letter-spacing:var(--text-14-letter-spacing)}.categories-menu__link.astro-ze4xry6y:hover{color:var(--categories-menu-item-hover-color)}.more-categories.astro-ze4xry6y{display:none;position:relative;margin-left:10px}@media screen and (min-width: 1152px){.more-categories.astro-ze4xry6y{display:block}}.more-categories__button.astro-ze4xry6y{display:flex;align-items:center;padding-left:20px;height:100%;background-color:var(--categories-menu-background-color);color:var(--categories-menu-item-color);font:var(--text-14);letter-spacing:var(--text-14-letter-spacing);cursor:pointer;transition:color .3s linear}.more-categories__button.astro-ze4xry6y:hover{color:var(--categories-menu-item-hover-color)}.more-categories__button.astro-ze4xry6y:before{content:"";position:absolute;display:block;left:0;top:50%;transform:translateY(-50%);width:1px;height:18px;background-color:var(--categories-menu-divider-color)}.more-categories__icon.astro-ze4xry6y{margin-left:5px;display:inline-flex}.more-categories__list.astro-ze4xry6y{position:absolute;top:calc(100% + 2px);left:0;background-color:var(--categories-menu-background-color);z-index:3;padding:0;border:1px solid var(--categories-menu-divider-color);min-width:240px;display:none;flex-direction:column}.more-categories__list.astro-ze4xry6y .categories-menu__link.astro-ze4xry6y{padding:10px 0 10px 20px}.open.astro-ze4xry6y .more-categories__list.astro-ze4xry6y{display:flex}.open.astro-ze4xry6y .more-categories__icon.astro-ze4xry6y{transform:scale(-1)}
