/* components/category-picker/src/scss/category-picker.scss */
.c-category-picker__inner {
  position: relative;
}
@media (min-width: 992px) {
  .c-category-picker__inner::before {
    content: "";
    -webkit-mask-image: url(./img/arrow.svg);
    mask-image: url(./img/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    width: 9rem;
    height: 10.5625rem;
    background: #F49F0B;
    position: absolute;
    top: -0.625rem;
    left: 3%;
  }
}
@media (min-width: 1200px) {
  .c-category-picker__inner::before {
    left: 7%;
    width: 12.1875rem;
    height: 14.1875rem;
  }
}
@media (min-width: 1440px) {
  .c-category-picker__inner::before {
    left: 10%;
  }
}
.c-category-picker__view {
  margin-top: 3.4375rem;
}
@media (min-width: 576px) {
  .c-category-picker__view .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    row-gap: 3.125rem;
  }
}
.c-category-picker__view .view-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-category-picker__view .view-row:not(:first-child) {
  margin-top: -2.1875rem;
}
@media (min-width: 576px) {
  .c-category-picker__view .view-row:not(:first-child) {
    margin-top: 0;
  }
}
.c-category-picker__view .view-row:nth-child(even) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 576px) {
  .c-category-picker__view .view-row:nth-child(even) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 576px) {
  .c-category-picker__view .view-row {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .c-category-picker__view .view-row {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .c-category-picker__view {
    margin-top: 5rem;
  }
}
/*# sourceMappingURL=category-picker.css.map */
