/* aspectweldio: category products */

.aw-category-products-page,
.aw-category-products-page * {
    box-sizing: border-box;
}

.aw-category-products-page {
    width: 100%;
    --aw-subcat-bg-top: rgba(54, 55, 60, 0.94);
    --aw-subcat-bg-bottom: rgba(30, 31, 35, 0.97);
    --aw-subcat-border: rgba(255,255,255,0.10);
    --aw-subcat-border-hover: rgba(246,123,14,0.30);
    --aw-subcat-text: #f3f5f8;
    --aw-subcat-shadow: 0 14px 30px rgba(0,0,0,0.22);
}

/* ===== filter shell: remove accidental outer grey underlay on category pages ===== */
body.site.route-category-products .container-component .nevigen_jshop_filter_form.aw-nevigen-filter {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

body.site.route-category-products .container-component .nevigen_jshop_filter_form.aw-nevigen-filter > .aw-nevigen-filter__form {
    background: #1E1F23 !important;
}

/* ===== top subcategories ===== */
.aw-category-products-page .aw-subcats {
    width: 100%;
    margin: 18px 0 24px;
}

.aw-category-products-page .aw-subcats__list {
    width: 100%;
}

.aw-category-products-page .aw-subcats__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.aw-category-products-page .aw-subcat-card.jshop_categ.category,
.aw-category-products-page .aw-subcat-card.jshop_categ.category:hover,
.aw-category-products-page .aw-subcat-card.jshop_categ.category:focus,
.aw-category-products-page .aw-subcat-card.jshop_categ.category:focus-within {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: left !important;
    display: block !important;
    overflow: visible !important;
}

.aw-category-products-page .aw-subcat-card__link {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 82px;
    align-items: center;
    gap: 12px;
    min-height: 92px;
    padding: 12px 14px;
    border-radius: 16px;
    text-decoration: none !important;
    background:
        radial-gradient(140% 120% at 100% 0%, rgba(246,123,14,0.05) 0%, rgba(246,123,14,0.00) 42%),
        linear-gradient(180deg, var(--aw-subcat-bg-top) 0%, var(--aw-subcat-bg-bottom) 100%);
    border: 1px solid var(--aw-subcat-border);
    box-shadow: var(--aw-subcat-shadow), inset 0 1px 0 rgba(255,255,255,0.05);
    overflow: hidden;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.aw-category-products-page .aw-subcat-card__link:hover,
.aw-category-products-page .aw-subcat-card__link:focus-visible {
    transform: translateY(-2px);
    border-color: var(--aw-subcat-border-hover);
    box-shadow: 0 18px 34px rgba(0,0,0,0.26), inset 0 1px 0 rgba(255,255,255,0.06);
    outline: none;
}

.aw-category-products-page .aw-subcat-card__body {
    min-width: 0;
}

.aw-category-products-page .aw-subcat-card__title {
    margin: 0;
    color: var(--aw-subcat-text) !important;
    font-family: var(--aw-font-body, "Manrope", Arial, sans-serif);
    font-size: 13px;
    line-height: 1.28;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.aw-category-products-page .aw-subcat-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 56px;
    padding: 0;
    overflow: hidden;
}

.aw-category-products-page .aw-subcat-card__media img,
.aw-category-products-page .aw-subcat-card__media .jshop_img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* ===== category description cleanup ===== */
.aw-category-products-page .category_description {
    clear: both;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    display: block;
}

.aw-category-products-page .category_description > * {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
    box-sizing: border-box;
}

.aw-category-products-page .category_description p,
.aw-category-products-page .category_description h1,
.aw-category-products-page .category_description h2,
.aw-category-products-page .category_description h3,
.aw-category-products-page .category_description h4,
.aw-category-products-page .category_description ul,
.aw-category-products-page .category_description ol,
.aw-category-products-page .category_description div {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
}

.aw-category-products-page a.manufacturer-link-anchor,
.aw-category-products-page .manufacturer_name {
    color: #f67b0e;
    text-decoration: none;
}

/* ===== sort/count strip cleanup ===== */
.aw-category-products-page #sort_count,
.aw-category-products-page .form_sort_count {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.aw-category-products-page #sort_count .block_sorting_count_to_page,
.aw-category-products-page .form_sort_count .block_sorting_count_to_page,
.aw-category-products-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;
}

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

/* ===== product cards: page-scoped parity with reference ===== */

.aw-category-products-page #comjshop_list_product,
.aw-category-products-page .jshop_list_product,
.aw-category-products-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-text-muted: rgba(255,255,255,.78);
    --aw-page-card-shadow: 0 14px 28px rgba(0,0,0,.20);
}

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

.aw-category-products-page #comjshop_list_product .row-fluid > [class^="sblock"],
.aw-category-products-page #comjshop_list_product .aw-product-grid > [class^="sblock"],
.aw-category-products-page .jshop_list_product .row-fluid > [class^="sblock"],
.aw-category-products-page .jshop_list_product .aw-product-grid > [class^="sblock"],
.aw-category-products-page .jshop.list_product .row-fluid > [class^="sblock"],
.aw-category-products-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;
}

