/* aspectweldio: manufacturer page */
/* Manufacturer pages only.
   Responsibility:
   - manufacturer listing page (#comjshop.aw-manufacturers-page)
   - branded single manufacturer page shell (#comjshop.aw-manufacturer-page)
   Not included here on purpose:
   - generic .aw-mini-rail base component styles (kept global in legacy shared layer)
   - generic Swiper structural glue from legacy shared layout layer
*/

/* ===== Manufacturers listing ===== */
#comjshop.aw-manufacturers-page {
  --aw-man-card-top: #35383D;
  --aw-man-card-bottom: #202125;
  --aw-man-card-top-hover: #282b34;
  --aw-man-card-bottom-hover: #23252c;
  --aw-man-card-border: rgba(255,255,255,.10);
  --aw-man-card-border-hover: rgba(246,123,14,.34);
  --aw-man-title: #ffffff;
  --aw-man-accent: #f67b0e;
}

#comjshop.aw-manufacturers-page .aw-manufacturers-page__description {
  margin-bottom: 24px;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-search-section {
  margin: 0 0 18px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-search {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-search__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-search__field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  align-items: stretch;
  gap: 0;
  min-height: 58px;
  background: #35383D;
  border: 1px solid #35383D;
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 10px 30px rgba(0,0,0,.18);
  overflow: hidden;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-search__field:focus-within {
  border-color: rgba(247,102,40,.72);
  box-shadow: 0 0 0 3px rgba(247,102,40,.12), inset 0 1px 0 rgba(255,255,255,.04), 0 10px 30px rgba(0,0,0,.22);
}

#comjshop.aw-manufacturers-page .aw-manufacturer-search__input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 22px;
  border: 0;
  background: transparent;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  outline: 0;
  box-shadow: none;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-search__input::placeholder {
  color: rgba(255,255,255,.72);
  opacity: 1;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-search__input::-webkit-search-decoration,
#comjshop.aw-manufacturers-page .aw-manufacturer-search__input::-webkit-search-cancel-button,
#comjshop.aw-manufacturers-page .aw-manufacturer-search__input::-webkit-search-results-button,
#comjshop.aw-manufacturers-page .aw-manufacturer-search__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-search__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  min-width: 58px;
  height: 100%;
  padding: 0;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.08);
  border-radius: 0;
  background: linear-gradient(180deg, #f88a3f 0%, #f76628 100%);
  color: #ffffff;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}

#comjshop.aw-manufacturers-page .aw-manufacturer-search__submit:hover,
#comjshop.aw-manufacturers-page .aw-manufacturer-search__submit:focus-visible {
  filter: brightness(1.05);
  outline: 0;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-search__submit:active {
  transform: scale(.98);
}

#comjshop.aw-manufacturers-page .aw-manufacturer-search__submit svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-filter {
  margin: 0 0 26px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-filter__head,
#comjshop.aw-manufacturers-page .aw-manufacturer-filter__title {
  display: none;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-filter__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-filter__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  max-width: 100%;
  padding: 10px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.09);
  background: #1F2024;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 10px 24px rgba(0,0,0,.14);
  color: #cfd1db;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  font-family: var(--aw-font-body, "Manrope", Arial, sans-serif);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-filter__button:hover,
#comjshop.aw-manufacturers-page .aw-manufacturer-filter__button:focus-visible {
  border-color: rgba(246,123,14,.45);
  background: linear-gradient(180deg, rgba(45,40,39,.98) 0%, rgba(31,28,29,.98) 100%);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 12px 28px rgba(0,0,0,.18);
  transform: translateY(-1px);
}

#comjshop.aw-manufacturers-page .aw-manufacturer-filter__button.is-active {
  border-color: rgba(246,123,14,.95);
  background: linear-gradient(180deg, rgba(50,39,28,.98) 0%, rgba(32,28,27,.99) 100%);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(246,123,14,.14), 0 12px 28px rgba(0,0,0,.2);
}

#comjshop.aw-manufacturers-page .aw-manufacturer-filter__button.is-disabled {
  opacity: .44;
  cursor: default;
  pointer-events: none;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-filter__empty,
#comjshop.aw-manufacturers-page .aw-manufacturer-search__empty {
  margin: 0 0 24px;
  padding: 22px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  color: #9fa5b2;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-search__empty {
  display: block;
  margin-top: 18px;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-search__empty[hidden] {
  display: none !important;
}

