/* =========================================================
   SHARNIR — COMPACT SKF CATALOGUE — 20260913-CLEANUP-1
   Loaded after shop.css by the SKF storefront renderer.

   Shared catalogue header and compact product cards.
   This file contains no temporary product data.
   Public marketing page catalog.css remains separate.
   ========================================================= */

/* Match the product page: green backdrop and orange rail behind the header.
   The shared script retains control of header opacity and text colours. */
body.sharnir-overlay-header:has(.shop-catalog-page) main {
    padding-top: var(--header-height, 70px);
    background-color: var(--color-green, #164b3b);
    background-image: linear-gradient(rgba(249, 105, 0, 0.65), rgba(249, 105, 0, 0.65));
    background-position: var(--container-padding, 20px) 0;
    background-size: 1px var(--header-height, 70px);
    background-repeat: no-repeat;
}

body.sharnir-overlay-header:has(.shop-catalog-page) main > .breadcrumbs {
    position: relative;
    inset: auto;
    background: var(--color-green, #164b3b);
}

.shop-catalog-page {
    min-width: 0;
    padding-top: 28px;
    color: var(--color-text, #282d2b);
    background-color: var(--color-bg, #f3f5f3);
    background-image:
        radial-gradient(circle at 10% 14%, rgba(249, 105, 0, 0.05), transparent 32%),
        radial-gradient(circle at 90% 84%, rgba(22, 75, 59, 0.10), transparent 45%);
}

.shop-catalog-page__heading {
    margin: 0 0 24px;
}

.shop-catalog-page__heading h1 {
    margin: 0;
    color: var(--color-green, #164b3b);
    font-size: clamp(26px, 2.8vw, 40px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.025em;
    overflow-wrap: anywhere;
}

.shop-catalog-page__notice {
    margin: 8px 0 0;
    color: #55605c;
    font-size: 12px;
    line-height: 1.5;
}

/* Compact cards: keep full product names, uncropped photos and native buttons. */
.shop-catalog-page .shop-card > .shop-product-media {
    box-sizing: border-box;
    flex: 0 0 auto;
    height: 180px;
    aspect-ratio: auto;
    padding: 14px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
}

.shop-catalog-page .shop-card > .shop-product-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop-catalog-page .shop-card .shop-card__body {
    padding: 16px;
}

.shop-catalog-page .shop-card .shop-card__article {
    margin: 0 0 6px;
}

.shop-catalog-page .shop-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.25;
}

.shop-catalog-page .shop-card .shop-stock {
    margin: auto 0 8px;
}

.shop-catalog-page .shop-card .shop-price {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.2;
}

.shop-catalog-page .shop-card .shop-card__link {
    min-height: 32px;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.4;
}

@media (max-width: 640px) {
    body.sharnir-overlay-header:has(.shop-catalog-page) main {
        background-image: none;
    }

    .shop-catalog-page {
        padding-top: 18px;
    }

    .shop-catalog-page__heading {
        margin-bottom: 18px;
    }

    .shop-catalog-page .shop-card > .shop-product-media {
        height: 160px;
        padding: 12px;
    }
}
