@media (min-width: 768px) {
  .categorySubmenu {
    background-color: #FFFFFF;
    border: 1px solid var(--color-border);
  }
  .categorySubmenuFooter {
    width: 100%;
    padding-top: 1.375rem;
    border-top: 1px solid var(--color-border);
  }
  .categorySubmenuFooter__button {
    margin-left: auto;
    min-height: 35px;
    height: 2.3684210526vw;
    max-height: 45px;
  }
  .categorySubmenu {
    padding: 1.5625rem 1.875rem 1.375rem 2.1875rem;
  }
  .categorySubmenu__content {
    position: relative;
  }
  .categorySubmenu__header {
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 1.875rem;
    text-transform: uppercase;
  }
  .categorySubmenuItem {
    flex-shrink: 0;
    margin: 0.625rem 0;
    padding: 0 10px;
  }
  .categorySubmenuItem__photo {
    margin-top: 1.25rem;
    margin-bottom: clamp(10px, 1.3157894737vw, 25px);
    height: 3.6842105263vw;
    min-height: 40px;
  }
  .categorySubmenuItem__photo img {
    transition: transform 0.15s ease-out;
  }
  .categorySubmenu__itemName {
    font-size: calc(5px + 0.5vw);
    font-family: Roboto, Arial, sans-serif, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin-top: 5px;
    padding: 0;
    width: 100%;
  }
  .categorySubmenu__bannerWrap {
    display: none;
  }
  .categorySubmenuContent {
    height: calc(100% - (2.2105263158vw + 1.375rem));
    padding-bottom: 1.25rem;
  }
  .categorySubmenuContent--full {
    height: 100%;
    padding-bottom: 0;
  }
  .categorySubmenuItem:hover .categorySubmenuItem__photo img {
    transform: scale(1.05);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .categorySubmenuItem {
    width: 14.2857142857%;
  }
  .categorySubmenuItem:not(:nth-child(7n)) {
    border-right: 1px solid var(--color-border);
  }
}
@media (min-width: 1200px) {
  .categorySubmenuItem {
    width: 10%;
  }
  .categorySubmenuItem:not(:nth-child(10n)) {
    border-right: 1px solid var(--color-border);
  }
  .categorySubmenu__itemName {
    font-size: calc(5px + 0.5vw);
  }
  .categorySubmenu__bannerWrap {
    display: flex;
    margin-left: 2.1875rem;
  }
  .categorySubmenu__banner {
    position: relative;
    width: 18.75rem;
  }
  .categorySubmenu__banner::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 161.9402985075%;
  }
  .categorySubmenu__banner img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .categorySubmenu__mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .categorySubmenu__bannerContent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.9375rem;
  }
  .categorySubmenu__desc {
    margin-bottom: 1.875rem;
  }
  .categorySubmenu__desc .header,
  .categorySubmenu__desc h1, .categorySubmenu__desc .-h1,
  .categorySubmenu__desc h2, .categorySubmenu__desc .-h2,
  .categorySubmenu__desc h3, .categorySubmenu__desc .-h3,
  .categorySubmenu__desc h4, .categorySubmenu__desc .-h4,
  .categorySubmenu__desc h5, .categorySubmenu__desc .-h5,
  .categorySubmenu__desc h6, .categorySubmenu__desc .-h6 {
    color: inherit;
    font-size: clamp(20px, 7.2222222222vw, 26px);
  }
}
@media (min-width: 1200px) and (min-width: 360px) {
  .categorySubmenu__desc .header,
  .categorySubmenu__desc h1, .categorySubmenu__desc .-h1,
  .categorySubmenu__desc h2, .categorySubmenu__desc .-h2,
  .categorySubmenu__desc h3, .categorySubmenu__desc .-h3,
  .categorySubmenu__desc h4, .categorySubmenu__desc .-h4,
  .categorySubmenu__desc h5, .categorySubmenu__desc .-h5,
  .categorySubmenu__desc h6, .categorySubmenu__desc .-h6 {
    font-size: clamp(26px, 1.6842105263vw, 32px);
  }
}
@media (min-width: 1200px) {
  .categorySubmenu__desc--bright {
    color: #FFFFFF;
  }
  .categorySubmenu__desc--dark {
    color: #22262C;
  }
  .categorySubmenu__button--full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: auto;
    width: 100%;
    max-width: none;
    min-height: auto;
    height: 100%;
    max-height: none;
    padding: 0;
    opacity: 0;
    z-index: 1;
  }
}
@media (min-width: 1900px) {
  .categorySubmenuItem__photo {
    height: 70px;
  }
  .categorySubmenu__itemName {
    font-size: 14px;
    padding-left: 7%;
    padding-right: 7%;
  }
}
/*# sourceMappingURL=category_submenu.css.map */