#comjshop.aw-manufacturers-page .aw-manufacturers-grid {
  margin: 0;
}

#comjshop.aw-manufacturers-page .aw-manufacturers-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  row-gap: 20px;
}

#comjshop.aw-manufacturers-page .aw-manufacturers-col {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 50%;
  max-width: 50%;
}

#comjshop.aw-manufacturers-page .jshop_categ.manufacturer.aw-manufacturer-card {
  width: 100%;
  height: 156px;
  min-height: 156px;
  max-height: 156px;
  margin: 0;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  background: transparent;
  border: 1px solid var(--aw-man-card-border);
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-card__link {
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  width: 100%;
  height: 100%;
  min-height: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

#comjshop.aw-manufacturers-page .jshop_categ.manufacturer.aw-manufacturer-card:hover,
#comjshop.aw-manufacturers-page .jshop_categ.manufacturer.aw-manufacturer-card:focus-within {
  border-color: var(--aw-man-card-border-hover);
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}

#comjshop.aw-manufacturers-page .aw-manufacturer-card__top,
#comjshop.aw-manufacturers-page .aw-manufacturer-card__bottom {
  min-height: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-card__top {
  background: var(--aw-man-card-top);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 10px 12px;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-card__bottom {
  background: var(--aw-man-card-bottom);
  padding: 8px 12px;
}

#comjshop.aw-manufacturers-page .jshop_categ.manufacturer.aw-manufacturer-card:hover .aw-manufacturer-card__top,
#comjshop.aw-manufacturers-page .jshop_categ.manufacturer.aw-manufacturer-card:focus-within .aw-manufacturer-card__top {
  background: var(--aw-man-card-top-hover);
}

#comjshop.aw-manufacturers-page .jshop_categ.manufacturer.aw-manufacturer-card:hover .aw-manufacturer-card__bottom,
#comjshop.aw-manufacturers-page .jshop_categ.manufacturer.aw-manufacturer-card:focus-within .aw-manufacturer-card__bottom {
  background: var(--aw-man-card-bottom-hover);
}

#comjshop.aw-manufacturers-page .aw-manufacturer-card__logo {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 50px;
  height: auto;
  object-fit: contain;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-card__placeholder {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(246,123,14,.10);
  color: var(--aw-man-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--aw-font-headings, "Montserrat", Arial, sans-serif);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .05em;
}

#comjshop.aw-manufacturers-page .manufacturer_name.aw-manufacturer-card__title {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-card__title-text,
#comjshop.aw-manufacturers-page .manufacturer_name.aw-manufacturer-card__title .aw-manufacturer-card__title-link,
#comjshop.aw-manufacturers-page .manufacturer_name.aw-manufacturer-card__title a {
  color: var(--aw-man-title);
  text-decoration: none;
  font-family: var(--aw-font-headings, "Montserrat", Arial, sans-serif);
  font-size: 14px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

#comjshop.aw-manufacturers-page .manufacturer_short_description.aw-manufacturer-card__description,
#comjshop.aw-manufacturers-page .aw-manufacturer-card__media,
#comjshop.aw-manufacturers-page .aw-manufacturer-card__logo-wrap,
#comjshop.aw-manufacturers-page .manufacturer_info.aw-manufacturer-card__content {
  display: none !important;
}

#comjshop.aw-manufacturers-page .aw-manufacturers-col.is-search-hidden {
  display: none !important;
}