.aw-category-products-page #comjshop_list_product .row-fluid > [class^="sblock"] > .block_product,
.aw-category-products-page .jshop_list_product .row-fluid > [class^="sblock"] > .block_product,
.aw-category-products-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;
}

.aw-category-products-page #comjshop_list_product .row,
.aw-category-products-page .jshop_list_product .row,
.aw-category-products-page .jshop.list_product .row {
    row-gap: 0;
}

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

.aw-category-products-page #comjshop_list_product .block_product.aw-product-card,
.aw-category-products-page #comjshop_list_product .product.block_product.aw-product-card,
.aw-category-products-page .jshop_list_product .block_product.aw-product-card,
.aw-category-products-page .jshop_list_product .product.block_product.aw-product-card,
.aw-category-products-page .jshop.list_product .block_product.aw-product-card,
.aw-category-products-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;
}

.aw-category-products-page #comjshop_list_product .block_product.aw-product-card::before,
.aw-category-products-page #comjshop_list_product .product.block_product.aw-product-card::before,
.aw-category-products-page .jshop_list_product .block_product.aw-product-card::before,
.aw-category-products-page .jshop_list_product .product.block_product.aw-product-card::before,
.aw-category-products-page .jshop.list_product .block_product.aw-product-card::before,
.aw-category-products-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;
}

.aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__shell,
.aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__shell,
.aw-category-products-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;
}

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

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

.aw-category-products-page #comjshop_list_product .aw-product-card .image_block,
.aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__image-block,
.aw-category-products-page .jshop_list_product .aw-product-card .image_block,
.aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__image-block,
.aw-category-products-page .jshop.list_product .aw-product-card .image_block,
.aw-category-products-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;
}

.aw-category-products-page #comjshop_list_product .aw-product-card .product_link,
.aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__image-link,
.aw-category-products-page .jshop_list_product .aw-product-card .product_link,
.aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__image-link,
.aw-category-products-page .jshop.list_product .aw-product-card .product_link,
.aw-category-products-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;
}

.aw-category-products-page #comjshop_list_product .aw-product-card .jshop_img,
.aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__image,
.aw-category-products-page .jshop_list_product .aw-product-card .jshop_img,
.aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__image,
.aw-category-products-page .jshop.list_product .aw-product-card .jshop_img,
.aw-category-products-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;
}

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

.aw-category-products-page #comjshop_list_product .aw-product-card .product_label,
.aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__label,
.aw-category-products-page .jshop_list_product .aw-product-card .product_label,
.aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__label,
.aw-category-products-page .jshop.list_product .aw-product-card .product_label,
.aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__label {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    z-index: 4 !important;
}

