.category-catalog {
    --catalog-ink: #1f2329;
    --catalog-muted: #6f737b;
    --catalog-line: #e7e8eb;
    --catalog-soft: #f6f7f8;
    --catalog-orange: #f5a623;
    --catalog-orange-dark: #c87200;
    background: #fff;
    color: var(--catalog-ink);
}

.category-catalog .container {
    max-width: 1320px;
}

.categories-show .mit-header {
    border-bottom: 1px solid #eeeeef;
}

.categories-show .mit-header-content {
    padding: 14px 0;
}

.categories-show .mit-header-form {
    background: #f5f5f6;
    border: 1px solid #f0f0f1;
    border-radius: 10px;
}

.categories-show .mit-header-form:focus-within {
    background: #fff;
    border-color: var(--default);
    box-shadow: 0 0 0 3px rgba(253, 183, 50, .12);
}

.categories-show .mit-nav {
    border-bottom: 1px solid #efeff0;
    box-shadow: 0 4px 18px rgba(31, 35, 41, .025);
}

.category-hero-section {
    background: #f7f7f8;
    padding: 23px 0 30px;
}

.category-breadcrumb {
    align-items: center;
    display: flex;
    font-size: 11px;
    list-style: none;
    margin: 0 0 17px;
    padding: 0;
}

.category-breadcrumb li + li::before {
    color: #b0b3b8;
    content: '/';
    margin: 0 9px;
}

.category-breadcrumb a {
    color: var(--catalog-muted);
    text-decoration: none;
}

.category-breadcrumb li:last-child {
    color: var(--catalog-ink);
    font-weight: 650;
}

.category-title-card,
.category-banner-card {
    border-radius: 17px;
    min-height: 210px;
    overflow: hidden;
    position: relative;
}