@media (min-width: 768px) {
  #comjshop.aw-manufacturers-page .aw-manufacturers-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 992px) {
  #comjshop.aw-manufacturers-page .aw-manufacturers-col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1400px) {
  #comjshop.aw-manufacturers-page .aw-manufacturers-col {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (max-width: 1399.98px) {
  #comjshop.aw-manufacturers-page .aw-manufacturer-card__title-text,
  #comjshop.aw-manufacturers-page .manufacturer_name.aw-manufacturer-card__title .aw-manufacturer-card__title-link,
  #comjshop.aw-manufacturers-page .manufacturer_name.aw-manufacturer-card__title a {
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  #comjshop.aw-manufacturers-page .aw-manufacturer-filter {
    margin-bottom: 22px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-filter__list {
    gap: 10px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturers-row {
    margin-left: -9px;
    margin-right: -9px;
    row-gap: 18px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturers-col {
    padding-left: 9px;
    padding-right: 9px;
  }

  #comjshop.aw-manufacturers-page .jshop_categ.manufacturer.aw-manufacturer-card {
    height: 146px;
    min-height: 146px;
    max-height: 146px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-card__top {
    padding: 9px 11px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-card__bottom {
    padding: 7px 11px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-card__logo {
    max-height: 46px;
  }
}

@media (max-width: 767.98px) {
  #comjshop.aw-manufacturers-page .aw-manufacturer-search-section {
    margin-bottom: 16px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-search__field {
    grid-template-columns: minmax(0, 1fr) 52px;
    min-height: 52px;
    border-radius: 16px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-search__input {
    padding: 0 16px;
    font-size: 15px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-search__submit {
    width: 52px;
    min-width: 52px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-search__submit svg {
    width: 18px;
    height: 18px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-filter {
    margin-bottom: 18px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-filter__list {
    gap: 8px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-filter__button {
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 10px;
    font-size: 14px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-filter__empty,
  #comjshop.aw-manufacturers-page .aw-manufacturer-search__empty {
    padding: 18px 16px;
    font-size: 14px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturers-row {
    margin-left: -8px;
    margin-right: -8px;
    row-gap: 16px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturers-col {
    padding-left: 8px;
    padding-right: 8px;
  }

  #comjshop.aw-manufacturers-page .jshop_categ.manufacturer.aw-manufacturer-card {
    height: 132px;
    min-height: 132px;
    max-height: 132px;
    border-radius: 14px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-card__top {
    padding: 8px 10px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-card__bottom {
    padding: 6px 10px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-card__logo {
    max-height: 40px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-card__placeholder {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-card__title-text,
  #comjshop.aw-manufacturers-page .manufacturer_name.aw-manufacturer-card__title .aw-manufacturer-card__title-link,
  #comjshop.aw-manufacturers-page .manufacturer_name.aw-manufacturer-card__title a {
    font-size: 12px;
    line-height: 1.1;
  }
}

/* ===== Single manufacturer page ===== */
#comjshop.aw-manufacturer-page {
  --aw-brand-card-bg: linear-gradient(180deg, rgba(46,46,54,.96) 0%, rgba(33,33,40,.98) 100%);
  --aw-brand-card-border: rgba(255,255,255,.10);
  --aw-brand-card-border-hover: rgba(246,123,14,.38);
  --aw-brand-card-shadow: 0 14px 32px rgba(0,0,0,.20);
  --aw-brand-card-shadow-hover: 0 20px 42px rgba(0,0,0,.28);
  --aw-brand-media-bg: linear-gradient(180deg, #f4f4f5 0%, #e9e9eb 100%);
  --aw-brand-title: #f4f4f6;
  --aw-brand-text: #b7bac4;
  --aw-brand-line: rgba(255,255,255,.08);
  --aw-brand-accent: #f67b0e;
}

#comjshop.aw-manufacturer-page .aw-manufacturer-page__title {
  margin: 0 0 18px;
  color: #f4f4f6;
}

#comjshop.aw-manufacturer-page .aw-manufacturer-page__description {
  margin: 0 0 28px;
  color: #b7bac4;
}

#comjshop.aw-manufacturer-page .aw-manufacturer-page__description > *:last-child {
  margin-bottom: 0;
}

#comjshop.aw-manufacturer-page .manufacturer_categories.aw-manufacturer-categories {
  margin: 34px 0 26px;
}

#comjshop.aw-manufacturer-page .aw-manufacturer-categories__title {
  margin: 0 0 18px;
  color: #f4f4f6;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.12;
  font-family: var(--aw-font-headings, "Montserrat", Arial, sans-serif);
  font-weight: 700;
}

#comjshop.aw-manufacturer-page .aw-manufacturer-categories__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
  gap: 18px;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0;
}

#comjshop.aw-manufacturer-page .aw-manufacturer-categories__col {
  display: flex;
}

#comjshop.aw-manufacturer-page .jshop_categ.category.aw-manufacturer-category-card {
  width: 100%;
  min-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 20px;
  overflow: hidden;
  background: var(--aw-brand-card-bg) !important;
  border: 1px solid var(--aw-brand-card-border);
  box-shadow: var(--aw-brand-card-shadow);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
  height: auto;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

#comjshop.aw-manufacturer-page .jshop_categ.category.aw-manufacturer-category-card:hover {
  transform: translateY(-4px);
  border-color: var(--aw-brand-card-border-hover);
  box-shadow: var(--aw-brand-card-shadow-hover);
}

#comjshop.aw-manufacturer-page .aw-manufacturer-category-card__media {
  display: block;
  padding: 12px 12px 0;
  text-decoration: none;
}

#comjshop.aw-manufacturer-page .image.aw-manufacturer-category-card__image-wrap {
  min-height: 176px;
  padding: 14px;
  margin: 0;
  border-radius: 16px 16px 0 0;
  background: var(--aw-brand-media-bg);
  border-bottom: 1px solid rgba(0,0,0,.06);
  display: flex;
  align-items: center;
  justify-content: center;
}

#comjshop.aw-manufacturer-page .aw-manufacturer-category-card__image {
  display: block;
  width: 100%;
  max-width: 220px;
  max-height: 138px;
  object-fit: contain;
}

#comjshop.aw-manufacturer-page .category_info.aw-manufacturer-category-card__content {
  padding: 16px 16px 18px;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
}

#comjshop.aw-manufacturer-page .category_name.aw-manufacturer-category-card__title {
  margin: 0;
  width: 100%;
  text-align: center;
}

#comjshop.aw-manufacturer-page .category_name.aw-manufacturer-category-card__title .aw-manufacturer-category-card__title-link,
#comjshop.aw-manufacturer-page .category_name.aw-manufacturer-category-card__title a {
  color: var(--aw-brand-title);
  text-decoration: none;
  font-family: var(--aw-font-headings, "Montserrat", Arial, sans-serif) !important;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 44px;
}

#comjshop.aw-manufacturer-page .manufacturer_categories h2 {
  color: #f4f4f6;
}