.aw-category-products-page #comjshop_list_product .aw-product-card .label_name,
.aw-category-products-page #comjshop_list_product .aw-product-card span.label_name,
.aw-category-products-page .jshop_list_product .aw-product-card .label_name,
.aw-category-products-page .jshop_list_product .aw-product-card span.label_name,
.aw-category-products-page .jshop.list_product .aw-product-card .label_name,
.aw-category-products-page .jshop.list_product .aw-product-card span.label_name {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 34px !important;
    padding: 8px 12px !important;
    border-radius: 9px !important;
    background: var(--aw-page-card-label) !important;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 1.12 !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    border: 1px solid rgba(255,255,255,.10) !important;
}

.aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__content,
.aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__content,
.aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    gap: 8px !important;
    padding: 14px 14px 12px !important;
    background: #272B30 !important;
}

.aw-category-products-page #comjshop_list_product .aw-product-card .name,
.aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__name,
.aw-category-products-page .jshop_list_product .aw-product-card .name,
.aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__name,
.aw-category-products-page .jshop.list_product .aw-product-card .name,
.aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__name {
    margin: 0 !important;
    min-height: 64px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: center !important;
}

.aw-category-products-page #comjshop_list_product .aw-product-card .name a,
.aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__name a,
.aw-category-products-page .jshop_list_product .aw-product-card .name a,
.aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__name a,
.aw-category-products-page .jshop.list_product .aw-product-card .name a,
.aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__name a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    text-decoration: none !important;
    color: var(--aw-page-card-text) !important;
    font-family: var(--aw-font-headings, "Montserrat", Arial, sans-serif) !important;
    font-size: 13px !important;
    line-height: 1.26 !important;
    font-weight: 700 !important;
    word-break: break-word !important;
}

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

.aw-category-products-page #comjshop_list_product .aw-product-card .manufacturer_name,
.aw-category-products-page #comjshop_list_product .aw-product-card .manufacturer_code,
.aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__manufacturer,
.aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__article,
.aw-category-products-page .jshop_list_product .aw-product-card .manufacturer_name,
.aw-category-products-page .jshop_list_product .aw-product-card .manufacturer_code,
.aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__manufacturer,
.aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__article,
.aw-category-products-page .jshop.list_product .aw-product-card .manufacturer_name,
.aw-category-products-page .jshop.list_product .aw-product-card .manufacturer_code,
.aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__manufacturer,
.aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__article {
    margin: 0 !important;
    color: var(--aw-page-card-text-muted) !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    text-align: center !important;
}

.aw-category-products-page #comjshop_list_product .aw-product-card .manufacturer_name span,
.aw-category-products-page #comjshop_list_product .aw-product-card .manufacturer_code span,
.aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__manufacturer span,
.aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__article span,
.aw-category-products-page .jshop_list_product .aw-product-card .manufacturer_name span,
.aw-category-products-page .jshop_list_product .aw-product-card .manufacturer_code span,
.aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__manufacturer span,
.aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__article span,
.aw-category-products-page .jshop.list_product .aw-product-card .manufacturer_name span,
.aw-category-products-page .jshop.list_product .aw-product-card .manufacturer_code span,
.aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__manufacturer span,
.aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__article span {
    color: var(--aw-page-card-text) !important;
    font-weight: 600 !important;
}

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

.aw-category-products-page #comjshop_list_product .aw-product-card .jshop_price,
.aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__price,
.aw-category-products-page .jshop_list_product .aw-product-card .jshop_price,
.aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__price,
.aw-category-products-page .jshop.list_product .aw-product-card .jshop_price,
.aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__price {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--aw-page-card-text) !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    text-align: left !important;
}

.aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__price-prefix,
.aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__price-prefix,
.aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__price-prefix {
    display: block !important;
    color: rgba(255,255,255,.58) !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin-bottom: 4px !important;
}

.aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__price-value,
.aw-category-products-page #comjshop_list_product .aw-product-card .jshop_price span,
.aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__price-value,
.aw-category-products-page .jshop_list_product .aw-product-card .jshop_price span,
.aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__price-value,
.aw-category-products-page .jshop.list_product .aw-product-card .jshop_price span {
    color: var(--aw-page-card-accent) !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
}

.aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__buttons,
.aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__buttons,
.aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__buttons {
    min-width: 40px !important;
}

.aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__cart-button,
.aw-category-products-page #comjshop_list_product .aw-product-card button.aw-product-card__cart-button,
.aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__cart-button,
.aw-category-products-page .jshop_list_product .aw-product-card button.aw-product-card__cart-button,
.aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__cart-button,
.aw-category-products-page .jshop.list_product .aw-product-card button.aw-product-card__cart-button {
    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;
}

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

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


/* ===== product pagination: mobile fit ===== */
@media (max-width: 767px) {
    .aw-category-products-page .pagination,
    .aw-category-products-page .pagination-list,
    .aw-category-products-page .jshop_pagination,
    .aw-category-products-page .jshop_pagination_wrap,
    .aw-category-products-page .pagination-wrapper,
    .aw-category-products-page .pages {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 4px !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    .aw-category-products-page .pagination ul,
    .aw-category-products-page .pagination-list ul,
    .aw-category-products-page .jshop_pagination ul,
    .aw-category-products-page .jshop_pagination_wrap ul,
    .aw-category-products-page .pagination-wrapper ul,
    .aw-category-products-page .pages ul {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 4px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        box-sizing: border-box !important;
    }

    .aw-category-products-page .pagination li,
    .aw-category-products-page .pagination-list li,
    .aw-category-products-page .jshop_pagination li,
    .aw-category-products-page .jshop_pagination_wrap li,
    .aw-category-products-page .pagination-wrapper li,
    .aw-category-products-page .pages li {
        flex: 0 0 auto !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .aw-category-products-page .pagination a,
    .aw-category-products-page .pagination span,
    .aw-category-products-page .pagination-list a,
    .aw-category-products-page .pagination-list span,
    .aw-category-products-page .jshop_pagination a,
    .aw-category-products-page .jshop_pagination span,
    .aw-category-products-page .jshop_pagination_wrap a,
    .aw-category-products-page .jshop_pagination_wrap span,
    .aw-category-products-page .pagination-wrapper a,
    .aw-category-products-page .pagination-wrapper span,
    .aw-category-products-page .pages a,
    .aw-category-products-page .pages span {
        min-width: 32px !important;
        max-width: 40px !important;
        box-sizing: border-box !important;
        white-space: nowrap !important;
    }
}

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

@media (max-width: 1499px) {
    .aw-category-products-page .aw-subcats__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1199.98px) {
    .aw-category-products-page #comjshop_list_product .aw-product-card .image_block,
    .aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__image-block,
    .aw-category-products-page .jshop_list_product .aw-product-card .image_block,
    .aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__image-block,
    .aw-category-products-page .jshop.list_product .aw-product-card .image_block,
    .aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__image-block {
        min-height: 198px !important;
    }

    .aw-category-products-page #comjshop_list_product .aw-product-card .product_link,
    .aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__image-link,
    .aw-category-products-page .jshop_list_product .aw-product-card .product_link,
    .aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__image-link,
    .aw-category-products-page .jshop.list_product .aw-product-card .product_link,
    .aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__image-link {
        min-height: 176px !important;
    }

    .aw-category-products-page #comjshop_list_product .aw-product-card .jshop_img,
    .aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__image,
    .aw-category-products-page .jshop_list_product .aw-product-card .jshop_img,
    .aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__image,
    .aw-category-products-page .jshop.list_product .aw-product-card .jshop_img,
    .aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__image {
        height: 140px !important;
        max-height: 140px !important;
    }
}

@media (max-width: 1099px) {
    .aw-category-products-page .aw-subcats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .aw-category-products-page .aw-subcat-card__link {
        min-height: 88px;
        grid-template-columns: minmax(0, 1fr) 72px;
        padding: 12px;
    }

    .aw-category-products-page .aw-subcat-card__media {
        width: 72px;
        height: 50px;
    }
}

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


    .aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__content,
    .aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__content,
    .aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__content {
        padding: 14px 14px 14px !important;
    }

    .aw-category-products-page #comjshop_list_product .aw-product-card .name,
    .aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__name,
    .aw-category-products-page .jshop_list_product .aw-product-card .name,
    .aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__name,
    .aw-category-products-page .jshop.list_product .aw-product-card .name,
    .aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__name {
        min-height: 54px !important;
    }

    .aw-category-products-page #comjshop_list_product .aw-product-card .name a,
    .aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__name a,
    .aw-category-products-page .jshop_list_product .aw-product-card .name a,
    .aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__name a,
    .aw-category-products-page .jshop.list_product .aw-product-card .name a,
    .aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__name a {
        font-size: 14px !important;
    }

    .aw-category-products-page #comjshop_list_product .aw-product-card .manufacturer_name,
    .aw-category-products-page #comjshop_list_product .aw-product-card .manufacturer_code,
    .aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__manufacturer,
    .aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__article,
    .aw-category-products-page .jshop_list_product .aw-product-card .manufacturer_name,
    .aw-category-products-page .jshop_list_product .aw-product-card .manufacturer_code,
    .aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__manufacturer,
    .aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__article,
    .aw-category-products-page .jshop.list_product .aw-product-card .manufacturer_name,
    .aw-category-products-page .jshop.list_product .aw-product-card .manufacturer_code,
    .aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__manufacturer,
    .aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__article {
        font-size: 11px !important;
    }

    .aw-category-products-page #comjshop_list_product .aw-product-card .aw-product-card__price-value,
    .aw-category-products-page #comjshop_list_product .aw-product-card .jshop_price span,
    .aw-category-products-page .jshop_list_product .aw-product-card .aw-product-card__price-value,
    .aw-category-products-page .jshop_list_product .aw-product-card .jshop_price span,
    .aw-category-products-page .jshop.list_product .aw-product-card .aw-product-card__price-value,
    .aw-category-products-page .jshop.list_product .aw-product-card .jshop_price span {
        font-size: 15px !important;
    }
}

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


    .aw-category-products-page .aw-subcats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .aw-category-products-page .aw-subcat-card__link {
        min-height: 82px;
        grid-template-columns: minmax(0, 1fr) 60px;
        gap: 10px;
        padding: 10px 12px;
        border-radius: 14px;
    }

    .aw-category-products-page .aw-subcat-card__media {
        width: 60px;
        height: 42px;
    }

    .aw-category-products-page .aw-subcat-card__title {
        font-size: 12px;
    }

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


/* ===== mobile sort/count strip: prevent select nowrap overflow ===== */
@media (max-width: 767px) {
    .aw-category-products-page #sort_count,
    .aw-category-products-page .form_sort_count,
    .aw-category-products-page .block_sorting_count_to_page,
    .aw-category-products-page .block_sorting_count_to_page .control-group,
    .aw-category-products-page .block_sorting_count_to_page .control-label,
    .aw-category-products-page .block_sorting_count_to_page .controls,
    .aw-category-products-page .block_sorting_count_to_page .input-group {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .aw-category-products-page .block_sorting_count_to_page {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        overflow: hidden !important;
    }

    .aw-category-products-page .block_sorting_count_to_page .control-group {
        display: block !important;
        margin: 0 !important;
    }

    .aw-category-products-page .block_sorting_count_to_page .control-label {
        display: block !important;
        margin: 0 0 6px !important;
        line-height: 1.25 !important;
    }

    .aw-category-products-page .block_sorting_count_to_page .controls {
        display: block !important;
    }

    .aw-category-products-page .block_sorting_count_to_page .input-group {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 38px !important;
        align-items: stretch !important;
    }

    .aw-category-products-page .block_sorting_count_to_page select {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .aw-category-products-page .block_sorting_count_to_page #submit_product_list_filter_sort_dir {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        min-width: 38px !important;
        max-width: 38px !important;
    }
}