/* NeNashi catalogue: classic prices, full names and modern category navigation. */
@media (max-width: 767px) {
  html body .product-layout .product-thumb .caption .name {
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 12px 9px 6px !important;
  }

  html body .product-layout .product-thumb .caption .name a {
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
    color: #22262c !important;
    font-size: 14px !important;
    line-height: 1.38 !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    text-align: center;
    white-space: normal !important;
    text-overflow: clip !important;
    -webkit-box-orient: initial !important;
    -webkit-line-clamp: initial !important;
  }

  html body .product-layout .product-thumb .caption .price {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 38px !important;
    margin: 0 0 8px !important;
    padding: 2px 7px !important;
  }

  html body .product-layout .product-thumb .caption .price > div {
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 4px 8px;
  }

  html body .product-layout .product-thumb .caption .price-normal {
    display: inline !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #252a31 !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
    font-weight: 750 !important;
  }

  html body .product-layout .product-thumb .caption .price-new,
  html body .product-layout .product-thumb .caption .price-special {
    display: inline !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #d92d20 !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    font-weight: 850 !important;
  }

  html body .product-layout .product-thumb .caption .price-old {
    color: #949aa3 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 550 !important;
    text-decoration: line-through !important;
  }
}

html.route-product-category body .refine-categories.refine-carousel {
  position: relative !important;
  height: auto !important;
  margin: 10px 0 18px !important;
  padding: 4px 0 28px !important;
  overflow: hidden !important;
}

html.route-product-category body .refine-categories.refine-carousel .swiper,
html.route-product-category body .refine-categories.refine-carousel .swiper-container {
  height: auto !important;
  min-height: 0 !important;
}

html.route-product-category body .refine-categories.refine-carousel .swiper-container {
  overflow: visible !important;
}

html.route-product-category body .refine-categories.refine-carousel .swiper-wrapper {
  align-items: stretch !important;
}

html.route-product-category body .refine-categories.refine-carousel .refine-item {
  height: auto !important;
  min-height: 154px !important;
  padding: 0 !important;
  background: transparent !important;
}

html.route-product-category body .refine-categories.refine-carousel .refine-item > a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  box-sizing: border-box !important;
  height: 100% !important;
  min-height: 154px !important;
  padding: 8px 7px 10px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #e7e9ec !important;
  border-radius: 15px !important;
  box-shadow: 0 6px 18px rgba(17, 25, 39, .045) !important;
  color: #20262d !important;
  text-decoration: none !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

html.route-product-category body .refine-categories.refine-carousel .refine-item > a:hover {
  border-color: #d9dde2 !important;
  box-shadow: 0 9px 24px rgba(17, 25, 39, .07) !important;
  transform: translateY(-1px) !important;
}

html.route-product-category body .refine-categories.refine-carousel .refine-item img {
  display: block !important;
  width: 100% !important;
  height: 108px !important;
  margin: 0 0 7px !important;
  padding: 4px !important;
  box-sizing: border-box !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #fff !important;
  border-radius: 11px !important;
}

html.route-product-category body .refine-categories.refine-carousel .refine-name {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 30px !important;
  color: #20262d !important;
  font-size: 13px !important;
  line-height: 15px !important;
  font-weight: 700 !important;
  text-align: center !important;
  letter-spacing: 0 !important;
}

html.route-product-category body .refine-categories.refine-carousel .count-badge,
html.route-product-category body .refine-categories.refine-carousel .swiper-button-prev,
html.route-product-category body .refine-categories.refine-carousel .swiper-button-next {
  display: none !important;
}

html.route-product-category body .refine-categories.refine-carousel .swiper-pagination {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -3px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  height: 20px !important;
  transform: none !important;
}