@media (max-width: 1199.98px) {
  #comjshop.aw-manufacturer-page .aw-manufacturer-categories__grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  }
}

@media (max-width: 767.98px) {
  #comjshop.aw-manufacturer-page .aw-manufacturer-categories__title {
    margin-bottom: 14px;
    font-size: 28px;
  }

  #comjshop.aw-manufacturer-page .aw-manufacturer-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  #comjshop.aw-manufacturer-page .aw-manufacturer-category-card__media {
    padding: 10px 10px 0;
  }

  #comjshop.aw-manufacturer-page .image.aw-manufacturer-category-card__image-wrap {
    min-height: 136px;
    padding: 12px;
    border-radius: 14px 14px 0 0;
  }

  #comjshop.aw-manufacturer-page .aw-manufacturer-category-card__image {
    max-height: 104px;
  }

  #comjshop.aw-manufacturer-page .category_info.aw-manufacturer-category-card__content {
    padding: 14px 12px 16px;
  }

  #comjshop.aw-manufacturer-page .category_name.aw-manufacturer-category-card__title .aw-manufacturer-category-card__title-link,
  #comjshop.aw-manufacturer-page .category_name.aw-manufacturer-category-card__title a {
    font-size: 15px;
    min-height: 38px;
  }
}

@media (max-width: 575.98px) {
  #comjshop.aw-manufacturer-page .aw-manufacturer-categories__grid {
    grid-template-columns: 1fr;
  }
}

/* Manufacturer listing spacing migrated from legacy shared layer. */
#comjshop.aw-manufacturers-page .aw-manufacturer-filter__button,
#comjshop.aw-manufacturers-page .aw-manufacturer-filter__button:visited {
  color: #ffffff !important;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-filter__button:hover,
#comjshop.aw-manufacturers-page .aw-manufacturer-filter__button:focus-visible,
#comjshop.aw-manufacturers-page .aw-manufacturer-filter__button.is-active,
#comjshop.aw-manufacturers-page .aw-manufacturer-filter__button.is-active:visited {
  color: #ffffff !important;
}

#comjshop.aw-manufacturers-page .aw-mini-rail {
  margin-top: 28px;
}

#comjshop.aw-manufacturers-page .aw-mini-rail__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 14px;
}

