.tyre-finder-section {
            background-color: #f8f9fa;
            padding: 15px 0;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            z-index: 999;
            position: sticky;
            top: 0;
        }

        .tyre-finder-form {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
            flex-wrap: wrap;
        }

        .tyre-finder-form select {
            padding: 10px 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            min-width: 120px;
        }

        .tyre-finder-form button {
            background-color: #3C72FC;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .tyre-finder-form button:hover {
            background-color: #2a5fd8;
        }

        .tyre-finder-title {
            font-weight: 600;
            margin-right: 10px;
            color: #333;
        }

        @media (max-width: 768px) {
            .tyre-finder-form {
                flex-direction: column;
                gap: 10px;
            }

            .tyre-finder-title {
                margin-bottom: 5px;
            }
        }

        
        .about-section.section-padding.fix.bg-cover {
            overflow: visible;
        }

        .hero-tyre-search {
            background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
            padding: 80px 0;
            color: white;
            position: relative;
            overflow: visible;
        }

        .hero-tyre-search::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            z-index: 1;
        }

        .hero-content-wrapper {
            position: relative;
            z-index: 2;
        }

        .hero-headline {
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .hero-subtext {
            font-size: 1.2rem;
            margin-bottom: 40px;
            opacity: 0.9;
        }

        .tyre-search-widget {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
            margin-bottom: 30px;
            overflow: visible;
        }

        .search-step {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }

        .search-step select,
        .search-step input {
            flex: 1;
            min-width: 150px;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 1rem;
        }

        .search-cta-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .btn-primary-search {
            background: #3C72FC;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            flex: 1;
            min-width: 180px;
        }

        .btn-primary-search:hover {
            background: #2a5fd8;
            transform: translateY(-2px);
        }

        .btn-secondary-search {
            background: white;
            color: #3C72FC;
            border: 2px solid #3C72FC;
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            flex: 1;
            min-width: 180px;
        }

        .btn-secondary-search:hover {
            background: #f8f9fa;
            transform: translateY(-2px);
        }

        .hero-image {
            position: relative;
            z-index: 2;
            text-align: center;
        }

        .hero-image img {
            max-width: 100%;
            border-radius: 10px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
        }

@media (max-width: 768px) {
            .hero-headline {
                font-size: 2.5rem;
            }

            .hero-subtext {
                font-size: 1rem;
            }

            .search-step {
                flex-direction: column;
            }

            .search-step select,
            .search-step input {
                width: 100%;
            }

            .search-cta-buttons {
                flex-direction: column;
            }
        }

        .tyre-search-form .nice-select {
            position: relative;
            width: 100%;
            z-index: 1;
        }

        .tyre-search-form .nice-select.open {
            z-index: 40;
        }

        .tyre-search-form .nice-select .current {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .tyre-search-form .nice-select .list {
            left: 0;
            right: auto;
            width: 100%;
            max-height: min(220px, 45vh);
            overflow-y: auto;
            overflow-x: hidden;
            overscroll-behavior: contain;
            -webkit-overflow-scrolling: touch;
        }

        .tyre-search-form .nice-select .option {
            white-space: normal;
        }

        .tyre-search-form .nice-select .list::-webkit-scrollbar {
            width: 8px;
        }

        .tyre-search-form .nice-select .list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.28);
            border-radius: 999px;
        }

        
        .feature-highlights {
            padding: 60px 0;
            background: #f8f9fa;
        }

        .feature-item {
            text-align: center;
            padding: 20px;
        }

        .feature-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
            color: #3C72FC;
        }

        .feature-title {
            font-weight: 600;
            margin-bottom: 10px;
        }

        
        .popular-sizes {
            padding: 60px 0;
        }

        .size-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            gap: 15px;
            margin-top: 30px;
        }

        .size-item {
            background: white;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 15px;
            text-align: center;
            transition: all 0.3s;
            cursor: pointer;
        }

        .size-item:hover {
            border-color: #3C72FC;
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .size-value {
            font-weight: 700;
            font-size: 1.2rem;
            color: #333;
        }

        
        .brand-logos {
            padding: 60px 0;
            background: #f8f9fa;
        }

        .brand-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }

        .brand-item {
            background: white;
            border-radius: 8px;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            cursor: pointer;
            height: 100px;
        }

        .brand-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .brand-item img {
            max-width: 100%;
            max-height: 60px;
            filter: grayscale(100%);
            transition: filter 0.3s;
        }

        .brand-item:hover img {
            filter: grayscale(0%);
        }

        
        .promo-banner {
            padding: 80px 0;
            background: linear-gradient(135deg, #3C72FC, #2a5fd8);
            color: white;
            text-align: center;
        }

        .promo-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .promo-subtitle {
            font-size: 1.2rem;
            margin-bottom: 30px;
            opacity: 0.9;
        }

        .btn-promo {
            background: white;
            color: #3C72FC;
            border: none;
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }

        .btn-promo:hover {
            background: #f8f9fa;
            transform: translateY(-2px);
        }

        
        .product-grid {
            padding: 60px 0;
        }

        .product-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s;
            margin-bottom: 30px;
        }

        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }

        .product-image {
            height: 200px;
            overflow: hidden;
        }

        .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }

        .product-card:hover .product-image img {
            transform: scale(1.05);
        }

        .product-details {
            padding: 20px;
        }

        .product-title {
            font-weight: 700;
            margin-bottom: 5px;
        }

        .product-size {
            color: #666;
            margin-bottom: 10px;
        }

        .product-features {
            margin-bottom: 15px;
            font-size: 0.9rem;
            color: #555;
        }

        .product-price {
            font-weight: 700;
            font-size: 1.2rem;
            color: #3C72FC;
            margin-bottom: 10px;
        }

        .product-rating {
            color: #FFD700;
            margin-bottom: 15px;
        }

        .product-actions {
            display: flex;
            gap: 10px;
        }

        .btn-add-cart {
            background: #3C72FC;
            color: white;
            border: none;
            padding: 8px 15px;
            border-radius: 5px;
            font-size: 0.9rem;
            cursor: pointer;
            transition: all 0.3s;
            flex: 1;
        }

        .btn-add-cart:hover {
            background: #2a5fd8;
        }

        .btn-book-installation {
            background: #28a745;
            color: white;
            border: none;
            padding: 8px 15px;
            border-radius: 5px;
            font-size: 0.9rem;
            cursor: pointer;
            transition: all 0.3s;
            flex: 1;
        }

        .btn-book-installation:hover {
            background: #218838;
        }

        
        .customer-reviews {
            padding: 60px 0;
            background: #f8f9fa;
        }

        .review-card {
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            margin: 15px;
        }

        .review-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .review-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #3C72FC;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            margin-right: 15px;
        }

        .review-name {
            font-weight: 600;
        }

        .review-rating {
            color: #FFD700;
            margin-bottom: 10px;
        }

        .review-text {
            margin-bottom: 15px;
            font-style: italic;
        }

        .review-car {
            color: #666;
            font-size: 0.9rem;
        }

        
        .about-section {
            padding: 60px 0;
        }

        .about-stats {
            display: flex;
            justify-content: space-around;
            text-align: center;
            margin-top: 40px;
        }

        .stat-item h3 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #3C72FC;
            margin-bottom: 5px;
        }

        .stat-item p {
            color: #666;
        }

        
        .footer-seo {
            background: #333;
            color: white;
            padding: 20px 0;
            text-align: center;
        }

        .footer-seo p {
            margin: 0;
            font-size: 1.1rem;
        }

        
        .tyre-card {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            transition: all .3s ease;
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .tyre-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        }

        .tyre-badge {
            position: absolute;
            top: 12px;
            left: 12px;
            background: #e63946;
            color: white;
            padding: 4px 10px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            z-index: 2;
        }

        .tyre-badge.popular {
            background: #e63946;
        }

        .tyre-badge.new {
            background: #2a9d8f;
        }

        .tyre-image {
            height: 180px;
            overflow: hidden;
            position: relative;
        }

        .tyre-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .3s ease;
        }

        .tyre-card:hover .tyre-image img {
            transform: scale(1.05);
        }

        .tyre-details {
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .tyre-brand {
            font-size: 14px;
            color: #6c757d;
            font-weight: 500;
            margin-bottom: 5px;
        }

        .tyre-title {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 8px;
            color: #212529;
        }

        .tyre-size {
            font-size: 16px;
            color: #495057;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .tyre-features {
            font-size: 14px;
            color: #6c757d;
            margin-bottom: 15px;
            line-height: 1.5;
            flex-grow: 1;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .tyre-price {
            font-size: 20px;
            font-weight: 700;
            color: #e63946;
            margin-bottom: 15px;
        }

        .tyre-actions {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 10px;
        }

        .view-details-link {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #212529;
            font-weight: 500;
            text-decoration: none;
            transition: color .3s ease;
        }

        .view-details-link:hover {
            color: #e63946;
        }

        .btn-inquire {
            background: #000;
            color: #fff;
            border: none;
            padding: 8px 16px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: background .3s ease;
            text-decoration: none;
            display: inline-block;
            text-align: center;
        }

        .btn-inquire:hover {
            background: #e63946;
        }

        
        .tyre-modal {
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .tyre-modal-content {
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
            max-width: 90%;
            max-height: 90%;
            position: relative;
        }

        .tyre-modal-content .close {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 24px;
            font-weight: bold;
            cursor: pointer;
        }

        @media (max-width: 768px) {
            .tyre-image {
                height: 150px;
            }
            
            .tyre-actions {
                flex-direction: column;
            }
            
            .view-details-link, .btn-inquire {
                width: 100%;
                justify-content: center;
            }
        }

        
        .tyre-assistance .search-area {
            gap: 10px;
        }

        .tyre-modal {
            display: none;
            position: fixed;
            z-index: 9999;
            padding-top: 60px;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.7);
        }

        .tyre-modal-content {
            background-color: #fff;
            margin: auto;
            padding: 20px;
            border-radius: 12px;
            width: 80%;
            max-width: 600px;
            position: relative;
            animation: fadeIn 0.4s ease;
        }

        .tyre-modal .close {
            color: #333;
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 30px;
            font-weight: bold;
            cursor: pointer;
        }

        .tyre-modal .close:hover {
            color: #000;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: scale(0.95);
            }

            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        
        .featured-tyres-section {
            position: relative;
            background: #f8f9fa;
            padding: 100px 0 0 0;
            text-align: center;
            overflow: hidden;
        }

        .left-shape,
        .right-shape {
            position: absolute;
            top: 0;
            z-index: 0;
        }

        .left-shape {
            left: 0;
        }

        .right-shape {
            right: 0;
        }

        
        .section-title {
            margin-bottom: 50px;
            position: relative;
            z-index: 2;
        }

        .section-title .subtitle {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-weight: 600;
            color: #FF384B;
            text-transform: uppercase;
            font-size: 16px;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

        .section-title .title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #111;
            line-height: 1.2;
            margin-bottom: 0;
        }

        
        .tyre-brands-banner {
            width: 100vw;
            position: relative;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            overflow: hidden;
            border-radius: 0;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .tyre-brands-banner:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .tyre-brands-image {
            width: 100%;
            height: auto;
            object-fit: cover;
            display: block;
        }

        
        .tyre-brands-banner {
            animation: fadeInUp 0.8s ease-out;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

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

        
        @media (max-width: 991px) {
            .featured-tyres-section {
                padding-top: 80px;
            }

            .section-title .title {
                font-size: 2rem;
            }
        }

        @media (max-width: 768px) {
            .featured-tyres-section {
                padding-top: 60px;
            }

            .section-title .title {
                font-size: 1.8rem;
            }

            .section-title .subtitle {
                font-size: 14px;
                gap: 8px;
            }
        }

        @media (max-width: 576px) {
            .section-title .title {
                font-size: 1.6rem;
            }

            .section-title .subtitle {
                font-size: 13px;
            }
        }

        
        .tyres-showcase-section {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 40px 20px;
            min-height: 100vh;
            background: #ffffff;
        }

        .tyres-showcase-section .section-title {
            text-align: center;
            margin-bottom: 40px;
        }

        .tyres-showcase-section .section-title h2 {
            font-family: Arial, sans-serif;
            font-size: 2.5rem;
            color: #333;
            margin-bottom: 10px;
            position: relative;
        }

        .tyres-showcase-section .section-title h2::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: #E60023;
            border-radius: 2px;
        }

        .tyres-showcase-section .section-title p {
            color: #666;
            font-size: 1.1rem;
        }

        .tyres-container {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
            max-width: 1200px;
            width: 100%;
            margin-bottom: 40px;
        }

        .tyre-card {
            background: #ffffff;
            border-radius: 12px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            position: relative;
        }

        .tyre-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        
        .tyre-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: #E60023;
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            z-index: 2;
        }

        .tyre-badge.popular {
            background: #f59e0b;
        }

        .tyre-badge.best-seller {
            background: #E60023;
        }

        .tyre-badge.eco {
            background: #10b981;
        }

        .tyre-badge.premium {
            background: #8b5cf6;
        }

        .tyre-badge.performance {
            background: #dc2626;
        }

        .tyre-badge.new {
            background: #3b82f6;
        }

        .tyre-image {
            width: 100%;
            height: 250px;
            background: #f0f0f0;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            cursor: pointer;
        }

        .tyre-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .tyre-card:hover .tyre-image img {
            transform: scale(1.05);
        }

        .tyre-details {
            padding: 20px;
        }

        .tyre-brand {
            color: #E60023;
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .tyre-title {
            font-size: 1.5rem;
            color: #333;
            margin-bottom: 8px;
            font-weight: 600;
        }

        .tyre-size {
            color: #666;
            font-weight: 500;
            margin-bottom: 10px;
            font-size: 1.1rem;
        }

        .tyre-features {
            color: #666;
            margin-bottom: 15px;
            line-height: 1.6;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .tyre-price {
            font-size: 1.8rem;
            color: #E60023;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .tyre-actions {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .view-details-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #E60023;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            padding: 8px 0;
        }

        .view-details-link:hover {
            color: #c0392b;
            gap: 12px;
        }

        .view-details-link svg {
            transition: transform 0.3s ease;
        }

        .view-details-link:hover svg {
            transform: translateX(4px);
        }

        .btn-inquire {
            padding: 14px 20px;
            border: none;
            border-radius: 25px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: Arial, sans-serif;
            background: #E60023;
            color: #fff;
            width: 100%;
        }

        .btn-inquire:hover {
            background: #c0392b;
            transform: translateY(-2px);
        }

        .theme-btn {
            border-radius: 25px !important;
        }

        
        .load-more-container {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }

        .load-more-btn {
            padding: 14px 40px;
            border: none;
            border-radius: 25px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: Arial, sans-serif;
            background: #E60023;
            color: #fff;
            font-size: 1.1rem;
            min-width: 180px;
        }

        .load-more-btn:hover:not(:disabled) {
            background: #c0392b;
            transform: translateY(-2px);
        }

        .load-more-btn:disabled {
            opacity: 0.7;
            cursor: not-allowed;
            transform: none;
        }

        .load-more-btn.loading {
            background: #c0392b;
            cursor: wait;
        }

        
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

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

        .tyre-card.fade-in {
            animation: fadeIn 0.6s ease forwards;
        }

        @media(min-width: 768px) {
            .tyres-container {
                grid-template-columns: repeat(2, 1fr);
            }

            .tyre-actions {
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }

            .view-details-link {
                order: 1;
            }

            .btn-inquire {
                order: 2;
                width: auto;
                min-width: 140px;
            }
        }

        @media(min-width: 1024px) {
            .tyres-container {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        
        .bg-dark {
            background-color: #000 !important;
        }

        .filter-red {
            filter: invert(16%) sepia(89%) saturate(6056%) hue-rotate(358deg) brightness(97%) contrast(112%) !important;
        }

        
        .hover-text-dark:hover {
            color: #000 !important;
            transition: color 0.3s ease;
        }

       
#tyreResults {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    width: 100%;
}

@media (min-width: 768px) {
    #tyreResults {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 30px;
    }
}

@media (min-width: 1024px) {
    #tyreResults {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
}

.tyre-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tyre-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

        
        .tyres-loading-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
            max-width: 1200px;
            width: 100%;
            margin-bottom: 40px;
        }

        .tyres-loading-grid[hidden] {
            display: none !important;
        }

        .tyre-state-message {
            grid-column: 1 / -1;
            text-align: center;
            padding: 20px 0;
        }

        .skeleton-card {
            pointer-events: none;
            cursor: progress;
        }

        .skeleton-card:hover {
            transform: none;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .skeleton-card .tyre-image,
        .skeleton-card .skeleton-line,
        .skeleton-card .skeleton-pill,
        .skeleton-card .skeleton-action {
            background: linear-gradient(90deg, #f2f4f7 0%, #e6eaef 50%, #f2f4f7 100%);
            background-size: 200% 100%;
            animation: tyreSkeletonShimmer 1.2s ease-in-out infinite;
        }

        .skeleton-card .tyre-details {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .skeleton-card .tyre-features {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-bottom: 0;
        }

        .skeleton-pill {
            position: absolute;
            top: 15px;
            left: 15px;
            width: 92px;
            height: 28px;
            border-radius: 999px;
            z-index: 2;
        }

        .skeleton-line {
            display: block;
            border-radius: 999px;
            height: 14px;
        }

        .skeleton-line-sm {
            width: 34%;
            height: 12px;
        }

        .skeleton-line-lg {
            width: 72%;
            height: 28px;
            border-radius: 10px;
        }

        .skeleton-line-md {
            width: 48%;
            height: 18px;
        }

        .skeleton-line-full {
            width: 100%;
        }

        .skeleton-line-wide {
            width: 86%;
        }

        .skeleton-line-price {
            width: 42%;
            height: 32px;
            border-radius: 12px;
            margin-top: 4px;
        }

        .skeleton-card .tyre-actions {
            margin-top: auto;
        }

        .skeleton-action {
            display: block;
            border-radius: 999px;
        }

        .skeleton-action.link {
            width: 40%;
            height: 18px;
        }

        .skeleton-action.button {
            width: 100%;
            height: 48px;
        }

        @keyframes tyreSkeletonShimmer {
            0% {
                background-position: 200% 0;
            }

            100% {
                background-position: -200% 0;
            }
        }

        @media(min-width: 768px) {
            .tyres-loading-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .skeleton-action.button {
                width: 150px;
            }
        }

        @media(min-width: 1024px) {
            .tyres-loading-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
