.editor-styles-wrapper .is-root-container .category-boxes, body.frontend .category-boxes {
  position: relative;
  padding-top: 40px;
}
@media only screen and (min-width: 325px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .category-boxes, body.frontend .category-boxes {
    padding-top: calc(100vw * 40 / 360);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .category-boxes, body.frontend .category-boxes {
    padding-top: calc(100vw * 80 / 768);
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .category-boxes, body.frontend .category-boxes {
    padding-top: calc(100vw * 120 / 1440);
  }
}
@media (min-width: 1600px) {
  .editor-styles-wrapper .is-root-container .category-boxes, body.frontend .category-boxes {
    padding-top: 133.3333333333px;
  }
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .category-boxes .container--large, body.frontend .category-boxes .container--large {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.editor-styles-wrapper .is-root-container .category-boxes h2, body.frontend .category-boxes h2 {
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .category-boxes h2 br, body.frontend .category-boxes h2 br {
    display: none;
  }
}
.editor-styles-wrapper .is-root-container .category-boxes .category-boxes-list, body.frontend .category-boxes .category-boxes-list {
  column-gap: 24px;
  margin-top: 30px;
}
@media only screen and (min-width: 325px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-boxes-list, body.frontend .category-boxes .category-boxes-list {
    margin-top: calc(100vw * 30 / 360);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-boxes-list, body.frontend .category-boxes .category-boxes-list {
    margin-top: calc(100vw * 56 / 768);
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-boxes-list, body.frontend .category-boxes .category-boxes-list {
    margin-top: calc(100vw * 56 / 1440);
  }
}
@media (min-width: 1600px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-boxes-list, body.frontend .category-boxes .category-boxes-list {
    margin-top: 62.2222222222px;
  }
}
.editor-styles-wrapper .is-root-container .category-boxes .category-boxes-list, body.frontend .category-boxes .category-boxes-list {
  align-items: stretch;
}
.editor-styles-wrapper .is-root-container .category-boxes .category-box, body.frontend .category-boxes .category-box {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  flex: 1 1 0;
  min-width: 0;
  height: 300px;
}
@media only screen and (min-width: 325px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-box, body.frontend .category-boxes .category-box {
    height: calc(100vw * 300 / 360);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-box, body.frontend .category-boxes .category-box {
    height: calc(100vw * 512 / 768);
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-box, body.frontend .category-boxes .category-box {
    height: calc(100vw * 512 / 1440);
  }
}
@media (min-width: 1600px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-box, body.frontend .category-boxes .category-box {
    height: 568.8888888889px;
  }
}
.editor-styles-wrapper .is-root-container .category-boxes .category-box, body.frontend .category-boxes .category-box {
  margin-bottom: 30px;
  display: flex;
  color: #ffffff;
  flex-direction: column;
  justify-content: space-between;
  /* MEDIA LAYER (image/video) */
}
.editor-styles-wrapper .is-root-container .category-boxes .category-box .category-media, body.frontend .category-boxes .category-box .category-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
}
.editor-styles-wrapper .is-root-container .category-boxes .category-box .category-media__el, body.frontend .category-boxes .category-box .category-media__el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.editor-styles-wrapper .is-root-container .category-boxes .category-box .category-media__video, body.frontend .category-boxes .category-box .category-media__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-box .category-media__video, body.frontend .category-boxes .category-box .category-media__video {
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-box:hover .overlay, body.frontend .category-boxes .category-box:hover .overlay {
    opacity: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .editor-styles-wrapper .is-root-container .category-boxes .category-box:hover .category-list, body.frontend .category-boxes .category-box:hover .category-list {
    opacity: 1;
    visibility: visible;
  }
  .editor-styles-wrapper .is-root-container .category-boxes .category-box:hover .category-media__video, body.frontend .category-boxes .category-box:hover .category-media__video {
    opacity: 1;
  }
}
.editor-styles-wrapper .is-root-container .category-boxes .category-box .overlay, body.frontend .category-boxes .category-box .overlay {
  transition: all 0.4s ease;
  opacity: 0.7;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.editor-styles-wrapper .is-root-container .category-boxes .category-box h3, body.frontend .category-boxes .category-box h3 {
  position: relative;
  z-index: 2;
  padding: 25px 15px 20px 20px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-box h3, body.frontend .category-boxes .category-box h3 {
    padding: 24px 18px 24px 24px;
  }
}
.editor-styles-wrapper .is-root-container .category-boxes .category-box .category-list, body.frontend .category-boxes .category-box .category-list {
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  padding: 24px 18px 24px 24px;
  gap: 4px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-box .category-list, body.frontend .category-boxes .category-box .category-list {
    width: 80%;
    padding: 25px 15px 20px 15px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-box .category-list, body.frontend .category-boxes .category-box .category-list {
    opacity: 0;
    visibility: hidden;
  }
}
.editor-styles-wrapper .is-root-container .category-boxes .category-box .category-list .category, body.frontend .category-boxes .category-box .category-list .category {
  background: #ffffff;
  padding: 6px 10px;
  color: #000000;
  border-radius: 100px;
  width: fit-content;
  font-size: 12px;
}
@media only screen and (min-width: 325px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-box .category-list .category, body.frontend .category-boxes .category-box .category-list .category {
    font-size: calc(100vw * 12 / 360);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-box .category-list .category, body.frontend .category-boxes .category-box .category-list .category {
    font-size: calc(100vw * 12 / 768);
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-box .category-list .category, body.frontend .category-boxes .category-box .category-list .category {
    font-size: calc(100vw * 12 / 1440);
  }
}
@media (min-width: 1600px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-box .category-list .category, body.frontend .category-boxes .category-box .category-list .category {
    font-size: 13.3333333333px;
  }
}
.editor-styles-wrapper .is-root-container .category-boxes .category-box .category-list .category, body.frontend .category-boxes .category-box .category-list .category {
  letter-spacing: -0.7px;
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 0;
}
.editor-styles-wrapper .is-root-container .category-boxes .category-box .category-list .category:before, body.frontend .category-boxes .category-box .category-list .category:before {
  display: none;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .category-boxes .category-box .category-list .category, body.frontend .category-boxes .category-box .category-list .category {
    padding: 8px 10px;
  }
}