#comjshop.aw-manufacturers-page .aw-mini-rail__title {
  margin: 0;
  color: #ffffff;
  font-family: var(--aw-font-headings, Montserrat, Arial, sans-serif);
  font-size: clamp(24px, 2vw, 36px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -.03em;
}

#comjshop.aw-manufacturers-page .aw-mini-rail__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
}

#comjshop.aw-manufacturers-page .aw-mini-rail__more,
#comjshop.aw-manufacturers-page .aw-mini-rail__more:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(246, 123, 14, 0.34);
  background: linear-gradient(180deg, rgba(55, 42, 28, 0.98) 0%, rgba(35, 28, 25, 0.98) 100%);
  color: #f67b0e;
  font-family: var(--aw-font-body, "Manrope", Arial, sans-serif);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}

#comjshop.aw-manufacturers-page .aw-mini-rail__more:hover,
#comjshop.aw-manufacturers-page .aw-mini-rail__more:focus-visible {
  border-color: rgba(246, 123, 14, 0.6);
  color: #ffffff;
  background: linear-gradient(180deg, rgba(246, 123, 14, 0.96) 0%, rgba(227, 113, 17, 0.96) 100%);
  transform: translateY(-1px);
  outline: none;
}

#comjshop.aw-manufacturers-page .aw-mini-rail--swiper .swiper {
  width: 100%;
  overflow: hidden;
}

#comjshop.aw-manufacturers-page .aw-mini-rail--swiper .swiper-wrapper {
  align-items: stretch;
}

#comjshop.aw-manufacturers-page .aw-mini-rail--swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

#comjshop.aw-manufacturers-page .aw-mini-rail--swiper .aw-mini-rail__card {
  width: 100%;
  height: 100%;
}

#comjshop.aw-manufacturers-page .aw-mini-rail--swiper .aw-mini-rail__card-link,
#comjshop.aw-manufacturers-page .aw-mini-rail--swiper .aw-mini-rail__card-link:visited {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 138px;
  height: 100%;
  padding: 12px;
  border-radius: 18px;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(43, 46, 53, 0.98) 0%, rgba(31, 33, 38, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

#comjshop.aw-manufacturers-page .aw-mini-rail--swiper .aw-mini-rail__card-link:hover,
#comjshop.aw-manufacturers-page .aw-mini-rail--swiper .aw-mini-rail__card-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(246, 123, 14, 0.28);
  background: linear-gradient(180deg, rgba(48, 51, 59, 0.98) 0%, rgba(34, 36, 41, 0.98) 100%);
  outline: none;
}

#comjshop.aw-manufacturers-page .aw-mini-rail__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  padding: 8px 12px;
  border-radius: 12px;
  background: #f2f3f5;
  overflow: hidden;
}

#comjshop.aw-manufacturers-page .aw-mini-rail__media img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

#comjshop.aw-manufacturers-page .aw-mini-rail__placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 10px;
  border-radius: 12px;
  background: #d9dde4;
  color: #1f2329;
  font-family: var(--aw-font-headings, Montserrat, Arial, sans-serif);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .04em;
}

#comjshop.aw-manufacturers-page .aw-mini-rail__name {
  display: block;
  color: #ffffff;
  font-family: var(--aw-font-body, "Manrope", Arial, sans-serif);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
  text-wrap: balance;
}

#comjshop.aw-manufacturers-page .aw-mini-rail.is-static .aw-manufacturer-cats-controls {
  display: none;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-cats-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  position: static;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-cats-controls .swiper-button-next,
#comjshop.aw-manufacturers-page .aw-manufacturer-cats-controls .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #9c9c9f;
  color: #17181b;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, opacity .2s ease;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-cats-controls .swiper-button-prev::after,
#comjshop.aw-manufacturers-page .aw-manufacturer-cats-controls .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-cats-controls .swiper-button-next:hover,
#comjshop.aw-manufacturers-page .aw-manufacturer-cats-controls .swiper-button-prev:hover,
#comjshop.aw-manufacturers-page .aw-manufacturer-cats-controls .swiper-button-next:focus-visible,
#comjshop.aw-manufacturers-page .aw-manufacturer-cats-controls .swiper-button-prev:focus-visible {
  background: #f67b0e;
  border-color: rgba(246, 123, 14, 0.65);
  color: #ffffff;
  transform: translateY(-1px);
  outline: none;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-cats-controls .swiper-button-next.swiper-button-disabled,