.category-title-card {
    align-items: center;
    background: linear-gradient(112deg, #ffbd49 0%, #f6a31c 68%, #ee9208 100%);
    box-shadow: 0 11px 28px rgba(202, 121, 0, .14);
    display: flex;
    justify-content: space-between;
    padding: 36px 44px;
}

.category-title-card > div:first-child {
    max-width: 720px;
    position: relative;
    z-index: 2;
}

.category-title-card > div:first-child > span,
.category-banner-overlay > span {
    color: rgba(45, 31, 12, .63);
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .15em;
    margin-bottom: 8px;
}

.category-title-card h1,
.category-banner-overlay h1 {
    color: #211a11;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 760;
    letter-spacing: -.045em;
    line-height: 1.08;
    margin: 0;
}

.category-title-card p,
.category-banner-overlay p {
    color: rgba(41, 31, 18, .72);
    font-size: 13px;
    line-height: 1.6;
    margin: 11px 0 0;
    max-width: 570px;
}

.category-title-art {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    min-width: 260px;
    position: relative;
}

.category-title-art > span {
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    position: absolute;
}

.category-title-art > span:first-child {
    height: 230px;
    right: -45px;
    top: -105px;
    width: 230px;
}

.category-title-art > span:nth-child(2) {
    bottom: -120px;
    height: 245px;
    right: 80px;
    width: 245px;
}

.category-title-art i {
    align-items: center;
    background: rgba(255, 255, 255, .76);
    border-radius: 24px;
    box-shadow: 0 14px 32px rgba(104, 58, 0, .16);
    color: #2a241b;
    display: flex;
    font-size: 40px;
    height: 100px;
    justify-content: center;
    position: relative;
    transform: rotate(-4deg);
    width: 100px;
}

.category-banner-card {
    background: #25282d;
}

.category-banner-card::after {
    background: linear-gradient(90deg, rgba(15, 17, 20, .9), rgba(15, 17, 20, .46) 52%, rgba(15, 17, 20, .05));
    content: '';
    inset: 0;
    position: absolute;
}

.category-banner-card > img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.category-banner-overlay {
    left: 44px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.category-banner-overlay > span,
.category-banner-overlay h1,
.category-banner-overlay p {
    color: #fff;
}

.category-banner-overlay > span,
.category-banner-overlay p {
    opacity: .76;
}

.category-results-section {
    padding: 36px 0 72px;
}

.category-results-grid {
    align-items: start;
    display: grid;
    gap: 30px;
    grid-template-columns: 248px minmax(0, 1fr);
}

.category-filter-sticky {
    background: #fff;
    border: 1px solid var(--catalog-line);
    border-radius: 14px;
    overflow: hidden;
    position: sticky;
    top: 92px;
}

.category-filter-heading {
    align-items: center;
    border-bottom: 1px solid var(--catalog-line);
    display: flex;
    justify-content: space-between;
    padding: 19px 20px;
}

.category-filter-heading span,
.category-filter-drawer .offcanvas-header span {
    color: #a0a3a9;
    display: block;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .13em;
    margin-bottom: 3px;
}

.category-filter-heading h2,
.category-filter-drawer .offcanvas-header h2 {
    font-size: 18px;
    font-weight: 750;
    letter-spacing: -.02em;
    margin: 0;
}

.category-filter-heading a {
    color: var(--catalog-orange-dark);
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

.category-filter-group {
    border-bottom: 1px solid var(--catalog-line);
    padding: 19px 20px 20px;
}

.category-filter-group:last-child {
    border-bottom: 0;
}

.category-filter-group h3 {
    color: var(--catalog-ink);
    font-size: 12px;
    font-weight: 750;
    margin: 0 0 14px;
}

.category-price-inputs {
    align-items: flex-end;
    display: grid;
    gap: 7px;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.category-price-inputs > span {
    color: #a7a9ae;
    font-size: 11px;
    padding-bottom: 11px;
}

.category-price-inputs label {
    color: var(--catalog-muted);
    display: block;
    font-size: 8px;
    font-weight: 600;
    margin-bottom: 5px;
}

.category-price-field {
    align-items: center;
    background: #fafafa;
    border: 1px solid var(--catalog-line);
    border-radius: 7px;
    display: flex;
    min-width: 0;
    overflow: hidden;
}

.category-price-field > span {
    color: #999ca2;
    font-size: 10px;
    padding-left: 8px;
}

.category-price-field input {
    background: transparent;
    border: 0;
    color: var(--catalog-ink);
    font-size: 10px;
    font-weight: 650;
    min-width: 0;
    outline: 0;
    padding: 9px 7px 9px 3px;
    width: 100%;
}

.category-apply-button {
    background: var(--catalog-ink);
    border: 0;
    border-radius: 7px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    margin-top: 10px;
    min-height: 34px;
    padding: 7px 12px;
    width: 100%;
}

.category-apply-button:hover {
    background: #090a0b;
}

.category-option-list {
    max-height: 132px;
    overflow: hidden;
}

.category-option-list.expanded {
    max-height: none;
}

.category-check-option {
    align-items: center;
    color: #555960;
    cursor: pointer;
    display: flex;
    font-size: 10px;
    gap: 9px;
    margin-bottom: 10px;
    user-select: none;
}

.category-check-option:last-child {
    margin-bottom: 0;
}

.category-check-option input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.category-checkmark {
    align-items: center;
    background: #fff;
    border: 1px solid #d9dbde;
    border-radius: 4px;
    color: transparent;
    display: flex;
    flex: 0 0 16px;
    font-size: 7px;
    height: 16px;
    justify-content: center;
    transition: background-color .15s ease, border-color .15s ease;
    width: 16px;
}

.category-check-option input:checked + .category-checkmark {
    background: var(--catalog-orange);
    border-color: var(--catalog-orange);
    color: #2c200f;
}

.category-check-option input:focus-visible + .category-checkmark {
    box-shadow: 0 0 0 3px rgba(245, 166, 35, .2);
}

.category-check-option:hover {
    color: var(--catalog-ink);
}

.category-show-more {
    background: transparent;
    border: 0;
    color: var(--catalog-orange-dark);
    font-size: 9px;
    font-weight: 700;
    margin-top: 12px;
    padding: 0;
}

.category-show-more i {
    font-size: 7px;
    margin-left: 5px;
}

.category-related-group nav {
    display: grid;
    gap: 3px;
}

.category-related-group a {
    align-items: center;
    border-radius: 6px;
    color: #555960;
    display: flex;
    font-size: 10px;
    justify-content: space-between;
    padding: 7px 8px;
    text-decoration: none;
}

.category-related-group a:hover {
    background: var(--catalog-soft);
    color: var(--catalog-orange-dark);
}

.category-related-group i {
    color: #b0b2b7;
    font-size: 7px;
}

.category-product-area {
    min-width: 0;
}

.category-toolbar {
    align-items: center;
    border-bottom: 1px solid var(--catalog-line);
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 0 0 16px;
}

.category-toolbar > div:first-child span,
.category-toolbar > div:first-child strong {
    display: block;
}

.category-toolbar > div:first-child span {
    color: var(--catalog-muted);
    font-size: 10px;
    margin-bottom: 3px;
}

.category-toolbar > div:first-child strong {
    color: var(--catalog-ink);
    font-size: 19px;
    font-weight: 750;
    letter-spacing: -.02em;
}

.category-sort-control {
    align-items: center;
    background: linear-gradient(180deg, #fff 0%, #fffaf1 100%);
    border: 1px solid #eadfce;
    border-radius: 12px;
    box-shadow: 0 5px 16px rgba(40, 31, 17, .06);
    display: flex;
    gap: 10px;
    min-width: 245px;
    padding: 7px 10px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.category-sort-control:hover {
    border-color: rgba(245, 166, 35, .6);
    box-shadow: 0 7px 20px rgba(40, 31, 17, .09);
}

.category-sort-control:focus-within {
    border-color: var(--catalog-orange);
    box-shadow: 0 0 0 3px rgba(245, 166, 35, .14), 0 7px 20px rgba(40, 31, 17, .08);
}

.category-sort-icon {
    align-items: center;
    background: rgba(245, 166, 35, .14);
    border-radius: 9px;
    color: #bd7200;
    display: inline-flex;
    flex: 0 0 36px;
    font-size: 15px;
    height: 36px;
    justify-content: center;
}

.category-sort-field {
    flex: 1;
    min-width: 0;
}

.category-sort-control label {
    color: #8a7761;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.15;
    margin-bottom: 2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.category-sort-widget {
    position: relative;
}

.category-sort-native {
    height: 1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 1px;
}

.category-sort-trigger {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--catalog-ink);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    justify-content: space-between;
    line-height: 1.35;
    min-height: 20px;
    outline: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.category-sort-trigger > i {
    color: #9c8060;
    font-size: 11px;
    margin-right: 2px;
    transition: color .2s ease, transform .2s ease;
}

.category-sort-widget.is-open .category-sort-trigger > i {
    color: #bd7200;
    transform: rotate(180deg);
}

.category-sort-menu {
    background: #fff;
    border: 1px solid #eadfce;
    border-radius: 15px;
    box-shadow: 0 18px 50px rgba(34, 28, 19, .18);
    max-width: calc(100vw - 24px);
    opacity: 0;
    padding: 8px;
    pointer-events: none;
    position: absolute;
    right: -10px;
    top: calc(100% + 14px);
    transform: translateY(-7px) scale(.98);
    transform-origin: top right;
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
    visibility: hidden;
    width: 310px;
    z-index: 40;
}

.category-sort-widget.is-open .category-sort-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    visibility: visible;
}

.category-sort-menu::before {
    background: #fff;
    border-left: 1px solid #eadfce;
    border-top: 1px solid #eadfce;
    content: "";
    height: 12px;
    position: absolute;
    right: 23px;
    top: -7px;
    transform: rotate(45deg);
    width: 12px;
}

.category-sort-option {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 10px;
    color: var(--catalog-ink);
    display: grid;
    gap: 11px;
    grid-template-columns: 38px minmax(0, 1fr) 18px;
    padding: 10px;
    position: relative;
    text-align: left;
    transition: background .16s ease, color .16s ease;
    width: 100%;
}

.category-sort-option:hover,
.category-sort-option:focus-visible {
    background: #fff7e9;
    color: #8d5600;
    outline: 0;
}

.category-sort-option.is-active {
    background: linear-gradient(90deg, #fff4df 0%, #fffaf1 100%);
    color: #9d5f00;
}

.category-sort-option-icon {
    align-items: center;
    background: #f6f3ee;
    border-radius: 9px;
    color: #7f705e;
    display: flex;
    font-size: 13px;
    height: 38px;
    justify-content: center;
    transition: background .16s ease, color .16s ease;
    width: 38px;
}

.category-sort-option.is-active .category-sort-option-icon,
.category-sort-option:hover .category-sort-option-icon,
.category-sort-option:focus-visible .category-sort-option-icon {
    background: #ffe8be;
    color: #b66d00;
}

.category-sort-option-copy {
    display: block;
    min-width: 0;
}

.category-sort-option-copy strong,
.category-sort-option-copy small {
    display: block;
    white-space: nowrap;
}

.category-sort-option-copy strong {
    font-size: 14px;
    font-weight: 750;
    line-height: 1.25;
}

.category-sort-option-copy small {
    color: #8d8376;
    font-size: 12px;
    line-height: 1.35;
    margin-top: 2px;
}

.category-sort-check {
    color: #c87900;
    font-size: 12px;
    opacity: 0;
    transform: scale(.7);
    transition: opacity .16s ease, transform .16s ease;
}

.category-sort-option.is-active .category-sort-check {
    opacity: 1;
    transform: scale(1);
}

.category-mobile-actions {
    display: none;
}

.category-active-filters {
    align-items: center;
    background: #fff9ef;
    border: 1px solid #f7dfb6;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 18px;
    padding: 10px 12px;
}

.category-active-filters > span {
    color: #7e6540;
    font-size: 9px;
    font-weight: 700;
    margin-right: 3px;
}

.category-active-filters button {
    background: #fff;
    border: 1px solid #efd5a8;
    border-radius: 99px;
    color: #5e4a2d;
    font-size: 9px;
    padding: 5px 9px;
}

.category-active-filters button i {
    font-size: 7px;
    margin-left: 5px;
}

.category-active-filters > a {
    color: var(--catalog-orange-dark);
    font-size: 9px;
    font-weight: 700;
    margin-left: auto;
    text-decoration: none;
}

/* Product cards mirror the refreshed homepage while remaining scoped. */
.category-catalog .product-items > .col {
    display: flex;
}

.category-catalog .product-grid {
    background: #fff;
    border: 1px solid var(--catalog-line);
    border-radius: 13px;
    box-shadow: 0 4px 18px rgba(31, 35, 41, .025);
    display: flex;
    flex-direction: column;
    font-family: inherit;
    margin: 0;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    width: 100%;
}

.category-catalog .product-grid:hover {
    border-color: #dcdde0;
    box-shadow: 0 12px 28px rgba(31, 35, 41, .09);
    transform: translateY(-3px);
}

.category-catalog .product-grid .product-image-box {
    background: #f7f7f8;
    margin: 9px 9px 0;
    overflow: hidden;
    padding: 4px;
}

.category-catalog .product-grid .product-image-box > a,
.category-catalog .product-grid .product-image-container {
    display: block;
}

.category-catalog .product-grid .product-image-container {
    width: 100% !important;
}

.category-catalog .product-grid .product-image-photo {
    padding: 5px;
}

.category-catalog .product-grid:hover .product-image-photo {
    transform: scale(1.035);
}

.category-catalog .product-grid .product-new-label {
    background: #22262b;
    border-radius: 5px;
    font-size: 8px;
    font-weight: 700;
    left: 7px;
    letter-spacing: .04em;
    padding: 5px 7px;
    top: 7px;
}

.category-catalog .product-grid:hover .product-new-label {
    opacity: 1;
}

.category-catalog .product-grid .social {
    right: 7px;
    top: 7px;
}

.category-catalog .product-grid .social li {
    margin-bottom: 5px;
}

.category-catalog .product-grid .social li a {
    align-items: center;
    background: rgba(255, 255, 255, .96);
    border: 1px solid #e7e8ea;
    box-shadow: 0 4px 12px rgba(31, 35, 41, .1);
    color: #565a61;
    display: flex;
    font-size: 10px;
    height: 30px;
    justify-content: center;
    line-height: 1;
    width: 30px;
}

.category-catalog .product-grid .social li a:hover {
    background: var(--catalog-orange);
    border-color: var(--catalog-orange);
    box-shadow: none;
    color: #251b0d;
}

.category-catalog .product-grid .cart-form,
.category-catalog .product-grid .product-image-box > .d-flex.justify-content-around {
    gap: 6px;
    margin: 7px 0 2px !important;
}

.category-catalog .product-grid .cart-form .btn,
.category-catalog .product-grid .product-image-box > .d-flex.justify-content-around .btn {
    align-items: center;
    border: 1px solid #dedfe1;
    border-radius: 7px;
    color: #383c42;
    display: flex;
    flex: 1 1 0;
    font-size: 9px;
    font-weight: 700;
    gap: 5px;
    justify-content: center;
    min-height: 32px;
    padding: 5px 6px;
}

.category-catalog .product-grid .cart-form .add-to-cart,
.category-catalog .product-grid .product-image-box > .d-flex.justify-content-around .btn:last-child {
    background: var(--catalog-orange);
    border-color: var(--catalog-orange);
    color: #241b0f;
}

.category-catalog .product-grid .cart-form .btn:hover,
.category-catalog .product-grid .product-image-box > .d-flex.justify-content-around .btn:hover {
    background: var(--catalog-ink);
    border-color: var(--catalog-ink);
    color: #fff;
}

.category-catalog .product-grid .product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 12px 13px 14px !important;
    text-align: left;
}

.category-catalog .product-grid .product-content .title {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0 0 9px;
    max-height: 33px;
    min-height: 33px;
}

.category-catalog .product-grid .product-content .title a {
    color: #363a40;
    text-decoration: none;
}

.category-catalog .product-grid .product-content .title a:hover {
    color: var(--catalog-orange-dark);
}

.category-catalog .product-grid .product-content > .d-flex {
    flex: 1;
    justify-content: space-between;
}

.category-catalog .product-grid .price-box {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 6px;
    min-height: 25px;
}

.category-catalog .product-grid .product-old-price {
    color: #9b9ea4;
    font-size: 9px;
    order: 2;
}

.category-catalog .product-grid .product-content .price {
    color: var(--catalog-ink);
    font-size: 15px;
    font-weight: 750;
    order: 1;
}

.category-catalog .product-grid .price-box .small {
    color: #319067;
    font-size: 8px;
    font-weight: 700;
    order: 3;
}

.category-catalog .product-grid .rating_and_delivery_info {
    justify-content: flex-start !important;
    margin-top: 7px;
}

.category-catalog .product-grid .star-ratings {
    font-size: 11px;
}

.category-catalog .product-grid .free-delivery {
    font-size: 13px;
}

.category-load-more {
    padding: 38px 0 0;
    text-align: center;
}

.category-load-button {
    align-items: center;
    background: #fff;
    border: 1px solid #d8dade;
    border-radius: 8px;
    color: var(--catalog-ink);
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    gap: 9px;
    justify-content: center;
    min-height: 40px;
    padding: 8px 17px;
}

.category-load-button:hover {
    background: var(--catalog-ink);
    border-color: var(--catalog-ink);
    color: #fff;
}

.category-load-button:disabled {
    cursor: wait;
    opacity: .65;
}

.category-load-more p {
    color: var(--catalog-muted);
    font-size: 10px;
    margin: 0;
}

.category-empty-state {
    background: var(--catalog-soft);
    border: 1px solid var(--catalog-line);
    border-radius: 14px;
    padding: 70px 24px;
    text-align: center;
}

.category-empty-state > span {
    align-items: center;
    background: #fff0d8;
    border-radius: 50%;
    color: var(--catalog-orange-dark);
    display: inline-flex;
    font-size: 20px;
    height: 58px;
    justify-content: center;
    margin-bottom: 14px;
    width: 58px;
}

.category-empty-state h2 {
    font-size: 20px;
    font-weight: 750;
    margin: 0 0 6px;
}

.category-empty-state p {
    color: var(--catalog-muted);
    font-size: 11px;
    margin: 0 0 17px;
}

.category-empty-state a {
    background: var(--catalog-ink);
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 10px 14px;
    text-decoration: none;
}

.category-filter-drawer {
    max-width: 88vw;
    width: 330px !important;
}

.category-filter-drawer .offcanvas-header {
    border-bottom: 1px solid var(--catalog-line);
    padding: 18px 20px;
}

.category-filter-drawer .offcanvas-body {
    padding: 0;
}

.category-drawer-footer {
    border-top: 1px solid var(--catalog-line);
    padding: 14px 20px;
}

.category-drawer-footer a {
    background: var(--catalog-ink);
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 700;
    padding: 11px;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .category-results-grid {
        gap: 24px;
        grid-template-columns: 225px minmax(0, 1fr);
    }

    .category-title-card {
        padding-left: 36px;
        padding-right: 36px;
    }
}

@media (max-width: 991.98px) {
    .categories-show .mit-header {
        box-shadow: 0 4px 16px rgba(31, 35, 41, .05);
    }

    .category-filter-sidebar,
    .category-toolbar .category-sort-control {
        display: none;
    }

    .category-results-grid {
        display: block;
    }

    .category-mobile-actions {
        align-items: center;
        display: flex;
        gap: 10px;
        justify-content: space-between;
        margin-bottom: 16px;
    }

    .category-sort-control-mobile {
        flex: 1 1 230px;
        min-width: 0;
        padding: 6px 9px;
    }

    .category-mobile-actions > button {
        align-items: center;
        background: var(--catalog-ink);
        border: 0;
        border-radius: 8px;
        color: #fff;
        display: flex;
        font-size: 10px;
        font-weight: 700;
        gap: 8px;
        min-height: 38px;
        padding: 8px 13px;
    }

    .category-mobile-actions > button > span {
        align-items: center;
        background: var(--catalog-orange);
        border-radius: 50%;
        color: #21180c;
        display: flex;
        font-size: 8px;
        height: 17px;
        justify-content: center;
        width: 17px;
    }

    .category-toolbar {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .category-hero-section {
        padding: 17px 0 20px;
    }

    .category-title-card,
    .category-banner-card {
        min-height: 180px;
    }

    .category-title-card {
        padding: 29px 28px;
    }

    .category-title-card h1,
    .category-banner-overlay h1 {
        font-size: 34px;
    }

    .category-title-art {
        min-width: 175px;
    }

    .category-title-art i {
        height: 82px;
        width: 82px;
    }

    .category-banner-card > img {
        height: 210px;
    }

    .category-banner-overlay {
        left: 28px;
    }

    .category-results-section {
        padding-top: 24px;
    }

    .category-catalog .product-grid .social li:first-child,
    .category-catalog .product-grid .social li:last-child {
        display: none;
    }

    .category-catalog .product-grid .social li {
        transform: translateX(0);
    }
}

@media (max-width: 575.98px) {
    .category-breadcrumb {
        font-size: 10px;
        margin-bottom: 12px;
    }

    .category-title-card,
    .category-banner-card {
        border-radius: 12px;
        min-height: 155px;
    }

    .category-title-card {
        padding: 25px 22px;
    }

    .category-title-card > div:first-child {
        max-width: 78%;
    }

    .category-title-card > div:first-child > span,
    .category-banner-overlay > span {
        font-size: 7px;
    }

    .category-title-card h1,
    .category-banner-overlay h1 {
        font-size: 28px;
    }

    .category-title-card p,
    .category-banner-overlay p {
        font-size: 10px;
        line-height: 1.5;
        margin-top: 7px;
    }

    .category-title-art {
        min-width: 80px;
        position: absolute;
        right: 10px;
    }

    .category-title-art i {
        border-radius: 16px;
        font-size: 25px;
        height: 62px;
        width: 62px;
    }

    .category-banner-card > img {
        height: 180px;
    }

    .category-banner-overlay {
        left: 22px;
    }

    .category-results-section {
        padding: 20px 0 52px;
    }

    .category-active-filters {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .category-active-filters > span {
        display: none;
    }

    .category-active-filters button,
    .category-active-filters > a {
        flex: 0 0 auto;
    }

    .category-toolbar > div:first-child strong {
        font-size: 17px;
    }

    .category-catalog .product-items {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 12px;
    }

    .category-catalog .product-grid {
        border-radius: 10px;
    }

    .category-catalog .product-grid:hover {
        transform: none;
    }

    .category-catalog .product-grid .product-image-box {
        margin: 7px 7px 0;
        padding: 2px;
    }

    .category-catalog .product-grid .cart-form,
    .category-catalog .product-grid .product-image-box > .d-flex.justify-content-around {
        gap: 5px;
        margin-top: 6px !important;
    }

    .category-catalog .product-grid .cart-form .btn,
    .category-catalog .product-grid .product-image-box > .d-flex.justify-content-around .btn {
        font-size: 8px;
        min-height: 30px;
        padding: 5px 3px;
    }

    .category-catalog .product-grid .product-content {
        padding: 10px 10px 12px !important;
    }

    .category-catalog .product-grid .product-content .title {
        font-size: 10px;
        line-height: 1.4;
        max-height: 29px;
        min-height: 29px;
    }

    .category-catalog .product-grid .product-content .price {
        font-size: 14px;
    }

    .category-catalog .product-grid .star-ratings {
        font-size: 10px;
    }
}

/* Asynchronous filter feedback */
.category-products-container {
    position: relative;
    min-height: 180px;
}

.category-products-container.is-loading::after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 72px;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    border: 3px solid rgba(242, 167, 0, 0.22);
    border-top-color: #f2a700;
    border-radius: 50%;
    animation: category-filter-spin 0.7s linear infinite;
}

.category-products-container.is-loading > * {
    opacity: 0.42;
    pointer-events: none;
}

@keyframes category-filter-spin {
    to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .category-catalog *,
    .category-filter-drawer * {
        transition: none !important;
    }
}

/* Standard readable catalog type scale. */
.category-catalog,
.category-filter-drawer {
    font-size: 16px;
    line-height: 1.5;
}

.category-breadcrumb {
    font-size: 14px;
}

.category-title-card > div:first-child > span,
.category-banner-overlay > span {
    font-size: 12px;
}

.category-title-card p,
.category-banner-overlay p {
    font-size: 15px;
}

.category-filter-heading span,
.category-filter-drawer .offcanvas-header span {
    font-size: 11px;
}

.category-filter-heading h2,
.category-filter-drawer .offcanvas-header h2 {
    font-size: 22px;
}

.category-filter-heading a {
    font-size: 13px;
}

.category-filter-group h3 {
    font-size: 16px;
}

.category-price-inputs label {
    font-size: 12px;
}

.category-price-field > span,
.category-price-field input {
    font-size: 14px;
}

.category-apply-button {
    font-size: 14px;
}

.category-check-option {
    font-size: 14px;
}

.category-checkmark {
    font-size: 9px;
}

.category-show-more {
    font-size: 13px;
}

.category-related-group a {
    font-size: 14px;
}

.category-toolbar > div:first-child span,
.category-sort-control label {
    font-size: 13px;
}

.category-toolbar > div:first-child strong {
    font-size: 22px;
}

.category-sort-select {
    font-size: 14px;
}

.category-active-filters > span,
.category-active-filters button,
.category-active-filters > a {
    font-size: 13px;
}

.category-catalog .product-grid .product-new-label {
    font-size: 11px;
}

.category-catalog .product-grid .social li a {
    font-size: 13px;
}

.category-catalog .product-grid .cart-form .btn,
.category-catalog .product-grid .product-image-box > .d-flex.justify-content-around .btn {
    font-size: 12px;
}

.category-catalog .product-grid .product-content .title {
    font-size: 14px;
    line-height: 1.45;
    max-height: 42px;
    min-height: 42px;
}

.category-catalog .product-grid .product-old-price {
    font-size: 12px;
}

.category-catalog .product-grid .product-content .price {
    font-size: 18px;
}

.category-catalog .product-grid .price-box .small {
    font-size: 11px;
}

.category-catalog .product-grid .star-ratings {
    font-size: 14px;
}

.category-load-button,
.category-load-more p {
    font-size: 14px;
}

.category-empty-state p,
.category-empty-state a,
.category-drawer-footer a {
    font-size: 14px;
}

.category-mobile-actions > button {
    font-size: 14px;
}

@media (max-width: 575.98px) {
    .category-breadcrumb {
        font-size: 13px;
    }

    .category-title-card > div:first-child > span,
    .category-banner-overlay > span {
        font-size: 11px;
    }

    .category-title-card p,
    .category-banner-overlay p {
        font-size: 14px;
    }

    .category-mobile-actions > button,
    .category-sort-select {
        font-size: 14px;
    }

    .category-toolbar > div:first-child span {
        font-size: 13px;
    }

    .category-toolbar > div:first-child strong {
        font-size: 20px;
    }

    .category-catalog .product-grid .cart-form .btn,
    .category-catalog .product-grid .product-image-box > .d-flex.justify-content-around .btn {
        font-size: 12px;
    }

    .category-catalog .product-grid .product-content .title {
        font-size: 14px;
        max-height: 42px;
        min-height: 42px;
    }

    .category-catalog .product-grid .product-content .price {
        font-size: 18px;
    }

    .category-catalog .product-grid .star-ratings {
        font-size: 13px;
    }
}
