/* Ordely categories.php — Electronics marketplace listing layout */
body.om-category-listing-v12 {
    --ocp-blue: #0877f6;
    --ocp-cyan: #05b9df;
    --ocp-teal: #00c9a7;
    --ocp-text: #07143d;
    --ocp-muted: #66738f;
    --ocp-line: #e5ecf6;
    --ocp-soft: #f6fbff;
    --ocp-gradient: linear-gradient(135deg, var(--ocp-blue) 0%, var(--ocp-cyan) 52%, var(--ocp-teal) 100%);
    --ocp-gradient-soft: radial-gradient(circle at 84% 16%, rgba(0, 201, 167, .22), transparent 32%), linear-gradient(135deg, #f8fcff 0%, #eef9ff 56%, #edfffb 100%);
    --ocp-shadow: 0 24px 70px rgba(9, 29, 68, .10);
    --ocp-shadow-soft: 0 14px 36px rgba(9, 29, 68, .075);
    background: #fff !important;
    color: var(--ocp-text);
}

body.om-category-listing-v12 a { text-decoration: none !important; }
body.om-category-listing-v12 .main-wrapper { background: #fff !important; }
body.om-category-listing-v12 .om-shell,
.ocp-shell { width: min(100% - 42px, 1500px); margin-inline: auto; }

body.om-category-listing-v12 .om-site-header {
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 10px 32px rgba(11, 20, 55, .045);
    position: relative;
    z-index: 20;
}
body.om-category-listing-v12 .om-mainnav { min-height: 100px; }
body.om-category-listing-v12 .om-mainnav__inner { gap: 26px; }
body.om-category-listing-v12 .om-brand img { width: 172px; }
body.om-category-listing-v12 .om-nav-pill { height: 54px; border-radius: 16px; }
body.om-category-listing-v12 .om-nav-search { height: 58px; box-shadow: 0 16px 36px rgba(9, 29, 68, .055), inset 0 1px 0 rgba(255, 255, 255, .9); }
body.om-category-listing-v12 .om-nav-search button { background: var(--ocp-gradient) !important; }

.ocp-shell { padding: 26px 0 34px; }
.ocp-breadcrumb { display: flex; align-items: center; gap: 10px; color: var(--ocp-muted); font-size: 14px; font-weight: 800; margin-bottom: 20px; }
.ocp-breadcrumb a { color: var(--ocp-blue); }
.ocp-breadcrumb i { font-size: 16px; color: #9aa6bb; }

.ocp-hero { display: grid; grid-template-columns: minmax(300px, .68fr) minmax(520px, 1.32fr); gap: 28px; align-items: stretch; margin-bottom: 30px; }
.ocp-hero__copy { display: flex; flex-direction: column; justify-content: center; min-height: 274px; }
.ocp-hero h1 { margin: 0 0 16px; color: var(--ocp-text); font-size: clamp(42px, 4.5vw, 64px); line-height: .95; letter-spacing: -.075em; font-weight: 1000; }
.ocp-hero__copy p { margin: 0; max-width: 520px; color: #465473; font-size: 17px; line-height: 1.55; font-weight: 700; }
.ocp-hero__stats { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #53617c; font-weight: 850; font-size: 14px; }
.ocp-hero__stats span { display: inline-flex; align-items: center; gap: 9px; }
.ocp-hero__stats i { color: var(--ocp-blue); font-size: 18px; }

.ocp-hero__banner { position: relative; min-height: 292px; overflow: hidden; border: 1px solid rgba(8, 119, 246, .11); border-radius: 30px; background: var(--ocp-gradient-soft); box-shadow: var(--ocp-shadow-soft); display: grid; grid-template-columns: minmax(260px, .72fr) minmax(350px, 1fr); align-items: center; padding: 42px 40px; }
.ocp-hero__banner::before { content: ""; position: absolute; inset: -150px -110px auto auto; width: 520px; height: 520px; border-radius: 50%; background: conic-gradient(from 135deg, rgba(8,119,246,0), rgba(8,119,246,.24), rgba(0,201,167,.28), rgba(8,119,246,0)); opacity: .9; }
.ocp-hero__banner-copy { position: relative; z-index: 3; }
.ocp-hero__banner h2 { margin: 0 0 10px; font-size: clamp(34px, 3.8vw, 54px); line-height: 1.02; letter-spacing: -.065em; font-weight: 1000; color: var(--ocp-text); }
.ocp-hero__banner h2 span { background: var(--ocp-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ocp-hero__banner p { margin: 0 0 24px; color: #5c6880; font-weight: 800; }
.ocp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 50px; padding: 0 22px; border-radius: 15px; font-weight: 1000; border: 1px solid transparent; }
.ocp-btn--primary { color: #fff !important; background: var(--ocp-gradient); box-shadow: 0 16px 32px rgba(8, 119, 246, .23); }
.ocp-hero__art { position: relative; z-index: 2; min-height: 230px; }
.ocp-orbit { position: absolute; border-radius: 50%; pointer-events: none; }
.ocp-orbit--one { right: 42px; top: 8px; width: 320px; height: 320px; border: 3px solid rgba(255,255,255,.88); box-shadow: 0 0 0 1px rgba(8,119,246,.10), 0 0 48px rgba(8,119,246,.14); }
.ocp-orbit--two { right: 8px; bottom: 8px; width: 420px; height: 105px; border: 4px solid rgba(255,255,255,.84); transform: rotate(-4deg); box-shadow: 0 0 0 2px rgba(8,119,246,.10), 0 0 28px rgba(0,201,167,.16); }
.ocp-device { position: absolute; margin: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; background: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.82); box-shadow: 0 24px 58px rgba(14, 42, 96, .14); }
.ocp-device img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ocp-device--headphones { width: 210px; height: 210px; right: 235px; top: 30px; border-radius: 38px; }
.ocp-device--watch { width: 134px; height: 134px; right: 136px; bottom: 38px; border-radius: 32px; transform: rotate(3deg); }
.ocp-device--phone { width: 128px; height: 184px; right: 18px; top: 48px; border-radius: 28px; transform: rotate(3deg); }

.ocp-shortcuts { display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); gap: 20px; margin: 0 0 30px; }
.ocp-shortcut { min-height: 130px; border: 1px solid var(--ocp-line); border-radius: 22px; background: #fff; box-shadow: var(--ocp-shadow-soft); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--ocp-text) !important; padding: 14px 12px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.ocp-shortcut:hover,
.ocp-shortcut.is-active { transform: translateY(-3px); border-color: rgba(8, 119, 246, .70); box-shadow: 0 18px 44px rgba(8, 119, 246, .13); }
.ocp-shortcut__image { width: 88px; height: 64px; display: flex; align-items: center; justify-content: center; }
.ocp-shortcut__image img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.ocp-shortcut strong { color: var(--ocp-text); font-size: 14px; line-height: 1.15; font-weight: 950; text-align: center; }

.ocp-layout { display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 30px; align-items: start; }
.ocp-filters { position: sticky; top: 18px; border: 1px solid var(--ocp-line); border-radius: 24px; background: #fff; box-shadow: var(--ocp-shadow-soft); overflow: hidden; }
.ocp-filter-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 22px 24px 18px; border-bottom: 1px solid var(--ocp-line); }
.ocp-filter-head h2 { margin: 0; color: var(--ocp-text); font-size: 20px; font-weight: 1000; letter-spacing: -.04em; }
.ocp-filter-head a,
.ocp-show-more { color: var(--ocp-blue) !important; font-weight: 950; font-size: 13px; }
.ocp-filter-group { padding: 20px 24px; border-bottom: 1px solid var(--ocp-line); }
.ocp-filter-group:last-child { border-bottom: 0; }
.ocp-filter-title { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 0; margin: 0 0 14px; background: transparent; border: 0; color: var(--ocp-text); font-size: 16px; font-weight: 1000; text-align: left; }
.ocp-checkrow { min-height: 30px; display: grid; grid-template-columns: 18px minmax(0, 1fr) auto; align-items: center; gap: 10px; color: #65718a !important; font-size: 14px; font-weight: 780; margin: 8px 0; }
.ocp-checkrow em { color: #8b96aa; font-style: normal; font-size: 13px; }
.ocp-radio,
.ocp-checkbox { width: 16px; height: 16px; border-radius: 50%; border: 2px solid #cbd6e5; background: #fff; }
.ocp-checkbox { border-radius: 4px; }
.ocp-checkrow.is-active { color: var(--ocp-text) !important; font-weight: 950; }
.ocp-checkrow.is-active .ocp-radio { border-color: var(--ocp-blue); box-shadow: inset 0 0 0 4px #fff; background: var(--ocp-gradient); }
.ocp-range { position: relative; height: 6px; border-radius: 999px; background: #e8eff8; margin: 22px 2px 18px; }
.ocp-range span { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; border-radius: 999px; background: var(--ocp-gradient); }
.ocp-range::before,
.ocp-range::after { content: ""; position: absolute; top: 50%; width: 15px; height: 15px; border-radius: 50%; background: var(--ocp-blue); transform: translateY(-50%); box-shadow: 0 0 0 5px rgba(8, 119, 246, .14); }
.ocp-range::before { left: 0; }
.ocp-range::after { right: 0; }
.ocp-price-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; align-items: center; }
.ocp-price-row span { height: 38px; display: flex; align-items: center; padding: 0 12px; border: 1px solid var(--ocp-line); border-radius: 12px; color: #63708a; font-weight: 850; }
.ocp-price-row a { height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 0 14px; border: 1px solid rgba(8, 119, 246, .26); border-radius: 12px; color: var(--ocp-blue) !important; font-weight: 950; }
.ocp-stars span:nth-child(2) { color: #f59e0b; letter-spacing: 1px; }
.ocp-colors { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.ocp-colors span { width: 20px; height: 20px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--c); border: 1px solid #cfd8e8; box-shadow: inset 0 0 0 2px rgba(255,255,255,.50); }
.ocp-colors .ocp-plus { color: var(--ocp-blue); background: #f6fbff; font-weight: 1000; }

.ocp-results { min-width: 0; }
.ocp-results-bar { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0 0 20px; padding: 16px 18px; border: 1px solid rgba(8, 119, 246, .12); border-radius: 22px; background: rgba(255, 255, 255, .90); box-shadow: 0 16px 42px rgba(23, 73, 143, .07); }
.ocp-results-bar p { margin: 0; color: var(--ocp-muted); font-weight: 800; }
.ocp-results-bar b { color: #405071; }
.ocp-sort-actions { display: flex; align-items: center; gap: 10px; }
.ocp-sort { min-height: 50px; border: 1px solid var(--ocp-line); border-radius: 16px; background: #fff; box-shadow: 0 9px 22px rgba(15, 31, 70, .045); color: #65718a; font-weight: 800; }
.ocp-sort { padding: 0 18px; display: inline-flex; align-items: center; gap: 7px; }
.ocp-sort b { color: var(--ocp-text); }
.ocp-view { width: 40px; height: 40px; min-height: 40px; display: grid; place-items: center; border: 1px solid rgba(8, 119, 246, .14); border-radius: 13px; background: #fff; box-shadow: 0 9px 22px rgba(15, 31, 70, .045); color: #657391; font-size: 18px; transition: .18s ease; }
.ocp-view.is-active,
.ocp-view:hover { color: #fff; border-color: transparent; background: var(--ocp-gradient); }

.ocp-products-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.ocp-product-card { position: relative; min-width: 0; border: 1px solid var(--ocp-line); border-radius: 23px; background: #fff; box-shadow: 0 13px 34px rgba(9, 29, 68, .07); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.ocp-product-card:hover { transform: translateY(-4px); border-color: rgba(8, 119, 246, .40); box-shadow: 0 24px 54px rgba(8, 119, 246, .14); }
.ocp-product-card__media { position: relative; height: 220px; display: flex; align-items: center; justify-content: center; padding: 18px; background: linear-gradient(180deg, #fff 0%, #f7fcff 100%); }
.ocp-product-card__media img { width: 100%; height: 100%; object-fit: cover; border-radius: 17px; display: block; }
.ocp-badge { position: absolute; left: 16px; top: 16px; z-index: 2; min-width: 48px; height: 28px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; background: #ff4d57; color: #fff; font-size: 12px; font-weight: 1000; box-shadow: 0 12px 22px rgba(255, 77, 87, .24); }
.ocp-heart { position: absolute; right: 14px; top: 14px; z-index: 2; width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(198, 210, 229, .72); background: rgba(255,255,255,.86); color: #33415f; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.ocp-product-card__body { padding: 17px 18px 18px; }
.ocp-product-card h3 { min-height: 44px; margin: 0 0 10px; font-size: 15px; line-height: 1.22; font-weight: 1000; letter-spacing: -.02em; }
.ocp-product-card h3 a { color: var(--ocp-text) !important; }
.ocp-rating { color: #65718a; font-size: 13px; font-weight: 850; margin-bottom: 10px; }
.ocp-rating i { color: #f59e0b; }
.ocp-price { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.ocp-price b { color: var(--ocp-text); font-size: 21px; line-height: 1; letter-spacing: -.04em; font-weight: 1000; }
.ocp-price del { color: #a0aabc; font-size: 13px; font-weight: 850; }
.ocp-add { height: 42px; border: 1px solid rgba(8, 119, 246, .26); border-radius: 14px; color: var(--ocp-blue) !important; background: #fff; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; font-weight: 1000; }
.ocp-add:hover { color: #fff !important; background: var(--ocp-gradient); border-color: transparent; }

.ocp-pagination { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 32px 0 0; }
.ocp-pagination a,
.ocp-pagination span { width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ocp-line); color: #69758d; font-weight: 900; }
.ocp-pagination a.is-active,
.ocp-pagination a:hover { background: var(--ocp-gradient); border-color: transparent; color: #fff !important; box-shadow: 0 12px 24px rgba(8,119,246,.20); }
.ocp-pagination span { border-color: transparent; }

body.om-category-listing-v12 .om-newsletter { margin: 30px 0 0; }
body.om-category-listing-v12 .om-newsletter__inner { border-radius: 24px; background: var(--ocp-gradient); min-height: 88px; padding: 0 34px !important; box-shadow: 0 22px 58px rgba(8, 119, 246, .16); }
body.om-category-listing-v12 .om-newsletter__form input { height: 52px; }
body.om-category-listing-v12 .om-newsletter__form button { height: 44px; background: var(--ocp-gradient); }
body.om-category-listing-v12 .om-site-footer { margin-top: 26px; }
body.om-category-listing-v12 .om-footer-grid { border-radius: 26px; }
body.om-category-listing-v12 .om-footer-brand img { width: 150px; }

@media (max-width: 1320px) {
    .ocp-hero { grid-template-columns: 1fr; }
    .ocp-hero__copy { min-height: auto; }
    .ocp-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ocp-shortcuts { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
    .ocp-layout { grid-template-columns: 1fr; }
    .ocp-filters { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ocp-filter-head { grid-column: 1 / -1; }
    .ocp-filter-group { border-right: 1px solid var(--ocp-line); }
    .ocp-filter-group:nth-child(2n+1) { border-right: 0; }
}

@media (max-width: 991px) {
    body.om-category-listing-v12 .om-shell,
    .ocp-shell { width: min(100% - 24px, 1500px); }
    .ocp-hero__banner { grid-template-columns: 1fr; }
    .ocp-hero__art { min-height: 260px; }
    .ocp-device--headphones { left: 8%; right: auto; }
    .ocp-device--watch { right: 18%; }
    .ocp-device--phone { right: 4%; }
    .ocp-shortcuts { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
    .ocp-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .ocp-results-bar { align-items: flex-start; flex-direction: column; }
    .ocp-sort-actions { width: 100%; justify-content: flex-end; }
}

@media (max-width: 640px) {
    .ocp-shell { padding-top: 18px; }
    .ocp-hero h1 { font-size: 42px; }
    .ocp-hero__banner { padding: 28px 20px; border-radius: 24px; }
    .ocp-hero__banner h2 { font-size: 36px; }
    .ocp-hero__art { min-height: 220px; }
    .ocp-device--headphones { width: 160px; height: 160px; top: 38px; }
    .ocp-device--watch { width: 105px; height: 105px; bottom: 42px; right: 18%; }
    .ocp-device--phone { width: 92px; height: 135px; top: 52px; }
    .ocp-shortcuts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ocp-filters { display: block; }
    .ocp-filter-group { border-right: 0; }
    .ocp-sort-actions { width: 100%; flex-wrap: wrap; }
    .ocp-sort { flex: 1; }
    .ocp-product-card__media { height: 155px; padding: 12px; }
    .ocp-product-card__body { padding: 13px; }
    .ocp-product-card h3 { font-size: 12px; min-height: 42px; }
    .ocp-price b { font-size: 16px; }
    .ocp-price del { display: none; }
    .ocp-add { height: 38px; font-size: 12px; }
    body.om-category-listing-v12 .om-newsletter__inner { padding: 22px !important; }
}

/* v13: IQD price/filter interactions */
body.om-category-listing-v13 a { text-decoration: none !important; }
body.om-category-listing-v13 .om-topbar__left span:first-child,
body.om-category-listing-v13 .om-cart-link small,
body.om-category-listing-v13 .om-footer-bottom span:last-child { color: var(--ocp-text); }

body.om-category-listing-v13 .ocp-checkrow.is-active .ocp-checkbox {
    border-color: var(--ocp-blue);
    background: var(--ocp-gradient);
    box-shadow: inset 0 0 0 3px #fff;
}
body.om-category-listing-v13 .ocp-stars.is-active .ocp-radio {
    border-color: var(--ocp-blue);
    box-shadow: inset 0 0 0 4px #fff;
    background: var(--ocp-gradient);
}
body.om-category-listing-v13 .ocp-price-row {
    grid-template-columns: 1fr 1fr auto;
    gap: 10px;
}
body.om-category-listing-v13 .ocp-price-row label {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
}
body.om-category-listing-v13 .ocp-price-row label > span {
    height: auto;
    display: block;
    border: 0;
    padding: 0;
    color: #77839a;
    font-size: 11px;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: .06em;
}
body.om-category-listing-v13 .ocp-price-input {
    width: 100%;
    height: 42px;
    border: 1px solid var(--ocp-line);
    border-radius: 12px;
    color: var(--ocp-text);
    background: #fff;
    padding: 0 10px;
    font-weight: 950;
    outline: none;
}
body.om-category-listing-v13 .ocp-price-input:focus {
    border-color: rgba(8,119,246,.55);
    box-shadow: 0 0 0 4px rgba(8,119,246,.10);
}
body.om-category-listing-v13 .ocp-price-apply {
    align-self: end;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(8,119,246,.26);
    border-radius: 12px;
    background: #fff;
    color: var(--ocp-blue);
    font-weight: 1000;
    padding: 0 14px;
}
body.om-category-listing-v13 .ocp-price-apply:hover {
    color: #fff;
    background: var(--ocp-gradient);
    border-color: transparent;
}
body.om-category-listing-v13 .ocp-price-hint {
    margin: 10px 0 0;
    color: #8290a7;
    font-size: 12px;
    font-weight: 800;
}
body.om-category-listing-v13 .ocp-color {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--c);
    border: 1px solid #cfd8e8;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.50);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
body.om-category-listing-v13 .ocp-color:hover,
body.om-category-listing-v13 .ocp-color.is-active {
    transform: translateY(-2px);
    border-color: var(--ocp-blue);
    box-shadow: 0 0 0 4px rgba(8,119,246,.12), inset 0 0 0 2px rgba(255,255,255,.58);
}
body.om-category-listing-v13 .ocp-plus {
    color: var(--ocp-blue) !important;
    background: #f6fbff !important;
    font-weight: 1000;
}
body.om-category-listing-v13 .ocp-sort-label {
    position: relative;
    min-height: 52px;
    color: #657391;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 0;
}
body.om-category-listing-v13 .ocp-sort-label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0b1739;
    border-bottom: 2px solid #0b1739;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}
body.om-category-listing-v13 .ocp-sort-select {
    min-width: 205px;
    min-height: 52px;
    border: 1px solid rgba(8, 119, 246, .16);
    border-radius: 16px;
    outline: none;
    background: #fff;
    box-shadow: 0 9px 22px rgba(15, 31, 70, .045);
    color: var(--ocp-text);
    font-weight: 1000;
    font-size: 16px;
    padding: 0 48px 0 18px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
body.om-category-listing-v13 .ocp-sort-select:focus {
    border-color: rgba(8, 119, 246, .48);
    box-shadow: 0 0 0 3px rgba(8, 119, 246, .10), 0 9px 22px rgba(15, 31, 70, .045);
}
body.om-category-listing-v13 .ocp-product-card[hidden] { display: none !important; }
body.om-category-listing-v13 .ocp-empty {
    border: 1px solid var(--ocp-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--ocp-shadow-soft);
    padding: 44px;
    text-align: center;
    margin-top: 18px;
}
body.om-category-listing-v13 .ocp-empty h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 1000;
    letter-spacing: -.04em;
    color: var(--ocp-text);
}
body.om-category-listing-v13 .ocp-empty p {
    margin: 0 0 22px;
    color: var(--ocp-muted);
    font-weight: 800;
}
body.om-category-listing-v13 .ocp-add {
    width: 100%;
    height: 42px;
    border: 1px solid rgba(8,119,246,.26);
    border-radius: 14px;
    color: var(--ocp-blue);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 1000;
}
body.om-category-listing-v13 .ocp-add:hover {
    color: #fff;
    background: var(--ocp-gradient);
    border-color: transparent;
}
body.om-category-listing-v13 .ocp-products-grid.is-list-view {
    grid-template-columns: 1fr;
}
body.om-category-listing-v13 .ocp-products-grid.is-list-view .ocp-product-card {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    align-items: stretch;
}
body.om-category-listing-v13 .ocp-products-grid.is-list-view .ocp-product-card__media {
    height: 100%;
    min-height: 210px;
}
body.om-category-listing-v13 .ocp-products-grid.is-list-view .ocp-product-card h3 {
    min-height: auto;
    font-size: 20px;
}
body.om-category-listing-v13 .ocp-products-grid.is-list-view .ocp-product-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ocp-toast {
    position: fixed;
    z-index: 999999;
    left: 50%;
    bottom: 28px;
    transform: translate(-50%, 16px);
    opacity: 0;
    pointer-events: none;
    min-width: 280px;
    max-width: calc(100vw - 32px);
    border-radius: 999px;
    background: var(--ocp-gradient);
    color: #fff;
    box-shadow: 0 20px 48px rgba(8,119,246,.26);
    padding: 14px 22px;
    font-weight: 1000;
    text-align: center;
    transition: opacity .2s ease, transform .2s ease;
}
.ocp-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 767px) {
    body.om-category-listing-v13 .ocp-price-row { grid-template-columns: 1fr; }
    body.om-category-listing-v13 .ocp-price-apply { width: 100%; }
    body.om-category-listing-v13 .ocp-products-grid.is-list-view .ocp-product-card { grid-template-columns: 1fr; }
    body.om-category-listing-v13 .ocp-sort-label { width: 100%; }
    body.om-category-listing-v13 .ocp-sort-select { flex: 1; min-width: 0; }
}

/* Ordely categories v45: top-section category list without counts */
body.om-category-listing-v45 .ocp-shortcuts {
  grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
  align-items: stretch;
}
body.om-category-listing-v45 .ocp-shortcut {
  min-height: 122px;
}
body.om-category-listing-v45 .ocp-shortcut strong {
  line-height: 1.2;
  word-break: normal;
  overflow-wrap: anywhere;
}
body.om-category-listing-v45 .ocp-filters .ocp-checkrow {
  grid-template-columns: 18px minmax(0, 1fr);
  min-height: 34px;
}
body.om-category-listing-v45 .ocp-filters .ocp-checkrow span:last-child {
  line-height: 1.25;
}
body.om-category-listing-v45 .ocp-filters .ocp-checkrow em {
  display: none !important;
}
@media (max-width: 991px) {
  body.om-category-listing-v45 .ocp-shortcuts {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}
@media (max-width: 575px) {
  body.om-category-listing-v45 .ocp-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* v46: show product images fully in category/listing cards */
body.om-category-listing-v46 .ocp-product-card__media,
body.om-category-listing-v45 .ocp-product-card__media {
    height: 236px !important;
    padding: 16px !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at 50% 18%, rgba(0, 184, 212, .12), transparent 42%),
        linear-gradient(180deg, #f8fdff 0%, #ffffff 100%) !important;
}

body.om-category-listing-v46 .ocp-product-card__media > img,
body.om-category-listing-v45 .ocp-product-card__media > img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    border-radius: 14px !important;
    transform: none !important;
}

body.om-category-listing-v46 .ocp-product-card:hover .ocp-product-card__media > img,
body.om-category-listing-v45 .ocp-product-card:hover .ocp-product-card__media > img {
    transform: none !important;
}

body.om-category-listing-v46 .ocp-products-grid.is-list-view .ocp-product-card__media,
body.om-category-listing-v45 .ocp-products-grid.is-list-view .ocp-product-card__media {
    height: 210px !important;
}

@media (max-width: 1199px) {
    body.om-category-listing-v46 .ocp-product-card__media,
    body.om-category-listing-v45 .ocp-product-card__media { height: 220px !important; }
}

@media (max-width: 767px) {
    body.om-category-listing-v46 .ocp-product-card__media,
    body.om-category-listing-v45 .ocp-product-card__media {
        height: 176px !important;
        padding: 12px !important;
    }
}


/* v48: Price Range filter — vertical full-width controls */
body.om-category-listing-v48 .ocp-filters .ocp-filter-group .ocp-price-row,
body.om-category-listing-v46 .ocp-filters .ocp-filter-group .ocp-price-row,
body.om-category-listing-v45 .ocp-filters .ocp-filter-group .ocp-price-row {
    width: 100%;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: stretch !important;
}

body.om-category-listing-v48 .ocp-price-row label,
body.om-category-listing-v46 .ocp-price-row label,
body.om-category-listing-v45 .ocp-price-row label {
    width: 100%;
    min-width: 0;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin: 0 !important;
}

body.om-category-listing-v48 .ocp-price-row label > span,
body.om-category-listing-v46 .ocp-price-row label > span,
body.om-category-listing-v45 .ocp-price-row label > span {
    width: 100%;
    height: auto !important;
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #7d8aa3 !important;
    font-size: 11px !important;
    font-weight: 1000 !important;
    line-height: 1.1 !important;
    letter-spacing: .085em !important;
    text-transform: uppercase !important;
}

body.om-category-listing-v48 .ocp-price-input,
body.om-category-listing-v46 .ocp-price-input,
body.om-category-listing-v45 .ocp-price-input {
    width: 100% !important;
    min-width: 0 !important;
    height: 50px !important;
    box-sizing: border-box !important;
    display: block !important;
    border: 1px solid var(--ocp-line) !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: var(--ocp-text) !important;
    padding: 0 16px !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    outline: none !important;
    box-shadow: 0 8px 18px rgba(15, 31, 70, .035) !important;
}

body.om-category-listing-v48 .ocp-price-input:focus,
body.om-category-listing-v46 .ocp-price-input:focus,
body.om-category-listing-v45 .ocp-price-input:focus {
    border-color: rgba(8,119,246,.62) !important;
    box-shadow: 0 0 0 5px rgba(8,119,246,.10), 0 10px 22px rgba(8,119,246,.07) !important;
}

body.om-category-listing-v48 .ocp-price-apply,
body.om-category-listing-v46 .ocp-price-apply,
body.om-category-listing-v45 .ocp-price-apply {
    width: 100% !important;
    min-height: 50px !important;
    height: 50px !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 2px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: var(--ocp-gradient) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 1000 !important;
    letter-spacing: -.01em !important;
    box-shadow: 0 15px 28px rgba(8,119,246,.18) !important;
}

body.om-category-listing-v48 .ocp-price-apply:hover,
body.om-category-listing-v46 .ocp-price-apply:hover,
body.om-category-listing-v45 .ocp-price-apply:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(8,119,246,.24) !important;
}

body.om-category-listing-v48 .ocp-price-hint,
body.om-category-listing-v46 .ocp-price-hint,
body.om-category-listing-v45 .ocp-price-hint {
    margin: 12px 0 0 !important;
    color: #7f8ca5 !important;
    font-size: 12px !important;
    font-weight: 850 !important;
}

body.om-category-listing-v48 .ocp-range,
body.om-category-listing-v46 .ocp-range,
body.om-category-listing-v45 .ocp-range {
    margin-bottom: 18px !important;
}

/* v51: filters are collapsed by default, with clean expandable panels. */
body.om-category-listing-v51 .ocp-filter-group {
    padding: 0 !important;
    overflow: hidden !important;
}
body.om-category-listing-v51 .ocp-filter-title {
    width: 100% !important;
    min-height: 62px !important;
    padding: 0 22px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border: 0 !important;
    background: #fff !important;
    cursor: pointer !important;
}
body.om-category-listing-v51 .ocp-filter-title i {
    transition: transform .18s ease !important;
    color: var(--ocp-blue) !important;
}
body.om-category-listing-v51 .ocp-filter-group.is-collapsed > :not(.ocp-filter-title) {
    display: none !important;
}
body.om-category-listing-v51 .ocp-filter-group.is-open {
    padding-bottom: 18px !important;
}
body.om-category-listing-v51 .ocp-filter-group.is-open > :not(.ocp-filter-title) {
    margin-left: 22px !important;
    margin-right: 22px !important;
}
body.om-category-listing-v51 .ocp-filter-group.is-open .ocp-filter-title {
    margin-bottom: 4px !important;
}
body.om-category-listing-v51 .ocp-brand-list {
    max-height: 420px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 6px !important;
    scrollbar-width: thin;
    scrollbar-color: rgba(8,119,246,.45) rgba(8,119,246,.08);
}
body.om-category-listing-v51 .ocp-brand-list::-webkit-scrollbar {
    width: 8px;
}
body.om-category-listing-v51 .ocp-brand-list::-webkit-scrollbar-track {
    background: rgba(8,119,246,.08);
    border-radius: 999px;
}
body.om-category-listing-v51 .ocp-brand-list::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #0877f6, #11c7b4);
    border-radius: 999px;
}
body.om-category-listing-v51 .ocp-filter-empty {
    margin: 0 22px 18px !important;
    padding: 14px 16px !important;
    border: 1px dashed rgba(8,119,246,.24) !important;
    border-radius: 14px !important;
    background: rgba(8,119,246,.04) !important;
    color: var(--ocp-muted) !important;
    font-size: 13px !important;
    font-weight: 850 !important;
}
body.om-category-listing-v51 .ocp-show-more {
    display: inline-flex !important;
    min-height: 36px !important;
    align-items: center !important;
    justify-content: center !important;
    width: calc(100% - 44px) !important;
    margin: 10px 22px 0 !important;
    border: 1px solid rgba(8,119,246,.18) !important;
    border-radius: 12px !important;
    color: var(--ocp-blue) !important;
    background: rgba(8,119,246,.04) !important;
    font-weight: 950 !important;
    text-decoration: none !important;
}
body.om-category-listing-v51 .ocp-filter-group.is-collapsed .ocp-show-more {
    display: none !important;
}
body.om-category-listing-v51 .ocp-checkrow em {
    display: none !important;
}

/* v52: Brands filter shows a compact 10-row viewport with internal scrolling. */
body.om-category-listing-v52 .ocp-brand-filter-body {
    display: block !important;
}
body.om-category-listing-v52 .ocp-brand-filter-body .ocp-brand-all {
    margin: 2px 0 10px !important;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid rgba(8,119,246,.08);
    padding-bottom: 8px;
}
body.om-category-listing-v52 .ocp-brand-list {
    --ocp-brand-row-height: 40px;
    max-height: calc(var(--ocp-brand-row-height) * 10) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 8px !important;
    margin-right: -6px !important;
    border-radius: 14px !important;
    overscroll-behavior: contain !important;
    scrollbar-width: thin;
    scrollbar-color: rgba(8,119,246,.55) rgba(8,119,246,.08);
}
body.om-category-listing-v52 .ocp-brand-list .ocp-checkrow {
    min-height: var(--ocp-brand-row-height) !important;
    margin: 0 !important;
    padding: 4px 0 !important;
}
body.om-category-listing-v52 .ocp-brand-list .ocp-checkrow + .ocp-checkrow {
    border-top: 1px solid rgba(229,236,246,.72);
}
body.om-category-listing-v52 .ocp-brand-list::-webkit-scrollbar {
    width: 8px;
}
body.om-category-listing-v52 .ocp-brand-list::-webkit-scrollbar-track {
    background: rgba(8,119,246,.08);
    border-radius: 999px;
}
body.om-category-listing-v52 .ocp-brand-list::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #0877f6, #11c7b4);
    border-radius: 999px;
}
body.om-category-listing-v52 .ocp-brand-scroll-hint {
    margin: 10px 0 0 !important;
    color: #66738f !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    text-align: center !important;
}
body.om-category-listing-v52 .ocp-filter-group.is-collapsed .ocp-brand-filter-body,
body.om-category-listing-v52 .ocp-filter-group.is-collapsed .ocp-brand-scroll-hint {
    display: none !important;
}


/* v58: hide storefront database/result count labels from public UI. */
body.om-category-listing-v58 .ocp-results-bar {
  justify-content: flex-end;
}
body.om-category-listing-v58 .ocp-results-bar [data-ocp-results-copy],
body.om-category-listing-v58 .ocp-checkrow em,
body.om-category-listing-v58 .ocp-product-count,
body.om-category-listing-v58 .ocp-db-count,
body.om-category-listing-v58 .js-db-count {
  display: none !important;
}
body.om-category-listing-v58 .ocp-hero__stats {
  gap: 20px;
}
body.om-category-listing-v58 .ocp-checkrow {
  grid-template-columns: auto 1fr !important;
}

/* v60: Dynamic Subcategories filter from products.department_name for the selected top_section. */
body.om-category-listing-v60 .ocp-subcategory-filter-body {
  display: block !important;
}
body.om-category-listing-v60 .ocp-subcategory-all {
  margin: 2px 0 10px !important;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid rgba(8,119,246,.08);
  padding-bottom: 8px;
}
body.om-category-listing-v60 .ocp-subcategory-list {
  --ocp-subcategory-row-height: 40px;
  max-height: calc(var(--ocp-subcategory-row-height) * 10) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding-right: 8px !important;
  margin-right: -6px !important;
  border-radius: 14px !important;
  overscroll-behavior: contain !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(8,119,246,.55) rgba(8,119,246,.08);
}
body.om-category-listing-v60 .ocp-subcategory-list .ocp-checkrow {
  min-height: var(--ocp-subcategory-row-height) !important;
  margin: 0 !important;
  padding: 4px 0 !important;
}
body.om-category-listing-v60 .ocp-subcategory-list .ocp-checkrow + .ocp-checkrow {
  border-top: 1px solid rgba(229,236,246,.72);
}
body.om-category-listing-v60 .ocp-subcategory-list::-webkit-scrollbar {
  width: 8px;
}
body.om-category-listing-v60 .ocp-subcategory-list::-webkit-scrollbar-track {
  background: rgba(8,119,246,.08);
  border-radius: 999px;
}
body.om-category-listing-v60 .ocp-subcategory-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #0877f6, #11c7b4);
  border-radius: 999px;
}
body.om-category-listing-v60 .ocp-filter-group.is-collapsed .ocp-subcategory-filter-body {
  display: none !important;
}

/* v61: Product Types filter from products.category_name for the selected top_section > department path. */
body.om-category-listing-v61 .ocp-product-type-filter-body {
  display: block !important;
}
body.om-category-listing-v61 .ocp-product-type-all {
  margin: 2px 0 10px !important;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid rgba(8,119,246,.08);
  padding-bottom: 8px;
}
body.om-category-listing-v61 .ocp-product-type-list {
  --ocp-product-type-row-height: 40px;
  max-height: calc(var(--ocp-product-type-row-height) * 10) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding-right: 8px !important;
  margin-right: -6px !important;
  border-radius: 14px !important;
  overscroll-behavior: contain !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(8,119,246,.55) rgba(8,119,246,.08);
}
body.om-category-listing-v61 .ocp-product-type-list .ocp-checkrow {
  min-height: var(--ocp-product-type-row-height) !important;
  margin: 0 !important;
  padding: 4px 0 !important;
}
body.om-category-listing-v61 .ocp-product-type-list .ocp-checkrow + .ocp-checkrow {
  border-top: 1px solid rgba(229,236,246,.72);
}
body.om-category-listing-v61 .ocp-product-type-list::-webkit-scrollbar {
  width: 8px;
}
body.om-category-listing-v61 .ocp-product-type-list::-webkit-scrollbar-track {
  background: rgba(8,119,246,.08);
  border-radius: 999px;
}
body.om-category-listing-v61 .ocp-product-type-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #0877f6, #11c7b4);
  border-radius: 999px;
}
body.om-category-listing-v61 .ocp-filter-group.is-collapsed .ocp-product-type-filter-body {
  display: none !important;
}
/* Newsletter promo/signup removed site-wide. */
.om-newsletter,
.om-cart-newsletter,
.om-checkout-newsletter,
.om-map-newsletter,
.om-pdp-newsletter,
.ot-newsletter{display:none!important;}
.om-footer-connect form,
.om-cart-footer form,
.om-checkout-footer form,
.om-map-footer form,
.om-pdp-footer form,
.ot-footer form{display:none!important;}

/* v64: one-row category carousel with stable LTR/RTL touch scrolling. */
body.om-category-listing-v63 .ocp-shortcuts-carousel {
    position: relative;
    margin: 0 0 30px;
    padding: 0 52px;
}

body.om-category-listing-v63 .ocp-shortcuts-viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 4px 14px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 4px;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    outline: none;
}

/*
 * The viewport deliberately uses LTR scroll coordinates in RTL languages.
 * Only the flex track is reversed, avoiding incompatible negative scrollLeft
 * implementations in Chrome, Safari and embedded WebViews.
 */
html[dir="rtl"] body.om-category-listing-v63 .ocp-shortcuts-viewport,
body.om-category-listing-v63 .ocp-shortcuts-carousel.is-rtl .ocp-shortcuts-viewport {
    direction: ltr;
}

html[dir="rtl"] body.om-category-listing-v63 .ocp-shortcuts-carousel .ocp-shortcuts,
body.om-category-listing-v63 .ocp-shortcuts-carousel.is-rtl .ocp-shortcuts {
    direction: rtl;
}

html[dir="rtl"] body.om-category-listing-v63 .ocp-shortcuts-carousel .ocp-shortcut,
body.om-category-listing-v63 .ocp-shortcuts-carousel.is-rtl .ocp-shortcut {
    direction: rtl;
    text-align: center;
}

body.om-category-listing-v63 .ocp-shortcuts-viewport::-webkit-scrollbar {
    display: none;
}

body.om-category-listing-v63 .ocp-shortcuts-viewport:focus-visible {
    border-radius: 24px;
    box-shadow: 0 0 0 3px rgba(8, 119, 246, .16);
}

body.om-category-listing-v63 .ocp-shortcuts-carousel .ocp-shortcuts {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;
    width: max-content;
    min-width: 100%;
    margin: 0 !important;
}

body.om-category-listing-v63 .ocp-shortcuts-carousel .ocp-shortcut {
    flex: 0 0 clamp(122px, 9.2vw, 142px);
    min-width: 0;
    min-height: 122px !important;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
}

body.om-category-listing-v63 .ocp-shortcuts-nav {
    position: absolute;
    z-index: 3;
    top: calc(50% - 4px);
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(8, 119, 246, .18);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--ocp-text);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 30px rgba(9, 29, 68, .13);
    transform: translateY(-50%);
    transition: color .18s ease, background .18s ease, border-color .18s ease, opacity .18s ease, transform .18s ease;
    cursor: pointer;
}

body.om-category-listing-v63 .ocp-shortcuts-nav i {
    font-size: 28px;
    line-height: 1;
}

body.om-category-listing-v63 .ocp-shortcuts-nav--prev { left: 0; }
body.om-category-listing-v63 .ocp-shortcuts-nav--next { right: 0; }

html[dir="rtl"] body.om-category-listing-v63 .ocp-shortcuts-nav--prev,
body.om-category-listing-v63 .ocp-shortcuts-carousel.is-rtl .ocp-shortcuts-nav--prev {
    left: 0;
    right: auto;
}

html[dir="rtl"] body.om-category-listing-v63 .ocp-shortcuts-nav--next,
body.om-category-listing-v63 .ocp-shortcuts-carousel.is-rtl .ocp-shortcuts-nav--next {
    right: 0;
    left: auto;
}

body.om-category-listing-v63 .ocp-shortcuts-nav:hover:not(:disabled) {
    color: #fff;
    border-color: transparent;
    background: var(--ocp-gradient);
    transform: translateY(-50%) scale(1.05);
}

body.om-category-listing-v63 .ocp-shortcuts-nav:focus-visible {
    outline: 3px solid rgba(8, 119, 246, .22);
    outline-offset: 2px;
}

body.om-category-listing-v63 .ocp-shortcuts-nav:disabled {
    opacity: .32;
    cursor: default;
    box-shadow: none;
}

@media (max-width: 767px) {
    body.om-category-listing-v63 .ocp-shortcuts-carousel {
        margin-bottom: 20px;
        padding: 0;
    }

    body.om-category-listing-v63 .ocp-shortcuts-viewport {
        margin-inline: -2px;
        padding: 4px 24px 12px 2px;
        scroll-padding-inline: 2px;
    }

    body.om-category-listing-v63 .ocp-shortcuts-carousel .ocp-shortcuts {
        gap: 10px !important;
    }

    body.om-category-listing-v63 .ocp-shortcuts-carousel .ocp-shortcut {
        flex-basis: 108px;
        min-height: 104px !important;
        padding: 9px 7px;
        border-radius: 18px;
        gap: 7px;
    }

    body.om-category-listing-v63 .ocp-shortcuts-carousel .ocp-shortcut__image {
        width: 76px;
        height: 54px;
    }

    body.om-category-listing-v63 .ocp-shortcuts-carousel .ocp-shortcut__image img {
        border-radius: 11px;
    }

    body.om-category-listing-v63 .ocp-shortcuts-carousel .ocp-shortcut strong {
        font-size: 12px;
        line-height: 1.12;
    }

    body.om-category-listing-v63 .ocp-shortcuts-nav {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.om-category-listing-v63 .ocp-shortcuts-viewport {
        scroll-behavior: auto;
    }
}