#comjshop.aw-manufacturers-page .aw-manufacturer-cats-controls .swiper-button-prev.swiper-button-disabled {
  opacity: .45;
  cursor: default;
  pointer-events: none;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-cats-pagination {
  position: static;
  width: auto;
  min-width: 72px;
  margin: 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-cats-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 999px;
  background: #cccccf;
  opacity: 1;
  transition: width .2s ease, background-color .2s ease;
}

#comjshop.aw-manufacturers-page .aw-manufacturer-cats-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: #f67b0e;
}

@media (max-width: 767.98px) {
  #comjshop.aw-manufacturers-page .aw-mini-rail__header {
    align-items: flex-start;
    flex-direction: column;
  }

  #comjshop.aw-manufacturers-page .aw-mini-rail__title {
    font-size: 22px;
  }

  #comjshop.aw-manufacturers-page .aw-mini-rail__actions {
    width: 100%;
    justify-content: flex-start;
  }

  #comjshop.aw-manufacturers-page .aw-mini-rail--swiper .aw-mini-rail__card-link,
  #comjshop.aw-manufacturers-page .aw-mini-rail--swiper .aw-mini-rail__card-link:visited {
    min-height: 132px;
  }

  #comjshop.aw-manufacturers-page .aw-manufacturer-cats-pagination {
    margin: 0 16px;
  }
}


/* ===== Single manufacturer page: catalog card parity ===== */
#comjshop.aw-manufacturer-page .category_name.aw-manufacturer-category-card__title .aw-manufacturer-category-card__title-link,
#comjshop.aw-manufacturer-page .category_name.aw-manufacturer-category-card__title a {
  color: #ffffff !important;
}

#comjshop.aw-manufacturer-page #sort_count,
#comjshop.aw-manufacturer-page .form_sort_count {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#comjshop.aw-manufacturer-page #sort_count .block_sorting_count_to_page,
#comjshop.aw-manufacturer-page .form_sort_count .block_sorting_count_to_page,
#comjshop.aw-manufacturer-page .block_sorting_count_to_page {
  border: 0 !important;
  border-top: 1px solid rgba(255,255,255,.18) !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.18) !important;
  border-left: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 18px 0 18px !important;
  padding: 12px 0 !important;
}

#comjshop.aw-manufacturer-page #sort_count .block_sorting_count_to_page::before,
#comjshop.aw-manufacturer-page #sort_count .block_sorting_count_to_page::after,
#comjshop.aw-manufacturer-page .form_sort_count .block_sorting_count_to_page::before,
#comjshop.aw-manufacturer-page .form_sort_count .block_sorting_count_to_page::after,
#comjshop.aw-manufacturer-page .block_sorting_count_to_page::before,
#comjshop.aw-manufacturer-page .block_sorting_count_to_page::after {
  content: none !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product,
#comjshop.aw-manufacturer-page .jshop_list_product,
#comjshop.aw-manufacturer-page .jshop.list_product {
  --aw-page-card-bg-top: #f5f5f6;
  --aw-page-card-bg-bottom: #eeeeef;
  --aw-page-card-accent: #f67b0e;
  --aw-page-card-label: #1d2024;
  --aw-page-card-text: #ffffff;
  --aw-page-card-shadow: 0 14px 28px rgba(0,0,0,.20);
}

