.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.2rem, 2.9vw, 1.65rem);
            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-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 {
            position: relative;
            overflow: hidden;
            height: 100%;
            min-height: 395px;
            border-radius: 26px;
            border: 1px solid rgba(111, 111, 111, 0.2);
            background: radial-gradient(circle at 92% 0%, rgba(255, 215, 0, 0.08), transparent 9rem), #ffffff;
            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: 5;
                background: #FFD700;
            }

            .product-tile:hover,
            .product-tile:focus-within {
                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(190px, 17vw, 245px);
            background: #292c30;
        }

            .product-media::after {
                content: "";
                position: absolute;
                inset: 0;
                pointer-events: none;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(90deg, rgba(255, 215, 0, 0.12), transparent 48%);
                opacity: 0.78;
                transition: opacity 0.34s ease;
            }

        .product-tile:hover .product-media::after,
        .product-tile:focus-within .product-media::after {
            opacity: 0.46;
        }

        .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:hover .product-media img,
        .product-tile:focus-within .product-media img {
            transform: scale(1.06);
            filter: saturate(1.06) contrast(1.04) brightness(1.02);
        }

        .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-body {
            position: relative;
            z-index: 2;
            padding: 1.05rem 1.1rem 1.15rem;
            display: flex;
            flex-direction: column;
            min-height: 190px;
        }

        .product-main-row {
            display: flex;
            align-items: flex-start;
            gap: 0.82rem;
        }

        .product-icon-badge {
            flex: 0 0 auto;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 2.75rem;
            height: 2.75rem;
            border-radius: 16px;
            color: #101010;
            background: #FFD700;
            box-shadow: 0 12px 28px rgba(255, 215, 0, 0.22);
        }

        .product-summary {
            min-width: 0;
            flex: 1 1 auto;
        }

        .product-category {
            display: inline-flex;
            align-items: center;
            gap: 0.36rem;
            width: fit-content;
            max-width: 100%;
            margin-bottom: 0.44rem;
            padding: 0.34rem 0.58rem;
            border-radius: 999px;
            border: 1px solid rgba(255, 215, 0, 0.32);
            background: rgba(255, 215, 0, 0.1);
            color: #FFD700;
            font-size: 0.68rem;
            font-weight: 900;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .product-title {
            margin: 0;
            color: #202326;
            font-size: clamp(1.08rem, 0.98rem + 0.35vw, 1.32rem);
            font-weight: 950;
            line-height: 1.14;
            letter-spacing: -0.035em;
            text-wrap: balance;
        }

        .product-details-panel {
            display: grid;
            grid-template-rows: 0fr;
            opacity: 0;
            transform: translateY(8px);
            transition: grid-template-rows 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease, transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .product-tile:hover .product-details-panel,
        .product-tile:focus-within .product-details-panel {
            grid-template-rows: 1fr;
            opacity: 1;
            transform: translateY(0);
        }

        .product-details-inner {
            overflow: hidden;
        }

        .product-description {
            display: -webkit-box;
            margin: 0.85rem 0 0;
            overflow: hidden;
            color: #6f6f6f;
            font-size: 0.9rem;
            line-height: 1.55;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .product-action-row {
            margin-top: auto;
            padding-top: 0.95rem;
        }

        .product-view-btn {
            position: relative;
            z-index: 8;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.45rem;
            width: 100%;
            min-height: 2.75rem;
            padding: 0.68rem 0.95rem;
            border-radius: 999px;
            color: #101010;
            background: #FFD700;
            border: 1px solid rgba(255, 255, 255, 0.22);
            box-shadow: 0 10px 22px rgba(255, 215, 0, 0.24);
            text-decoration: none;
            font-size: 0.88rem;
            font-weight: 950;
            transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.24s ease, filter 0.24s ease;
        }

            .product-view-btn:hover,
            .product-view-btn:focus {
                color: #050505;
                transform: translateY(-2px);
                filter: saturate(1.06);
                box-shadow: 0 14px 30px rgba(255, 215, 0, 0.38);
            }

        .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-details-panel {
                grid-template-rows: 1fr;
                opacity: 1;
                transform: none;
            }
        }

        @media (max-width: 420px) {
            .product-media {
                height: 200px;
            }

            .product-description {
                -webkit-line-clamp: 2;
            }
        }

        @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-media img,
            .product-media::after,
            .product-details-panel,
            .products-hero-btn,
            .products-hero-visual-card,
            .product-view-btn,
            .product-filter-btn {
                transition: none !important;
            }

                .product-tile:hover,
                .product-tile:focus-within,
                .product-tile:hover .product-media img,
                .product-tile:focus-within .product-media img,
                .products-hero-btn:hover,
                .products-hero-btn:focus,
                .products-hero-visual-card:hover,
                .product-view-btn:hover,
                .product-view-btn:focus,
                .product-filter-btn:hover,
                .product-filter-btn:focus {
                    transform: none !important;
                }
        }

        .site-main-pro.products-page {
            background: radial-gradient(circle at 8% 0%, rgba(255, 215, 0, 0.105), transparent 30rem), radial-gradient(circle at 94% 8%, rgba(17, 19, 21, 0.055), transparent 30rem), linear-gradient(180deg, #ffffff 0%, #f6f6f6 52%, #ffffff 100%) !important;
            color: #17191c;
        }

        .products-shell {
            width: min(92vw, 1320px) !important;
        }

        .products-hero {
            min-height: var(--primary-hero-min-height) !important;
            margin-bottom: clamp(2rem, 4vw, 3rem) !important;
            background: radial-gradient(circle at 18% 18%, rgba(255, 215, 0, 0.16), transparent 24rem), linear-gradient(135deg, #2f3338 0%, #25282d 48%, #17191c 100%) !important;
        }

            .products-hero::after {
                background: #FFD700 !important;
                box-shadow: 0 -10px 30px rgba(255, 215, 0, 0.24) !important;
            }

        .products-hero-bg {
            opacity: 0.48 !important;
            filter: saturate(1.04) contrast(1.04) brightness(0.96) !important;
        }

            .products-hero-bg::before {
                background: linear-gradient(90deg, rgba(31, 34, 38, 0.92) 0%, rgba(31, 34, 38, 0.68) 52%, rgba(31, 34, 38, 0.36) 100%), radial-gradient(circle at 16% 20%, rgba(255, 215, 0, 0.18), transparent 22rem) !important;
            }

        .products-kicker,
        .products-breadcrumb .breadcrumb-item a,
        .products-hero-title span {
            color: #FFD700 !important;
        }

        .products-kicker {
            background: rgba(255, 215, 0, 0.12) !important;
            border-color: rgba(255, 215, 0, 0.36) !important;
        }

        .products-hero-title {
            font-size: clamp(1.8rem, 4vw, 3.55rem) !important;
            line-height: 1 !important;
            letter-spacing: -0.058em !important;
            max-width: 820px !important;
        }

        .products-hero-subtitle {
            max-width: 760px !important;
            line-height: 1.72 !important;
        }

        .products-hero-btn-primary,
        .products-hero-btn-secondary:hover,
        .products-hero-btn-secondary:focus,
        .product-view-btn {
            background: #FFD700 !important;
            background-image: none !important;
            color: #101010 !important;
            border-color: #FFD700 !important;
            box-shadow: 0 15px 36px rgba(255, 215, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
        }

            .products-hero-btn-primary:hover,
            .products-hero-btn-primary:focus,
            .product-view-btn:hover,
            .product-view-btn:focus {
                background: #FFD700 !important;
                color: #101010 !important;
                transform: translateY(-3px) !important;
                box-shadow: 0 22px 52px rgba(255, 215, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.54) !important;
            }

        .products-hero-visual-card {
            border: 0 !important;
            background: radial-gradient(circle at 82% 0%, rgba(255, 215, 0, 0.20), transparent 8rem), linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)) !important;
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
        }

        .products-hero-visual-icon,
        .product-icon-badge,
        .products-empty-icon {
            background: #FFD700 !important;
            background-image: none !important;
            color: #101010 !important;
        }

        .content-section.products-section {
            padding: clamp(3.5rem, 7vw, 6rem) 0 !important;
            background: radial-gradient(circle at 10% 0%, rgba(255, 215, 0, 0.08), transparent 30rem), linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%) !important;
        }

        .products-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            gap: clamp(1.35rem, 3vw, 2.25rem) !important;
            align-items: stretch !important;
        }

        .product-card {
            min-width: 0 !important;
        }

        .product-tile {
            display: grid !important;
            grid-template-columns: minmax(260px, 42%) minmax(0, 58%) !important;
            min-height: clamp(300px, 25vw, 380px) !important;
            height: 100% !important;
            border-radius: 34px !important;
            border: 0 !important;
            background: radial-gradient(circle at 96% 0%, rgba(255, 215, 0, 0.11), transparent 12rem), linear-gradient(180deg, #ffffff 0%, #f8f8f6 100%) !important;
            box-shadow: 0 20px 60px rgba(17, 19, 21, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
            overflow: hidden !important;
            transition: transform 0.44s cubic-bezier(.16, 1, .3, 1), box-shadow 0.44s ease !important;
        }

            .product-tile::before {
                width: 5px !important;
                height: auto !important;
                right: auto !important;
                bottom: 0 !important;
                background: #FFD700 !important;
                background-image: none !important;
            }

            .product-tile::after {
                content: "";
                position: absolute;
                width: 15rem;
                height: 15rem;
                right: -7.5rem;
                top: -7.5rem;
                border-radius: 999px;
                background: rgba(255, 215, 0, 0.10);
                z-index: -1;
                transition: transform 0.44s cubic-bezier(.16, 1, .3, 1);
            }

            .product-tile:hover,
            .product-tile:focus-within {
                transform: translateY(-10px) !important;
                border-color: transparent !important;
                box-shadow: 0 34px 96px rgba(17, 19, 21, 0.14), 0 16px 42px rgba(255, 215, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 1) !important;
            }

                .product-tile:hover::after,
                .product-tile:focus-within::after {
                    transform: scale(1.2);
                }

        .product-media {
            height: 100% !important;
            min-height: clamp(300px, 25vw, 380px) !important;
            background: #292c30 !important;
        }

            .product-media img {
                height: 100% !important;
                min-height: clamp(300px, 25vw, 380px) !important;
                object-fit: cover !important;
                object-position: center !important;
            }

            .product-media::after {
                background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,0.24)), linear-gradient(135deg, rgba(255, 215, 0, 0.14), transparent 56%) !important;
            }

        .product-placeholder {
            height: 100% !important;
            min-height: clamp(300px, 25vw, 380px) !important;
            background: radial-gradient(circle at center, rgba(255, 215, 0, 0.16), transparent 55%), linear-gradient(135deg, #3a3e44, #292c30) !important;
        }

        .product-body {
            min-height: 100% !important;
            padding: clamp(1.35rem, 2.6vw, 2rem) !important;
            justify-content: center !important;
        }

        .product-main-row {
            gap: 1rem !important;
            align-items: flex-start !important;
        }

        .product-icon-badge {
            width: 3.15rem !important;
            height: 3.15rem !important;
            border-radius: 20px !important;
            box-shadow: 0 14px 34px rgba(255, 215, 0, 0.24), inset 0 1px 0 rgba(255,255,255,0.44) !important;
            transition: transform 0.34s cubic-bezier(.16,1,.3,1), box-shadow 0.34s ease;
        }

        .product-tile:hover .product-icon-badge,
        .product-tile:focus-within .product-icon-badge {
            transform: translateY(-4px) rotate(-4deg) scale(1.05);
            box-shadow: 0 22px 52px rgba(255, 215, 0, 0.32), inset 0 1px 0 rgba(255,255,255,0.55) !important;
        }

        .product-category {
            color: #FFD700 !important;
            background: rgba(255, 215, 0, 0.12) !important;
            border: 0 !important;
            padding: 0.4rem 0.66rem !important;
        }

        .product-title {
            color: #111315 !important;
            font-size: clamp(1.35rem, 1.1rem + 0.95vw, 2rem) !important;
            line-height: 1.08 !important;
            letter-spacing: -0.052em !important;
        }

        .product-details-panel {
            grid-template-rows: 1fr !important;
            opacity: 1 !important;
            transform: none !important;
        }

        .product-description {
            color: rgba(17, 19, 21, 0.64) !important;
            font-size: 0.96rem !important;
            line-height: 1.72 !important;
            margin-top: 1rem !important;
            -webkit-line-clamp: 4 !important;
        }

        .product-action-row {
            margin-top: 1.2rem !important;
            padding-top: 0 !important;
        }

        .product-view-btn {
            min-height: 2.9rem !important;
            border-radius: 999px !important;
            font-size: 0.92rem !important;
        }

        .products-empty-state {
            border: 0 !important;
            background: radial-gradient(circle at 50% 0%, rgba(255, 215, 0, 0.12), transparent 12rem), #ffffff !important;
            box-shadow: 0 20px 60px rgba(17, 19, 21, 0.08) !important;
        }

            .products-empty-state::after {
                background: #FFD700 !important;
            }

        @media (max-width: 1199.98px) {
            .product-tile

        {
            grid-template-columns: 1fr !important;
            min-height: auto !important;
        }

        .product-media,
        .product-media img,
        .product-placeholder {
            min-height: 280px !important;
            height: 280px !important;
        }

        }

        @media (max-width: 991.98px) {
            .products-grid

        {
            grid-template-columns: 1fr !important;
            max-width: 760px;
            margin-inline: auto;
        }

        }

        @media (max-width: 767.98px) {
            .content-section.products-section

        {
            padding: 3rem 0 !important;
        }

        .product-media,
        .product-media img,
        .product-placeholder {
            min-height: 235px !important;
            height: 235px !important;
        }

        .product-body {
            padding: 1.25rem !important;
        }

        .product-main-row {
            flex-direction: column;
        }

        .product-title {
            font-size: 1.45rem !important;
        }

        }
