.site-main-pro.products-page {
            min-height: 70vh;
            overflow: hidden;
            background: radial-gradient(circle at 8% 0%, rgba(255, 215, 0, 0.07), transparent 28rem), linear-gradient(180deg, #f7f7f7 0%, #f1f1f1 100%);
        }

        .products-shell {
            width: min(92vw, 1280px);
            margin-inline: auto;
        }

        .products-hero {
            position: relative;
            overflow: hidden;
            min-height: var(--primary-hero-min-height);
            display: flex;
            align-items: center;
            color: #ffffff;
            background: radial-gradient(circle at 18% 18%, rgba(255, 215, 0, 0.12), transparent 24rem), radial-gradient(circle at 86% 20%, rgba(255, 255, 255, 0.08), transparent 22rem), linear-gradient(135deg, #292c30 0%, #34383e 48%, #202326 100%);
            margin-bottom: clamp(2rem, 4vw, 3.25rem);
            box-shadow: 0 16px 46px rgba(0, 0, 0, 0.16);
            isolation: isolate;
        }

            .products-hero::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 4px;
                background: linear-gradient( 90deg, rgba(255, 255, 255, 0.08) 0%, #FFD700 20%, #FFD700 52%, #FFD700 72%, rgba(255, 255, 255, 0.12) 100% );
                box-shadow: 0 -8px 26px rgba(255, 215, 0, 0.18);
                z-index: 5;
            }

        .products-hero-bg {
            position: absolute;
            inset: 0;
            z-index: 0;
            background-image: url('/uploads/oil pipes.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0.62;
            transform: scale(1.035);
            filter: saturate(1.08) contrast(1.06) brightness(1.08);
            animation: productsHeroImageFloat 8s ease-out both;
        }

            .products-hero-bg::before {
                content: "";
                position: absolute;
                inset: 0;
                z-index: 1;
                background: linear-gradient( 90deg, rgba(41, 44, 48, 0.84) 0%, rgba(41, 44, 48, 0.56) 48%, rgba(41, 44, 48, 0.3) 100% ), radial-gradient(circle at 16% 20%, rgba(255, 215, 0, 0.16), transparent 22rem);
            }

            .products-hero-bg::after {
                content: "";
                position: absolute;
                inset: 0;
                z-index: 2;
                background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
                background-size: 34px 34px;
                opacity: 0.18;
            }

        .products-hero-orb {
            position: absolute;
            z-index: 1;
            border-radius: 999px;
            pointer-events: none;
            filter: blur(4px);
            opacity: 0.55;
        }

            .products-hero-orb.one {
                width: clamp(9rem, 16vw, 15rem);
                height: clamp(9rem, 16vw, 15rem);
                right: 7%;
                top: 10%;
                background: radial-gradient(circle, rgba(255, 215, 0, 0.22), transparent 68%);
                animation: productsOrbDrift 6s cubic-bezier(0.22, 1, 0.36, 1) infinite alternate;
            }

            .products-hero-orb.two {
                width: clamp(7rem, 14vw, 12rem);
                height: clamp(7rem, 14vw, 12rem);
                left: 3%;
                bottom: 2%;
                background: radial-gradient(circle, rgba(255, 255, 255, 0.13), transparent 70%);
                animation: productsOrbDrift 7s cubic-bezier(0.22, 1, 0.36, 1) 0.35s infinite alternate-reverse;
            }

        .products-hero-content {
            position: relative;
            z-index: 4;
            width: 100%;
            padding: clamp(3rem, 5.5vw, 5rem) 0 clamp(2.4rem, 4.6vw, 4rem);
        }

        .products-hero-grid {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(240px, 330px);
            gap: clamp(1.5rem, 4vw, 3rem);
            align-items: center;
        }

        .products-hero-copy {
            max-width: 840px;
            animation: productsFadeUp 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
        }

        .products-breadcrumb .breadcrumb {
            margin-bottom: 1rem;
            --bs-breadcrumb-divider-color: rgba(255, 215, 0, 0.72);
        }

        .products-breadcrumb .breadcrumb-item,
        .products-breadcrumb .breadcrumb-item.active {
            color: rgba(255, 255, 255, 0.78);
        }

            .products-breadcrumb .breadcrumb-item a {
                color: #FFD700;
                text-decoration: none;
                font-weight: 850;
            }

                .products-breadcrumb .breadcrumb-item a:hover,
                .products-breadcrumb .breadcrumb-item a:focus {
                    color: #ffffff;
                }

        .products-kicker {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            width: fit-content;
            margin-bottom: 0.85rem;
            padding: 0.48rem 0.82rem;
            border-radius: 999px;
            border: 1px solid rgba(255, 215, 0, 0.42);
            background: rgba(255, 215, 0, 0.14);
            color: #FFD700;
            font-size: 0.72rem;
            font-weight: 950;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
        }

        .products-hero-title {
            margin: 0;
            color: #ffffff;
            max-width: 760px;
            font-size: clamp(1.45rem, 2.95vw, 2.85rem);
            font-weight: 950;
            line-height: 0.98;
            letter-spacing: -0.052em;
            text-wrap: balance;
            text-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
        }

            .products-hero-title span {
                color: #FFD700;
            }

        .products-hero-subtitle {
            max-width: 720px;
            margin: 0.85rem 0 0;
            color: rgba(255, 255, 255, 0.86);
            font-size: clamp(0.92rem, 0.88rem + 0.2vw, 1.04rem);
            line-height: 1.68;
        }

        .products-hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            margin-top: 1.15rem;
        }

        .products-hero-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.48rem;
            min-height: 2.8rem;
            padding: 0.7rem 1.08rem;
            border-radius: 999px;
            font-weight: 900;
            text-decoration: none;
            transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease;
        }

        .products-hero-btn-primary {
            color: #101010;
            border: 1px solid rgba(255, 255, 255, 0.24);
            background: #FFD700;
            box-shadow: 0 14px 34px rgba(255, 215, 0, 0.26);
        }

            .products-hero-btn-primary:hover,
            .products-hero-btn-primary:focus {
                color: #050505;
                transform: translateY(-2px);
                box-shadow: 0 18px 42px rgba(255, 215, 0, 0.38);
            }

        .products-hero-btn-secondary {
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.24);
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
        }

            .products-hero-btn-secondary:hover,
            .products-hero-btn-secondary:focus {
                color: #101010;
                border-color: #FFD700;
                background: #FFD700;
                transform: translateY(-2px);
            }

        .products-hero-visual {
            position: relative;
            min-height: 205px;
            display: flex;
            align-items: center;
            justify-content: center;
            animation: productsScaleIn 0.78s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
        }

            .products-hero-visual::before {
                content: "";
                position: absolute;
                width: clamp(175px, 20vw, 245px);
                height: clamp(175px, 20vw, 245px);
                border-radius: 999px;
                background: radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.12), transparent 30%), linear-gradient(135deg, #3a3e44 0%, #292c30 48%, #17191c 100%);
                box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34), 0 0 0 18px rgba(255, 255, 255, 0.035), 0 0 0 34px rgba(255, 215, 0, 0.055);
                animation: productsPulseRing 3.2s ease-out infinite;
            }

        .products-hero-visual-card {
            position: relative;
            z-index: 1;
            width: min(210px, 70vw);
            min-height: 180px;
            padding: 1.1rem;
            border-radius: 26px;
            border: 1px solid rgba(255, 215, 0, 0.28);
            background: radial-gradient(circle at 82% 0%, rgba(255, 215, 0, 0.14), transparent 8rem), linear-gradient(180deg, rgba(47, 51, 57, 0.92), rgba(27, 29, 33, 0.94));
            box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08);
            color: #ffffff;
            transform: rotate(-3deg);
            transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.42s ease;
        }

            .products-hero-visual-card:hover {
                transform: rotate(0deg) translateY(-6px);
                box-shadow: 0 30px 76px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(255, 215, 0, 0.2);
            }

        .products-hero-visual-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 3.25rem;
            height: 3.25rem;
            margin-bottom: 0.85rem;
            border-radius: 18px;
            color: #101010;
            background: #FFD700;
            box-shadow: 0 14px 34px rgba(255, 215, 0, 0.28);
            font-size: 1.22rem;
            line-height: 1;
            flex: 0 0 auto;
        }

            .products-hero-visual-icon i {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 1.25rem;
                height: 1.25rem;
                line-height: 1;
            }

        .products-hero-visual-card strong {
            display: block;
            color: #ffffff;
            font-size: 1.08rem;
            font-weight: 950;
            letter-spacing: -0.035em;
            line-height: 1.1;
        }

        .products-hero-visual-card span {
            display: block;
            margin-top: 0.4rem;
            color: rgba(255, 255, 255, 0.74);
            font-size: 0.8rem;
            line-height: 1.42;
            font-weight: 700;
        }

        .products-filter-wrap {
            margin-bottom: clamp(1.4rem, 3vw, 2.1rem);
            animation: productsFadeUp 0.76s cubic-bezier(0.22, 1, 0.36, 1) both;
        }

        .products-filter-panel {
            display: flex;
            flex-wrap: wrap;
            gap: 0.65rem;
            align-items: center;
            padding: 0.85rem;
            border-radius: 22px;
            border: 1px solid rgba(111, 111, 111, 0.18);
            background: rgba(255, 255, 255, 0.78);
            box-shadow: 0 14px 38px rgba(0, 0, 0, 0.08);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
        }

        .products-filter-label {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            margin-right: 0.3rem;
            padding: 0.6rem 0.8rem;
            border-radius: 999px;
            color: #292c30;
            background: rgba(255, 215, 0, 0.12);
            font-size: 0.82rem;
            font-weight: 900;
        }

        .product-filter-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.45rem;
            min-height: 2.55rem;
            padding: 0.62rem 0.92rem;
            border-radius: 999px;
            border: 1px solid rgba(111, 111, 111, 0.22);
            color: #292c30 !important;
            background: #ffffff;
            font-size: 0.86rem;
            font-weight: 850;
            text-decoration: none;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
            transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease;
        }

            .product-filter-btn:hover,
            .product-filter-btn:focus,
            .product-filter-btn.active,
            .product-filter-btn.btn-primary {
                color: #101010 !important;
                border-color: rgba(255, 215, 0, 0.52);
                background: #FFD700;
                transform: translateY(-2px);
                box-shadow: 0 12px 28px rgba(255, 215, 0, 0.24);
            }

        .products-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: clamp(1.1rem, 2vw, 1.55rem);
        }

        .product-card {
            min-width: 0;
            animation: productsFadeUp 0.82s cubic-bezier(0.22, 1, 0.36, 1) both;
        }

            .product-card:nth-child(1) { animation-delay: 0.04s; }
            .product-card:nth-child(2) { animation-delay: 0.08s; }
            .product-card:nth-child(3) { animation-delay: 0.12s; }
            .product-card:nth-child(4) { animation-delay: 0.16s; }
            .product-card:nth-child(5) { animation-delay: 0.2s; }
            .product-card:nth-child(6) { animation-delay: 0.24s; }

        .product-tile-link {
            display: block;
            height: 100%;
            text-decoration: none;
            color: inherit;
            border-radius: 26px;
        }

            .product-tile-link:focus-visible {
                outline: 3px solid rgba(255, 215, 0, 0.55);
                outline-offset: 4px;
            }

        .product-tile {
            position: relative;
            overflow: hidden;
            border-radius: 26px;
            border: 1px solid rgba(111, 111, 111, 0.2);
            background: #292c30;
            isolation: isolate;
            box-shadow: 0 14px 38px rgba(0, 0, 0, 0.08);
            transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.34s ease, border-color 0.34s ease;
        }

            .product-tile::before {
                content: "";
                position: absolute;
                inset: 0 0 auto;
                height: 4px;
                z-index: 4;
                background: #FFD700;
            }

        .product-tile-link:hover .product-tile,
        .product-tile-link:focus-visible .product-tile {
            transform: translateY(-8px);
            border-color: rgba(255, 215, 0, 0.55);
            box-shadow: 0 26px 70px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(255, 215, 0, 0.14);
        }

        .product-media {
            position: relative;
            overflow: hidden;
            height: clamp(260px, 30vw, 400px);
            background: #292c30;
        }

            .product-media::after {
                content: "";
                position: absolute;
                inset: 0;
                pointer-events: none;
                opacity: 0;
                transition: opacity 0.34s ease;
                background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), transparent 45%);
            }

        .product-tile-link:hover .product-media::after,
        .product-tile-link:focus-within .product-media::after {
            opacity: 1;
        }

        .product-media img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            background: #292c30;
            transform: scale(1.001);
            transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1), filter 0.34s ease;
        }

        .product-tile-link:hover .product-media img,
        .product-tile-link:focus-within .product-media img {
            transform: scale(1.07);
            filter: saturate(1.06) contrast(1.05) brightness(0.94);
        }

        .product-placeholder {
            height: 100%;
            display: grid;
            place-items: center;
            color: #FFD700;
            background: radial-gradient(circle at center, rgba(255, 215, 0, 0.14), transparent 55%), linear-gradient(135deg, #3a3e44, #292c30);
            font-size: 3rem;
        }

        .product-hover-overlay {
            position: absolute;
            inset: 0;
            z-index: 3;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            gap: 0.45rem;
            padding: clamp(1rem, 2.8vw, 1.35rem);
            background: linear-gradient(180deg, rgba(26, 28, 32, 0.05) 0%, rgba(26, 28, 32, 0.55) 38%, rgba(26, 28, 32, 0.92) 100%);
            opacity: 0;
            transform: translateY(10px);
            transition: opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1), transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
            pointer-events: none;
        }

        .product-tile-link:hover .product-hover-overlay,
        .product-tile-link:focus-within .product-hover-overlay {
            opacity: 1;
            transform: translateY(0);
        }

        .product-overlay-category {
            display: inline-flex;
            align-items: center;
            gap: 0.32rem;
            width: fit-content;
            max-width: 100%;
            padding: 0.26rem 0.52rem;
            border-radius: 999px;
            border: 1px solid rgba(255, 215, 0, 0.35);
            background: rgba(255, 215, 0, 0.16);
            color: #FFD700;
            font-size: 0.62rem;
            font-weight: 900;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .product-overlay-title {
            margin: 0;
            color: #ffffff;
            font-size: clamp(0.98rem, 0.9rem + 0.28vw, 1.2rem);
            font-weight: 950;
            line-height: 1.14;
            letter-spacing: -0.03em;
            text-wrap: balance;
            text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
        }

        .product-overlay-description {
            display: -webkit-box;
            margin: 0;
            overflow: hidden;
            color: rgba(255, 255, 255, 0.86);
            font-size: 0.82rem;
            line-height: 1.5;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .product-overlay-cta {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            margin-top: 0.35rem;
            color: #FFD700;
            font-size: 0.82rem;
            font-weight: 950;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .products-empty-state {
            position: relative;
            overflow: hidden;
            padding: clamp(2.5rem, 6vw, 5rem);
            text-align: center;
            border-radius: 26px;
            border: 1px solid rgba(111, 111, 111, 0.18);
            background: #ffffff;
            box-shadow: 0 14px 38px rgba(0, 0, 0, 0.08);
        }

            .products-empty-state::after {
                content: "";
                position: absolute;
                inset: auto 10% 0;
                height: 4px;
                border-radius: 999px 999px 0 0;
                background: #FFD700;
            }

        .products-empty-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 5rem;
            height: 5rem;
            margin-bottom: 1.2rem;
            border-radius: 999px;
            color: #101010;
            background: #FFD700;
            border: 1px solid rgba(255, 215, 0, 0.28);
            font-size: 2rem;
            box-shadow: 0 14px 34px rgba(255, 215, 0, 0.22);
        }

        .products-empty-state h3 {
            color: #202326;
            font-weight: 900;
            letter-spacing: -0.035em;
        }

        .products-empty-state p {
            color: #6f6f6f;
            margin-bottom: 0;
        }

        @keyframes productsFadeUp {
            from

        {
            opacity: 0;
            transform: translateY(24px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }

        }

        @keyframes productsScaleIn {
            from

        {
            opacity: 0;
            transform: translateY(16px) scale(0.96) rotate(-2deg);
        }

        to {
            opacity: 1;
            transform: translateY(0) scale(1) rotate(0deg);
        }

        }

        @keyframes productsHeroImageFloat {
            from

        {
            transform: scale(1.07) translateY(10px);
        }

        to {
            transform: scale(1.035) translateY(0);
        }

        }

        @keyframes productsOrbDrift {
            from

        {
            transform: translate3d(0, 0, 0) scale(1);
        }

        to {
            transform: translate3d(16px, -14px, 0) scale(1.05);
        }

        }

        @keyframes productsPulseRing {
            0%, 100%

        {
            box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34), 0 0 0 18px rgba(255, 255, 255, 0.035), 0 0 0 34px rgba(255, 215, 0, 0.055);
        }

        50% {
            box-shadow: 0 30px 86px rgba(0, 0, 0, 0.38), 0 0 0 22px rgba(255, 255, 255, 0.04), 0 0 0 42px rgba(255, 215, 0, 0.07);
        }

        }

        .site-main-pro.products-page a:focus-visible,
        .site-main-pro.products-page button:focus-visible {
            outline: 3px solid rgba(255, 215, 0, 0.55);
            outline-offset: 3px;
        }

        @media (max-width: 1199.98px) {
            .products-grid

        {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        }

        @media (max-width: 991.98px) {
            .products-hero-grid

        {
            grid-template-columns: 1fr;
        }

        .products-hero-visual {
            justify-content: flex-start;
            min-height: 185px;
        }

        .product-media {
            height: clamp(200px, 32vw, 260px);
        }

        }

        @media (max-width: 767.98px) {
            .products-shell

        {
            width: 100%;
            padding-inline: 1rem;
        }

        .products-hero {
            min-height: var(--primary-hero-min-height);
        }

        .products-hero-content {
            padding: 2.85rem 0 2.55rem;
        }

        .products-hero-copy {
            text-align: center;
            margin-inline: auto;
        }

        .products-breadcrumb .breadcrumb {
            justify-content: center;
        }

        .products-kicker {
            margin-inline: auto;
        }

        .products-hero-subtitle {
            margin-inline: auto;
        }

        .products-hero-actions {
            justify-content: center;
        }

        .products-hero-btn {
            width: 100%;
        }

        .products-hero-visual {
            justify-content: center;
            min-height: 195px;
        }

        .products-hero-visual-card {
            transform: rotate(0deg);
        }

        .products-filter-panel {
            justify-content: center;
        }

        .products-grid {
            grid-template-columns: 1fr;
        }

        .product-tile {
            min-height: auto;
        }

        .product-media {
            height: 220px;
        }

        .product-hover-overlay {
            opacity: 1;
            transform: none;
            background: linear-gradient(180deg, rgba(26, 28, 32, 0) 0%, rgba(26, 28, 32, 0.45) 30%, rgba(26, 28, 32, 0.9) 100%);
        }

        .product-overlay-description {
            -webkit-line-clamp: 2;
        }

        }

        @media (max-width: 420px) {
            .product-media

        {
            height: 200px;
        }

        }

        @media (prefers-reduced-motion: reduce) {
            .products-hero-copy, .products-hero-visual, .products-hero-bg, .products-hero-orb, .product-card, .products-filter-wrap, .products-hero-visual::before

        {
            animation: none !important;
        }

        .product-tile,
        .product-tile-link,
        .product-hover-overlay,
        .product-media img,
        .product-media::after,
        .products-hero-btn,
        .products-hero-visual-card,
        .product-filter-btn {
            transition: none !important;
        }

            .product-tile-link:hover .product-tile,
            .product-tile-link:focus-visible .product-tile,
            .product-tile-link:hover .product-media img,
            .product-tile-link:focus-within .product-media img,
            .products-hero-btn:hover,
            .products-hero-btn:focus,
            .products-hero-visual-card:hover,
            .product-filter-btn:hover,
            .product-filter-btn:focus {
                transform: none !important;
            }

        }

/* Override global card theme — product tiles use dark overlay text */
.site-main-pro.products-page .product-card,
.site-main-pro.products-page .product-card .product-tile-link,
.site-main-pro.products-page .product-card .product-tile,
.site-main-pro.products-page .product-card .product-hover-overlay,
.site-main-pro.products-page .product-card .product-overlay-title,
.site-main-pro.products-page .product-card .product-overlay-description,
.site-main-pro.products-page .product-card .product-tile h1,
.site-main-pro.products-page .product-card .product-tile h2,
.site-main-pro.products-page .product-card .product-tile h3,
.site-main-pro.products-page .product-card .product-tile h4,
.site-main-pro.products-page .product-card .product-tile h5,
.site-main-pro.products-page .product-card .product-tile h6,
.site-main-pro.products-page .product-card .product-tile p,
.site-main-pro.products-page .product-card .product-tile span,
.site-main-pro.products-page .product-card .product-tile small,
.site-main-pro.products-page .product-card .product-tile strong {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

.site-main-pro.products-page .product-card .product-overlay-category,
.site-main-pro.products-page .product-card .product-overlay-cta {
    color: #FFD700 !important;
    -webkit-text-fill-color: #FFD700;
}