#comjshop.aw-manufacturer-page #comjshop_list_product .row-fluid,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-grid,
#comjshop.aw-manufacturer-page .jshop_list_product .row-fluid,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-grid,
#comjshop.aw-manufacturer-page .jshop.list_product .row-fluid,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .row-fluid > [class^="sblock"],
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-grid > [class^="sblock"],
#comjshop.aw-manufacturer-page .jshop_list_product .row-fluid > [class^="sblock"],
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-grid > [class^="sblock"],
#comjshop.aw-manufacturer-page .jshop.list_product .row-fluid > [class^="sblock"],
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-grid > [class^="sblock"] {
  width: auto !important;
  max-width: none !important;
  float: none !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .row-fluid > [class^="sblock"] > .block_product,
#comjshop.aw-manufacturer-page .jshop_list_product .row-fluid > [class^="sblock"] > .block_product,
#comjshop.aw-manufacturer-page .jshop.list_product .row-fluid > [class^="sblock"] > .block_product {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-grid > [class^="sblock"] > .block_product.aw-product-card,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-grid > [class^="sblock"] > .block_product.aw-product-card,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-grid > [class^="sblock"] > .block_product.aw-product-card,
#comjshop.aw-manufacturer-page #comjshop_list_product .row-fluid > [class^="sblock"] > .block_product.aw-product-card,
#comjshop.aw-manufacturer-page .jshop_list_product .row-fluid > [class^="sblock"] > .block_product.aw-product-card,
#comjshop.aw-manufacturer-page .jshop.list_product .row-fluid > [class^="sblock"] > .block_product.aw-product-card {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .block_product.aw-product-card,
#comjshop.aw-manufacturer-page #comjshop_list_product .product.block_product.aw-product-card,
#comjshop.aw-manufacturer-page .jshop_list_product .block_product.aw-product-card,
#comjshop.aw-manufacturer-page .jshop_list_product .product.block_product.aw-product-card,
#comjshop.aw-manufacturer-page .jshop.list_product .block_product.aw-product-card,
#comjshop.aw-manufacturer-page .jshop.list_product .product.block_product.aw-product-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  background: #272B30 !important;
  box-shadow: var(--aw-page-card-shadow) !important;
  isolation: isolate;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .block_product.aw-product-card::before,
#comjshop.aw-manufacturer-page #comjshop_list_product .product.block_product.aw-product-card::before,
#comjshop.aw-manufacturer-page .jshop_list_product .block_product.aw-product-card::before,
#comjshop.aw-manufacturer-page .jshop_list_product .product.block_product.aw-product-card::before,
#comjshop.aw-manufacturer-page .jshop.list_product .block_product.aw-product-card::before,
#comjshop.aw-manufacturer-page .jshop.list_product .product.block_product.aw-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,0));
  pointer-events: none;
  z-index: 0;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__shell,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__shell,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__shell {
  position: relative;
  z-index: 1;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 100% !important;
  background: transparent !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .short_description_item,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .short_description_item,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .short_description_item,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__tech-badges,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__tech-badges,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__tech-badges {
  display: none !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .image,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__media,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .image,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__media,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .image,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__media {
  padding: 0 !important;
  background: transparent !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .image_block,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__image-block,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .image_block,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__image-block,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .image_block,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__image-block {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 212px !important;
  padding: 10px !important;
  background: linear-gradient(180deg, var(--aw-page-card-bg-top) 0%, var(--aw-page-card-bg-bottom) 100%) !important;
  border-radius: 14px 14px 0 0 !important;
  overflow: hidden !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .product_link,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__image-link,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .product_link,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__image-link,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .product_link,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__image-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 172px !important;
  padding: 12px !important;
  text-decoration: none !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .jshop_img,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__image,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .jshop_img,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__image,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .jshop_img,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__image {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: 150px !important;
  max-height: 150px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  transition: transform .28s ease !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card:hover .jshop_img,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card:hover .aw-product-card__image,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card:hover .jshop_img,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card:hover .aw-product-card__image,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card:hover .jshop_img,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card:hover .aw-product-card__image {
  transform: scale(1.02) !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .product_label,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__label,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .product_label,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__label,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .product_label,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__label {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  z-index: 3 !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .label_name,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card span.label_name,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .label_name,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card span.label_name,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .label_name,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card span.label_name {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 0 !important;
  max-width: 88px !important;
  padding: 6px 10px !important;
  border-radius: 10px !important;
  background: #1d2024 !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-size: 10px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__content,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__content,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__content {
  gap: 8px !important;
  padding: 14px 14px 14px !important;
  background: transparent !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .name,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__name,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .name,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__name,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .name,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__name {
  min-height: 54px !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .name a,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__name a,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .name a,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__name a,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .name a,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__name a {
  color: var(--aw-page-card-text) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .oiproduct,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__meta,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .oiproduct,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__meta,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .oiproduct,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__meta {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .manufacturer_name,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .manufacturer_code,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__manufacturer,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__article,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .manufacturer_name,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .manufacturer_code,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__manufacturer,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__article,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .manufacturer_name,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .manufacturer_code,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__manufacturer,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__article {
  color: rgba(255,255,255,.74) !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  text-align: center !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .manufacturer_name span,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .manufacturer_code span,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__manufacturer span,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__article span,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .manufacturer_name span,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .manufacturer_code span,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__manufacturer span,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__article span,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .manufacturer_name span,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .manufacturer_code span,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__manufacturer span,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__article span {
  color: rgba(255,255,255,.92) !important;
  font-weight: 600 !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__footer,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__footer,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__footer {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-top: auto !important;
  padding-top: 12px !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .jshop_price,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__price,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .jshop_price,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__price,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .jshop_price,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__price {
  margin: 0 !important;
  min-width: 0 !important;
  color: #f67b0e !important;
  font-size: 15px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  text-align: left !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__price-value,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .jshop_price span,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__price-value,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .jshop_price span,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__price-value,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .jshop_price span {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .buttons,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__buttons,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .buttons,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__buttons,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .buttons,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__buttons {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin: 0 !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__cart-button,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card button.aw-product-card__cart-button,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__cart-button,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card button.aw-product-card__cart-button,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__cart-button,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card button.aw-product-card__cart-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 34px !important;
  border-radius: 9px !important;
  border: 1px solid var(--aw-page-card-accent) !important;
  background: var(--aw-page-card-accent) !important;
  color: #17181a !important;
  box-shadow: none !important;
  transform: none !important;
  font-size: 0 !important;
  line-height: 1 !important;
  padding: 0 !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__cart-button:hover,
#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card button.aw-product-card__cart-button:hover,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__cart-button:hover,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card button.aw-product-card__cart-button:hover,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__cart-button:hover,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card button.aw-product-card__cart-button:hover {
  background: #ff8a1f !important;
  border-color: #ff8a1f !important;
  color: #17181a !important;
}

#comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__cart-icon,
#comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__cart-icon,
#comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__cart-icon {
  width: 18px !important;
  height: 18px !important;
}

@media (max-width: 1439.98px) {
  #comjshop.aw-manufacturer-page #comjshop_list_product .row-fluid,
  #comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-grid,
  #comjshop.aw-manufacturer-page .jshop_list_product .row-fluid,
  #comjshop.aw-manufacturer-page .jshop_list_product .aw-product-grid,
  #comjshop.aw-manufacturer-page .jshop.list_product .row-fluid,
  #comjshop.aw-manufacturer-page .jshop.list_product .aw-product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1199.98px) {
  #comjshop.aw-manufacturer-page #comjshop_list_product .row-fluid,
  #comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-grid,
  #comjshop.aw-manufacturer-page .jshop_list_product .row-fluid,
  #comjshop.aw-manufacturer-page .jshop_list_product .aw-product-grid,
  #comjshop.aw-manufacturer-page .jshop.list_product .row-fluid,
  #comjshop.aw-manufacturer-page .jshop.list_product .aw-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991.98px) {
  #comjshop.aw-manufacturer-page #comjshop_list_product .row-fluid,
  #comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-grid,
  #comjshop.aw-manufacturer-page .jshop_list_product .row-fluid,
  #comjshop.aw-manufacturer-page .jshop_list_product .aw-product-grid,
  #comjshop.aw-manufacturer-page .jshop.list_product .row-fluid,
  #comjshop.aw-manufacturer-page .jshop.list_product .aw-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
}

@media (max-width: 767px) {
  #comjshop.aw-manufacturer-page #comjshop_list_product .row-fluid,
  #comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-grid,
  #comjshop.aw-manufacturer-page .jshop_list_product .row-fluid,
  #comjshop.aw-manufacturer-page .jshop_list_product .aw-product-grid,
  #comjshop.aw-manufacturer-page .jshop.list_product .row-fluid,
  #comjshop.aw-manufacturer-page .jshop.list_product .aw-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  #comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .image_block,
  #comjshop.aw-manufacturer-page #comjshop_list_product .aw-product-card .aw-product-card__image-block,
  #comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .image_block,
  #comjshop.aw-manufacturer-page .jshop_list_product .aw-product-card .aw-product-card__image-block,
  #comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .image_block,
  #comjshop.aw-manufacturer-page .jshop.list_product .aw-product-card .aw-product-card__image-block {
    min-height: 172px !important;
  }
}