main {
  margin: 0px 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  z-index: 100000;
  background-color: white;
  display: flex;
  flex-direction: column;
  border: 1px solid #b5b5b5;
}
@media screen and (min-width: 1940px) {
  main {
    margin: 0px auto;
    max-width: 1820px;
  }
}
@media screen and (max-width: 1170px) {
  main {
    margin: 0px 30px;
  }
}
@media screen and (max-width: 576px) {
  main {
    margin: 0px 16px;
  }
}
@media screen and (min-width: 1940px) {
  main {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1170px) {
  main {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  main {
    margin-top: 20px;
    margin-bottom: 20px;
    order: 2;
  }
}
@media screen and (max-width: 576px) {
  main {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
main .category_breadcrumb {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 20px 24px;
  border-bottom: 1px solid #b5b5b5;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  main .category_breadcrumb {
    padding: 10px 16px;
  }
}
main .category_breadcrumb li {
  padding-right: 30px;
  display: inline-block;
  position: relative;
  line-height: 100%;
  font-weight: 400;
  line-height: 140% !important;
  color: #212322;
  font-size: 16px;
}
@media screen and (max-width: 1366px) {
  main .category_breadcrumb li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  main .category_breadcrumb li {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  main .category_breadcrumb li {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  main .category_breadcrumb li {
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  main .category_breadcrumb li {
    font-size: 10px;
  }
}
main .category_breadcrumb li:last-of-type {
  color: #ffcd00;
}
@media screen and (max-width: 992px) {
  main .category_breadcrumb li {
    padding-right: 15px;
  }
}
main .category_breadcrumb li::after {
  font-weight: 400;
  line-height: 140% !important;
  color: #212322;
  font-size: 16px;
  content: "/";
  position: absolute;
  top: 0px;
  right: 10px;
}
@media screen and (max-width: 1366px) {
  main .category_breadcrumb li::after {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  main .category_breadcrumb li::after {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  main .category_breadcrumb li::after {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  main .category_breadcrumb li::after {
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  main .category_breadcrumb li::after {
    font-size: 10px;
  }
}
@media screen and (max-width: 992px) {
  main .category_breadcrumb li::after {
    right: 5px;
    top: 0px;
  }
}
@media screen and (max-width: 450px) {
  main .category_breadcrumb li::after {
    top: 3px;
  }
}
main .category_breadcrumb li:last-of-type::after {
  content: "";
  display: none;
}
main .category_breadcrumb a,
main .category_breadcrumb p {
  font-weight: 400;
  line-height: 140% !important;
  color: #212322;
  font-size: 16px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1366px) {
  main .category_breadcrumb a,
  main .category_breadcrumb p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  main .category_breadcrumb a,
  main .category_breadcrumb p {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  main .category_breadcrumb a,
  main .category_breadcrumb p {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  main .category_breadcrumb a,
  main .category_breadcrumb p {
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  main .category_breadcrumb a,
  main .category_breadcrumb p {
    font-size: 10px;
  }
}
main .category_breadcrumb a {
  transition: all 0.3s ease-in-out;
}
main .category_breadcrumb a:hover {
  color: #5c6735;
}
main .category_row {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 992px) {
  main .category_row {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  main .category_row {
    padding: 10px;
  }
}
main .category_row h1 {
  font-size: 40px;
  text-transform: uppercase;
  color: #2d2d2d;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  main .category_row h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1100px) {
  main .category_row h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  main .category_row h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  main .category_row h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1100px) {
  main .category_row h1 {
    font-size: 33px;
  }
}
@media screen and (max-width: 576px) {
  main .category_row h1 {
    font-size: 31px;
  }
}
@media screen and (max-width: 450px) {
  main .category_row h1 {
    font-size: 29px;
  }
}
main .category_row p {
  padding-right: 30vw;
}
@media screen and (max-width: 1400px) {
  main .category_row p {
    padding-right: 0vw;
  }
}
main .category_row .category_row_results {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 24%);
  grid-auto-rows: minmax(min-content, max-content);
  -moz-column-gap: 1%;
       column-gap: 1%;
  row-gap: 20px;
  justify-content: space-between;
  padding: 20px 4vw;
}
@media screen and (max-width: 1400px) {
  main .category_row .category_row_results {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 1200px) {
  main .category_row .category_row_results {
    grid-gap: 10px;
    grid-template-columns: repeat(3, 32%);
  }
}
@media screen and (max-width: 768px) {
  main .category_row .category_row_results {
    grid-template-columns: repeat(2, 49%);
  }
}
@media screen and (max-width: 450px) {
  main .category_row .category_row_results {
    grid-template-columns: repeat(2, 48.5%);
  }
}
main .category_row .category_row_results .category_row_results_item {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item {
    border: 1px solid #b5b5b5;
    padding: 10px 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  main .category_row .category_row_results .category_row_results_item {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_image img {
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    max-height: 210px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_image img {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_image img {
    max-width: 100%;
    max-height: 140px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_image img {
    max-height: 120px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_image img {
    max-height: 100px;
  }
}
main .category_row .category_row_results .category_row_results_item .category_row_results_item_name {
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_name {
    padding-right: 35px;
  }
}
@media screen and (max-width: 450px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_name {
    padding-right: 30px;
  }
}
main .category_row .category_row_results .category_row_results_item .category_row_results_item_name a {
  font-weight: 600;
  font-size: 23px;
  line-height: 140%;
  color: #212322;
  letter-spacing: 1px;
  color: #5c6735;
  line-height: 110%;
}
@media (max-width: 450px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_name a {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_name a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_name a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 19px;
  }
}
@media screen and (max-width: 576px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_name a {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_name a {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_name a {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_name a {
    word-wrap: break-word;
  }
}
main .category_row .category_row_results .category_row_results_item .category_row_results_item_name .category_row_results_item_name_mob_arrow {
  display: none;
}
@media screen and (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_name .category_row_results_item_name_mob_arrow {
    content: "";
    position: absolute;
    top: 5px;
    right: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_name .category_row_results_item_name_mob_arrow {
    right: -10px;
  }
}
main .category_row .category_row_results .category_row_results_item .category_row_results_item_name .category_row_results_item_name_mob_arrow::before {
  width: 24px;
  height: 14px;
  transform: scale(0.8) rotate(0deg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: rgb(173, 173, 173);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  -webkit-mask: url(../icon/arrow_fill_icon.svg);
          mask: url(../icon/arrow_fill_icon.svg);
  content: "";
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_name .category_row_results_item_name_mob_arrow::before {
    top: 2px;
  }
}
@media screen and (max-width: 450px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_name .category_row_results_item_name_mob_arrow::before {
    transform: scale(0.6) rotate(0deg);
  }
}
main .category_row .category_row_results .category_row_results_item .category_row_results_item_name .category_row_results_item_name_mob_arrow:hover {
  color: #5c6735;
}
main .category_row .category_row_results .category_row_results_item .category_row_results_item_name .category_row_results_item_name_mob_arrow:hover::before {
  background-color: #5c6735;
}
main .category_row .category_row_results .category_row_results_item .category_row_results_item_name .category_row_results_item_name_mob_arrow_rotate::before {
  transform: scale(0.8) rotate(180deg);
}
@media screen and (max-width: 450px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_name .category_row_results_item_name_mob_arrow_rotate::before {
    transform: scale(0.6) rotate(180deg);
  }
}
main .category_row .category_row_results .category_row_results_item .category_row_results_item_list_container {
  display: block;
}
@media screen and (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list_container {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    z-index: 1000022;
    background-color: white;
    border: 1px solid #b5b5b5;
    width: calc(100% + 2px);
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 15px;
    box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.4);
  }
}
main .category_row .category_row_results .category_row_results_item .category_row_results_item_list {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  row-gap: 5px;
}
@media screen and (max-width: 992px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list {
    row-gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list {
    row-gap: 0px;
    padding-top: 5px;
  }
}
main .category_row .category_row_results .category_row_results_item .category_row_results_item_list a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #212322;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1366px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list a {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list a {
    font-size: 20px;
    border-bottom: 1px solid #b5b5b5;
    padding: 10px 0px;
    display: block;
  }
}
@media screen and (max-width: 576px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list a {
    font-size: 17px;
  }
}
@media screen and (max-width: 450px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list a {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list a {
    font-size: 14px;
  }
}
main .category_row .category_row_results .category_row_results_item .category_row_results_item_list a:hover {
  color: #5c6735;
}
@media screen and (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list a:last-of-type {
    border-bottom: 1px solid transparent;
  }
}
main .category_row .category_row_results .category_row_results_item .category_row_results_item_list .category_row_results_item_list_visible_button {
  text-align: left;
  position: relative;
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #212322;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(173, 173, 173);
}
@media (max-width: 1366px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list .category_row_results_item_list_visible_button {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list .category_row_results_item_list_visible_button {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list .category_row_results_item_list_visible_button {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list .category_row_results_item_list_visible_button {
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list .category_row_results_item_list_visible_button {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list .category_row_results_item_list_visible_button {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list .category_row_results_item_list_visible_button {
    display: none;
  }
}
main .category_row .category_row_results .category_row_results_item .category_row_results_item_list .category_row_results_item_list_visible_button::before {
  position: absolute;
  top: 2px;
  left: -20px;
  width: 24px;
  height: 14px;
  transform: scale(0.6) rotate(0deg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: rgb(173, 173, 173);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  -webkit-mask: url(../icon/arrow_fill_icon.svg);
          mask: url(../icon/arrow_fill_icon.svg);
  content: "";
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  main .category_row .category_row_results .category_row_results_item .category_row_results_item_list .category_row_results_item_list_visible_button::before {
    top: 2px;
  }
}
main .category_row .category_row_results .category_row_results_item .category_row_results_item_list .category_row_results_item_list_visible_button:hover {
  color: #5c6735;
}
main .category_row .category_row_results .category_row_results_item .category_row_results_item_list .category_row_results_item_list_visible_button:hover::before {
  background-color: #5c6735;
}
main .category_row .category_row_results .category_row_results_item .category_row_results_item_list .category_row_results_item_list_visible_button_rotate::before {
  transform: scale(0.7) rotate(180deg);
}
main .category_row .category_row_results .category_row_results_item_list_dropdown_container {
  z-index: 1000022;
  position: relative;
  height: 1px;
}
@media screen and (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item_list_dropdown_container {
    height: -moz-fit-content;
    height: fit-content;
  }
}
main .category_row .category_row_results .category_row_results_item_list_dropdown_container .category_row_results_item_list_dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000022;
  display: none;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  padding: 5px 15px;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.4);
}
@media screen and (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item_list_dropdown_container .category_row_results_item_list_dropdown {
    position: relative;
    display: flex !important;
    flex-direction: column;
    top: 0px;
    left: 0px;
    box-shadow: none;
    padding: 0px;
    width: 100%;
  }
}
main .category_row .category_row_results .category_row_results_item_list_dropdown_container .category_row_results_item_list_dropdown a {
  z-index: inherit;
  padding: 6px 0px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #212322;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid #b5b5b5;
}
@media (max-width: 1366px) {
  main .category_row .category_row_results .category_row_results_item_list_dropdown_container .category_row_results_item_list_dropdown a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  main .category_row .category_row_results .category_row_results_item_list_dropdown_container .category_row_results_item_list_dropdown a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item_list_dropdown_container .category_row_results_item_list_dropdown a {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  main .category_row .category_row_results .category_row_results_item_list_dropdown_container .category_row_results_item_list_dropdown a {
    font-size: 13px;
  }
}
@media (max-width: 1366px) {
  main .category_row .category_row_results .category_row_results_item_list_dropdown_container .category_row_results_item_list_dropdown a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item_list_dropdown_container .category_row_results_item_list_dropdown a {
    font-size: 20px;
    padding: 10px 0px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  main .category_row .category_row_results .category_row_results_item_list_dropdown_container .category_row_results_item_list_dropdown a {
    font-size: 17px;
  }
}
@media screen and (max-width: 450px) {
  main .category_row .category_row_results .category_row_results_item_list_dropdown_container .category_row_results_item_list_dropdown a {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  main .category_row .category_row_results .category_row_results_item_list_dropdown_container .category_row_results_item_list_dropdown a {
    font-size: 14px;
  }
}
main .category_row .category_row_results .category_row_results_item_list_dropdown_container .category_row_results_item_list_dropdown a:hover {
  color: #5c6735;
}
main .category_row .category_row_results .category_row_results_item_list_dropdown_container .category_row_results_item_list_dropdown a:first-of-type {
  border-top: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  main .category_row .category_row_results .category_row_results_item_list_dropdown_container .category_row_results_item_list_dropdown a:first-of-type {
    border-top: 1px solid #b5b5b5;
  }
}