html.route-product-category body .refine-categories.refine-carousel .swiper-pagination-bullet {
  width: 14px !important;
  height: 4px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #d8dadd !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

html.route-product-category body .refine-categories.refine-carousel .swiper-pagination-bullet-active {
  width: 27px !important;
  background: #f06423 !important;
}

html.route-product-category body .products-filter {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin: 0 0 16px !important;
  padding: 10px 0 !important;
  background: transparent !important;
  border: 0 !important;
}

html.route-product-category body .products-filter .grid-list,
html.route-product-category body .products-filter .select-group {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

html.route-product-category body .products-filter .grid-list > button,
html.route-product-category body .products-filter .compare-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #313842 !important;
  background: #fff !important;
  border: 1px solid #e4e7eb !important;
  border-radius: 10px !important;
  box-shadow: 0 3px 10px rgba(17, 25, 39, .035) !important;
}

html.route-product-category body .products-filter .select-group .input-group {
  margin: 0 !important;
}

html.route-product-category body .products-filter select.form-control {
  height: 38px !important;
  padding: 0 30px 0 11px !important;
  color: #343a42 !important;
  background-color: #fff !important;
  border: 1px solid #e4e7eb !important;
  border-radius: 10px !important;
  box-shadow: 0 3px 10px rgba(17, 25, 39, .035) !important;
  font-size: 13px !important;
}

@media (max-width: 767px) {
  html.route-product-category body .refine-categories.refine-carousel {
    margin-top: 7px !important;
    padding-bottom: 27px !important;
  }

  html.route-product-category body .refine-categories.refine-carousel .refine-item.swiper-slide {
    width: calc((100% - 26px) / 3.2) !important;
    min-height: 140px !important;
    margin-right: 9px !important;
  }

  html.route-product-category body .refine-categories.refine-carousel .refine-item > a {
    min-height: 140px !important;
    padding: 7px 6px 9px !important;
    border-radius: 13px !important;
  }

  html.route-product-category body .refine-categories.refine-carousel .refine-item img {
    height: 93px !important;
    margin-bottom: 5px !important;
    border-radius: 10px !important;
  }

  html.route-product-category body .refine-categories.refine-carousel .refine-name {
    min-height: 28px !important;
    font-size: 12px !important;
    line-height: 14px !important;
  }

  html.route-product-category body .products-filter {
    gap: 8px !important;
    padding: 8px 0 !important;
  }

  html.route-product-category body .products-filter .grid-list > button,
  html.route-product-category body .products-filter .compare-btn {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
  }

  html.route-product-category body .products-filter .select-group {
    min-width: 0 !important;
    margin-left: auto !important;
  }

  html.route-product-category body .products-filter .sort-by select.form-control {
    max-width: 126px !important;
  }

  html.route-product-category body .products-filter .per-page select.form-control {
    width: 58px !important;
  }
}

/* Live bridge for the modern drawer owned by NeNashi Global Mobile Header and Navigation. */
@media (max-width: 767px) {
  html.mobile-header-active body .mobile-main-menu-container {
    width: min(88vw, 390px) !important;
    max-width: 390px !important;
    background: #f6f7f8 !important;
    box-shadow: 18px 0 46px rgba(12, 22, 32, .2) !important;
  }

  html.mobile-header-active body .mobile-main-menu-container .mobile-wrapper-header {
    display: flex !important;
    align-items: center !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 14px 0 18px !important;
    background: #0d1d29 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html.mobile-header-active body .mobile-main-menu-container .mobile-wrapper-header > span {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 750 !important;
    text-transform: none !important;
  }

  html.mobile-header-active body .mobile-main-menu-container .mobile-wrapper-header .language-currency {
    margin-left: auto !important;
    margin-right: 42px !important;
  }

  html.mobile-header-active body .mobile-main-menu-container .mobile-wrapper-header .x {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, .08) !important;
  }

  html.mobile-header-active body .mobile-main-menu-container .mobile-main-menu-wrapper {
    padding: 12px 10px 96px !important;
    background: #f6f7f8 !important;
  }

  html.mobile-header-active body .mobile-main-menu-container .main-menu.accordion-menu > .j-menu {
    margin: 0 !important;
    padding: 0 !important;
  }

  html.mobile-header-active body .mobile-main-menu-container .main-menu.accordion-menu > .j-menu > li {
    margin: 0 0 7px !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #e6e9ed !important;
    border-radius: 13px !important;
    box-shadow: 0 3px 12px rgba(18, 28, 38, .035) !important;
  }

  html.mobile-header-active body .mobile-main-menu-container .main-menu.accordion-menu > .j-menu > li > a {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 10px 48px 10px 14px !important;
    color: #232a32 !important;
    background: #fff !important;
    border: 0 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    text-transform: none !important;
  }

  html.mobile-header-active body .mobile-main-menu-container .main-menu .open-menu {
    position: absolute !important;
    top: 50% !important;
    right: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-50%) !important;
    color: #56616e !important;
    background: #f2f4f6 !important;
    border: 1px solid #e1e5e9 !important;
    border-radius: 50% !important;
  }

  html.mobile-header-active body .mobile-main-menu-container .main-menu .open-menu i::before {
    color: currentColor !important;
    font-size: 15px !important;
  }

  html.mobile-header-active body .mobile-main-menu-container .main-menu .open-menu[aria-expanded='true'],
  html.mobile-header-active body .mobile-main-menu-container .main-menu .menu-item.open > a > .open-menu {
    color: #fff !important;
    background: #f06423 !important;
    border-color: #f06423 !important;
  }

  html.mobile-header-active body .mobile-main-menu-container .main-menu.accordion-menu > .j-menu > li > .collapse,
  html.mobile-header-active body .mobile-main-menu-container .main-menu.accordion-menu > .j-menu > li > .collapsing {
    margin: 0 8px 8px !important;
    overflow: hidden !important;
    background: #f7f8f9 !important;
    border: 1px solid #eceef1 !important;
    border-radius: 10px !important;
  }

  html.mobile-header-active body .mobile-main-menu-container .main-menu.accordion-menu .j-menu .j-menu {
    margin: 0 !important;
    padding: 5px 0 !important;
  }

  html.mobile-header-active body .mobile-main-menu-container .main-menu.accordion-menu .j-menu .j-menu > li > a {
    display: flex !important;
    align-items: center !important;
    min-height: 40px !important;
    margin: 0 8px !important;
    padding: 8px 10px !important;
    color: #59636f !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #e9ecef !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 550 !important;
    text-transform: none !important;
  }

  html.mobile-header-active body .mobile-main-menu-container .main-menu.accordion-menu .count-badge {
    display: none !important;
  }
}
