.sc-catalog-page { max-width: 1180px; }
.sc-catalog-heading h1 { font-family: Nunito, sans-serif; font-weight: 800; }
.sc-eyebrow { color: var(--sc-primary); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sc-catalog-filters { background: #fff; border: 1px solid #e7e9f1; border-radius: 14px; box-shadow: 0 14px 36px rgba(31, 38, 73, .06); padding: 1.25rem; }
.sc-catalog-filters .form-control, .sc-catalog-filters .form-select { border-radius: 9px; min-height: 46px; }
.sc-product-card { border: 1px solid #e7e9f1; border-radius: 14px; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.sc-product-card:hover { box-shadow: 0 16px 38px rgba(31, 38, 73, .11); transform: translateY(-3px); }
.sc-product-card__image { background: #fff; overflow: hidden; position: relative; }
.sc-product-card__image img { height: 100%; object-fit: contain; padding: .85rem; transition: transform .2s ease; width: 100%; }
.sc-product-card:hover .sc-product-card__image img { transform: scale(1.025); }
.sc-product-card__title { font-size: .95rem; line-height: 1.4; }
.sc-product-card__title a { color: #20253a; text-decoration: none; }
.sc-product-card__title a:hover { color: var(--sc-primary); }
.sc-popular-badge {
    position: absolute;
    inset: .7rem auto auto .7rem;
    z-index: 2;
    display: inline-flex;
    width: max-content;
    max-width: calc(100% - 1.4rem);
    height: auto;
    align-items: center;
    padding: .32rem .58rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 6px;
    background: linear-gradient(135deg, #7c3aed, #db2777);
    box-shadow: 0 5px 14px rgba(124, 58, 237, .22);
    font-size: .68rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: .02em;
}
.btn-ozon { background: #075cff; border-color: #075cff; color: #fff; }
.btn-ozon:hover { background: #004bdb; border-color: #004bdb; color: #fff; }
.pagination .page-link { border-radius: 8px; margin: 0 .15rem; }
@media (max-width: 575.98px) {
    .sc-catalog-page { padding-left: 12px; padding-right: 12px; }
    .sc-catalog-filters { padding: 1rem; }
    .sc-product-card .card-body { padding: .8rem; }
    .sc-product-card__title { font-size: .84rem; }
}
