    /* Override styles for testing */
    .container {
        position: relative !important;
    }
    
    .product-container {
        display: grid !important;
        grid-template-columns: 400px 1fr 280px !important;
        gap: 20px !important;
        margin-bottom: 24px !important;
        align-items: stretch !important;
    }
    
    /* Планшеты и средние экраны */
    @media (max-width: 1200px) {
        .product-container {
            grid-template-columns: 350px 1fr !important;
        }
        .product-sidebar {
            grid-column: 1 / -1 !important;
            display: grid !important;
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 16px !important;
            min-height: auto !important;
        }
        .product-images-section,
        .product-info-section {
            min-height: auto !important;
        }
        .quick-contact {
            position: static !important;
            max-height: none !important;
        }
        
        .similar-products .product-card {
            flex: 0 0 180px !important;
            width: 180px !important;
        }
        
        .similar-products .product-image {
            height: 180px !important;
            min-height: 180px !important;
        }
    }
    
    /* Планшеты в портретной ориентации */
    @media (max-width: 992px) {
        .product-container {
            grid-template-columns: 300px 1fr !important;
        }
        
        .product-info h1 {
            font-size: 18px !important;
        }
        
        .price-value {
            font-size: 20px !important;
        }
    }
    
    @media (max-width: 768px) {
        body {
            overflow-x: hidden !important;
        }
        
        .container {
            padding: 0 0 !important;
            max-width: 100vw !important;
            overflow-x: hidden !important;
            box-sizing: border-box !important;
        }
        
        .product-container {
            grid-template-columns: 1fr !important;
            gap: 12px !important;
            margin-bottom: 16px !important;
            max-width: 100% !important;
            padding: 0 !important;
            box-sizing: border-box !important;
        }
        
        .product-sidebar {
            grid-template-columns: 1fr !important;
            gap: 12px !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
        }
        
        .product-images-section,
        .product-info-section,
        .product-sidebar {
            min-height: auto !important;
        }
        
        .product-images,
        .main-image {
            min-height: auto !important;
        }
        
        .product-info h1 {
            font-size: 18px !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
        }
        
        .product-brand {
            font-size: 12px !important;
        }
        
        .price-section {
            flex-direction: column !important;
            align-items: flex-start !important;
            gap: 8px !important;
            padding: 10px 12px !important;
            width: 100% !important;
            box-sizing: border-box !important;
            overflow: hidden !important;
        }
        
        .price-info {
            width: 100% !important;
            overflow: hidden !important;
        }
        
        .price-range {
            flex-wrap: wrap !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
            max-width: 100% !important;
        }
        
        .price-value {
            font-size: 18px !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
            max-width: 100% !important;
            hyphens: auto !important;
        }
        
        .price-currency {
            flex-shrink: 0 !important;
            white-space: nowrap !important;
        }
        
        .moq {
            width: 100% !important;
            text-align: left !important;
            font-size: 14px !important;
            word-wrap: break-word !important;
        }
        
        .quick-actions {
            flex-direction: column !important;
            width: 100% !important;
            gap: 8px !important;
        }
        
        .quick-actions .btn-post-buy-request {
            flex: 1 1 auto !important;
        }
        
        .quick-actions .btn-secondary {
            flex: 1 1 auto !important;
        }
        
        .btn-post-buy-request,
        .btn-secondary {
            width: 100% !important;
            justify-content: center !important;
            padding: 10px 14px !important;
            font-size: 14px !important;
            box-sizing: border-box !important;
            white-space: nowrap !important;
        }
        
        .btn-post-buy-request svg {
            width: 18px !important;
            height: 18px !important;
        }
        
        .key-features {
            padding: 10px !important;
        }
        
        .key-features h3 {
            font-size: 13px !important;
        }
        
        .feature-item {
            font-size: 12px !important;
        }
        
        .supplier-header {
            flex-direction: column !important;
            align-items: center !important;
            text-align: center !important;
        }
        
        .supplier-name {
            align-items: center !important;
        }
    }
    
    .product-main {
        display: contents !important;
    }
    
    .product-images-section {
        background: #fff !important;
        border-radius: 8px !important;
        padding: 16px !important;
        padding-bottom: 12px !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    @media (max-width: 768px) {
        .product-images-section {
            height: auto !important;
        }
    }
    
    .product-info-section {
        background: #fff !important;
        border-radius: 8px !important;
        padding: 20px !important;
        padding-bottom: 12px !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    .product-sidebar {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        align-items: start !important;
        position: relative !important;
    }
    
    /* Width для десктопа */
    @media (min-width: 769px) {
        .product-sidebar {
            width: 100% !important;
        }
    }
    
    .supplier-card, .quick-contact {
        background: #fff !important;
        border-radius: 8px !important;
        padding: 16px !important;
        padding-bottom: 12px !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    /* Width для десктопа */
    @media (min-width: 769px) {
        .supplier-card, .quick-contact {
            width: 100% !important;
        }
    }
    
    .quick-contact {
        align-self: flex-start !important;
        max-height: calc(100vh - 100px) !important;
        overflow-y: auto !important;
        flex: 0 0 auto !important;
        width: 280px !important;
        transition: none !important;
    }
    
    .quick-contact.is-sticky {
        position: fixed !important;
        top: 80px !important;
        z-index: 100 !important;
    }
    
    .quick-contact.is-bottom {
        position: absolute !important;
    }
    
    .price-section {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        background: #f0f9ff !important;
        border: 1px solid #2563eb !important;
        border-radius: 6px !important;
        padding: 12px 16px !important;
        margin-bottom: 12px !important;
        flex-shrink: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .price-info {
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
        flex: 1 !important;
        min-width: 0 !important;
    }
    
    .price-value {
        font-size: 22px !important;
        font-weight: 600 !important;
        color: #1f2937 !important;
        line-height: 1.2 !important;
        word-break: break-word !important;
    }
    
    /* Post Buy Request button in Quick Actions */
    .btn-post-buy-request {
        padding: 12px 28px !important;
        background: linear-gradient(135deg, #FF7A3D 0%, #FF6B35 100%) !important;
        color: white !important;
        border: none !important;
        border-radius: 24px !important;
        cursor: pointer !important;
        font-weight: 600 !important;
        font-size: 15px !important;
        box-shadow: 0 2px 8px rgba(255, 107, 53, 0.25) !important;
        transition: all 0.3s ease !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        justify-content: center !important;
    }
    
    .btn-post-buy-request:hover {
        background: linear-gradient(135deg, #FF8C50 0%, #FF7A3D 100%) !important;
        box-shadow: 0 4px 12px rgba(255, 107, 53, 0.35) !important;
        transform: translateY(-1px) !important;
    }
    
    /* Original btn-primary for Send Inquiry */
    .btn-primary {
        background: #2563eb !important;
        color: white !important;
        padding: 10px 20px !important;
        border: none !important;
        border-radius: 6px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        cursor: pointer !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
    }
    
    .btn-secondary {
        background: #fff !important;
        color: #1f2937 !important;
        border: 1px solid #e5e7eb !important;
        padding: 10px 20px !important;
        border-radius: 6px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        cursor: pointer !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
    }
    
    .quick-actions {
        display: flex !important;
        gap: 10px !important;
        margin-bottom: 12px !important;
        flex-shrink: 0 !important;
        flex-wrap: wrap !important;
    }
    
    .quick-actions .btn-post-buy-request {
        flex: 1 1 100% !important;
    }
    
    .quick-actions .btn-secondary {
        flex: 1 1 calc(50% - 5px) !important;
    }
    
    .product-images {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    @media (max-width: 768px) {
        .product-images {
            flex: 0 1 auto !important;
        }
    }
    
    .main-image {
        width: 100% !important;
        aspect-ratio: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #f9fafb !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        margin-bottom: 4px !important;
        flex-shrink: 0 !important;
        position: relative !important;
    }
    
    .main-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        display: block !important;
    }
    
    .product-info {
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
    }
    
    .key-features {
        margin-top: auto !important;
        margin-bottom: 0 !important;
        background: #f9fafb !important;
        padding: 12px !important;
        border-radius: 6px !important;
        flex-shrink: 0 !important;
    }
    
    .key-features h3 {
        font-size: 14px !important;
        font-weight: 600 !important;
        margin: 0 0 8px !important;
        color: #374151 !important;
    }
    
    .features-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 6px !important;
    }
    
    .feature-item {
        display: flex !important;
        justify-content: space-between !important;
        gap: 8px !important;
        font-size: 13px !important;
        padding: 4px 0 !important;
        border-bottom: 1px solid #e5e7eb !important;
    }
    
    .feature-item:last-child {
        border-bottom: none !important;
    }
    
    .feature-name {
        color: #6b7280 !important;
        flex-shrink: 0 !important;
    }
    
    .feature-value {
        font-weight: 500 !important;
        color: #1f2937 !important;
        text-align: right !important;
    }
    
    .supplier-header {
        display: flex !important;
        align-items: flex-start !important;
        gap: 10px !important;
        margin-bottom: 8px !important;
        flex-shrink: 0 !important;
    }
    
    .supplier-name {
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
    }
    
    .supplier-name a {
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #1f2937 !important;
        text-decoration: none !important;
    }
    
    .supplier-name a:hover {
        color: #3b82f6 !important;
    }
    
    .supplier-icons {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
    }
    
    .icon-item {
        position: relative !important;
        font-size: 16px !important;
        line-height: 1 !important;
        cursor: pointer !important;
    }
    
    .supplier-flag {
        font-size: 16px !important;
    }
    
    .icon-item::after {
        content: attr(data-tooltip) !important;
        position: absolute !important;
        bottom: calc(100% + 12px) !important;
        left: 50% !important;
        transform: translateX(-50%) scale(0.95) !important;
        background: #1f2937 !important;
        color: white !important;
        padding: 8px 12px !important;
        border-radius: 6px !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        white-space: nowrap !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transition: opacity 0.2s ease, transform 0.2s ease !important;
        z-index: 1000 !important;
        box-shadow: 0 4px 6px rgba(0,0,0,0.15) !important;
    }
    
    .icon-item::before {
        content: '' !important;
        position: absolute !important;
        bottom: calc(100% + 6px) !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        border: 6px solid transparent !important;
        border-top-color: #1f2937 !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transition: opacity 0.2s ease !important;
        z-index: 1000 !important;
    }
    
    .icon-item:hover::after {
        opacity: 1 !important;
        transform: translateX(-50%) scale(1) !important;
    }
    
    .icon-item:hover::before {
        opacity: 1 !important;
    }
    
    .moq {
        display: flex !important;
        gap: 8px !important;
        font-size: 16px !important;
        flex-wrap: wrap !important;
        align-items: baseline !important;
    }
    
    .moq-label {
        color: #6b7280 !important;
        flex-shrink: 0 !important;
    }
    
    .moq-value {
        font-weight: 500 !important;
        color: #1f2937 !important;
        word-break: break-word !important;
    }
    
    .product-description h3 {
        font-size: 18px !important;
        font-weight: 600 !important;
        margin: 0 0 16px !important;
    }
    
    .description-content {
        color: #4b5563 !important;
        line-height: 1.7 !important;
        font-size: 14px !important;
    }
    
    .product-description-section .description-content {
        color: #4b5563 !important;
        line-height: 1.7 !important;
        font-size: 14px !important;
    }
    .description-content p {
        margin: 0 0 12px 0 !important;
    }
    .description-content p:last-child {
        margin-bottom: 0 !important;
    }
    
    .form-group {
        position: relative !important;
        margin-bottom: 8px !important;
        flex-shrink: 0 !important;
    }
    
    .form-group:last-of-type {
        margin-bottom: 12px !important;
    }
    
    .form-group input,
    .form-group textarea {
        width: 100% !important;
        padding: 12px !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 8px !important;
        font-size: 14px !important;
        font-family: inherit !important;
    }
    
    .full-width {
        width: 100% !important;
    }
    
    .quick-contact form {
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
    }
    
    .quick-contact form button[type="submit"] {
        margin-top: auto !important;
        margin-bottom: 0 !important;
    }
    
    .trade-assurance {
        display: none !important;
    }
    
    /* Navigation SEO Block */
    .navigation-seo-block {
        background: #f9fafb !important;
        border-radius: 8px !important;
        padding: 24px !important;
        margin-bottom: 32px !important;
    }
    
    .nav-seo-grid {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
        gap: 24px !important;
    }
    
    .nav-section h3 {
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #1f2937 !important;
        margin: 0 0 12px 0 !important;
        padding-bottom: 8px !important;
        border-bottom: 2px solid #e5e7eb !important;
    }
    
    .nav-links {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
    }
    
    .nav-link {
        display: inline-block !important;
        padding: 6px 12px !important;
        background: #fff !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 4px !important;
        color: #4b5563 !important;
        text-decoration: none !important;
        font-size: 13px !important;
        transition: all 0.2s ease !important;
    }
    
    .nav-link:hover {
        background: #3b82f6 !important;
        color: #fff !important;
        border-color: #3b82f6 !important;
    }
    
    .nav-breadcrumb {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 12px !important;
        background: #fff !important;
        border-radius: 6px !important;
        border: 1px solid #e5e7eb !important;
    }
    
    .breadcrumb-link {
        color: #3b82f6 !important;
        text-decoration: none !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        transition: color 0.2s ease !important;
    }
    
    .breadcrumb-link:hover {
        color: #2563eb !important;
        text-decoration: underline !important;
    }
    
    .nav-breadcrumb .separator {
        color: #9ca3af !important;
        font-size: 14px !important;
    }
    
    .brand-link {
        font-weight: 500 !important;
    }
    
    @media (max-width: 768px) {
        .nav-seo-grid {
            grid-template-columns: 1fr !important;
        }
        
        .navigation-seo-block {
            padding: 16px !important;
        }
    }
    
    /* Similar products section */
    .similar-products {
        margin-bottom: 32px !important;
        background: #fff;
        padding: 24px;
        border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
    
    .similar-products h2 {
        font-size: 20px !important;
        font-weight: 600 !important;
        margin: 0 0 16px !important;
        color: #1f2937;
    }
    
    .similar-products-scroll {
        overflow-x: auto !important;
        overflow-y: visible !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: thin;
        scrollbar-color: #d1d5db #f3f4f6;
        padding-bottom: 10px;
        min-height: 294px;
    }
    
    .similar-products-scroll::-webkit-scrollbar {
        height: 8px;
    }
    
    .similar-products-scroll::-webkit-scrollbar-track {
        background: #f3f4f6;
        border-radius: 4px;
    }
    
    .similar-products-scroll::-webkit-scrollbar-thumb {
        background: #d1d5db;
        border-radius: 4px;
    }
    
    .similar-products-scroll::-webkit-scrollbar-thumb:hover {
        background: #9ca3af;
    }
    
    /* Scroll indicators */
    .similar-products-scroll {
        position: relative;
    }
    
    .similar-products-scroll.can-scroll:not(.at-start)::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 10px;
        width: 40px;
        background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
        z-index: 1;
        pointer-events: none;
    }
    
    .similar-products-scroll.can-scroll:not(.at-end)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 10px;
        width: 40px;
        background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
        z-index: 1;
        pointer-events: none;
    }
    
    .similar-products-grid {
        display: flex !important;
        gap: 12px !important;
        padding: 4px;
        min-width: max-content;
    }
    
    .similar-products .product-card {
        flex: 0 0 196px !important;
        width: 196px !important;
        min-height: 280px !important;
        background: #fff;
        border-radius: 6px;
        border: 1px solid #e5e7eb;
        overflow: visible;
        transition: all 0.3s ease;
        cursor: pointer;
        display: flex;
        flex-direction: column;
    }
    
    .similar-products .product-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 16px rgba(0,0,0,0.1);
        border-color: #3b82f6;
    }
    
    @media (max-width: 768px) {
        .similar-products {
            padding: 12px !important;
            margin-bottom: 16px !important;
        }
        
        .similar-products h2 {
            font-size: 16px !important;
            margin-bottom: 12px !important;
        }
        
        .similar-products .product-card {
            flex: 0 0 150px !important;
            width: 150px !important;
            min-height: 230px !important;
        }
        
        .similar-products .product-image {
            height: 150px !important;
            min-height: 150px !important;
            padding: 8px;
            flex-shrink: 0;
        }
        
        .similar-products .product-name {
            font-size: 11px !important;
            line-height: 1.3 !important;
        }
        
        .similar-products .product-price-range {
            font-size: 12px !important;
        }
        
        .similar-products .product-moq {
            font-size: 9px !important;
        }
        
        .similar-products .quote-btn {
            font-size: 9px !important;
            padding: 3px 6px !important;
        }
    }
    
    /* Brand products section - smaller cards */
    .brand-products {
        margin-bottom: 24px !important;
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        width: calc(100% - 280px - 20px) !important;
        box-sizing: border-box !important;
    }
    
    .brand-products h2 {
        font-size: 18px !important;
        font-weight: 600 !important;
        margin: 0 0 12px !important;
        color: #1f2937;
    }
    
    .brand-products-scroll {
        overflow-x: auto !important;
        overflow-y: visible !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: thin;
        scrollbar-color: #d1d5db #f3f4f6;
        padding-bottom: 8px;
        min-height: 200px;
    }
    
    .brand-products-scroll::-webkit-scrollbar {
        height: 6px;
    }
    
    .brand-products-scroll::-webkit-scrollbar-track {
        background: #f3f4f6;
        border-radius: 3px;
    }
    
    .brand-products-scroll::-webkit-scrollbar-thumb {
        background: #d1d5db;
        border-radius: 3px;
    }
    
    .brand-products-scroll::-webkit-scrollbar-thumb:hover {
        background: #9ca3af;
    }
    
    /* Scroll indicators for brand products */
    .brand-products-scroll {
        position: relative;
    }
    
    .brand-products-scroll.can-scroll:not(.at-start)::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 8px;
        width: 30px;
        background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
        z-index: 1;
        pointer-events: none;
    }
    
    .brand-products-scroll.can-scroll:not(.at-end)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 8px;
        width: 30px;
        background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
        z-index: 1;
        pointer-events: none;
    }
    
    .brand-products-grid {
        display: flex !important;
        gap: 10px !important;
        padding: 2px;
        min-width: max-content;
    }
    
    .product-card-small {
        flex: 0 0 140px !important;
        width: 140px !important;
        min-height: 200px !important;
        background: #fff;
        border-radius: 6px;
        border: 1px solid #e5e7eb;
        overflow: visible;
        transition: all 0.3s ease;
        cursor: pointer;
        display: flex;
        flex-direction: column;
    }
    
    .product-card-small:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.1);
        border-color: #3b82f6;
    }
    
    .product-image-small {
        width: 100% !important;
        height: 140px !important;
        min-height: 140px !important;
        position: relative;
        background: #f9fafb;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
        box-sizing: border-box;
        border-bottom: 1px solid #e5e7eb;
        flex-shrink: 0;
    }
    
    .product-image-small img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        display: block;
        margin: auto;
    }
    
    .product-badge-small {
        position: absolute;
        top: 4px;
        left: 4px;
        background: #ef4444;
        color: white;
        padding: 2px 4px;
        border-radius: 3px;
        font-size: 8px;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .product-badge-small.new {
        background: #10b981;
    }
    
    .product-info-small {
        padding: 6px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    
    .product-name-small {
        font-size: 11px;
        font-weight: 500;
        color: #1f2937;
        margin: 0 0 4px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.3;
        min-height: 2.6em;
    }
    
    .product-price-small {
        font-size: 11px;
        font-weight: 600;
        color: #1f2937;
        margin-top: auto;
    }
    
    @media (min-width: 1400px) {
        .brand-products {
            width: calc(100% - 300px - 20px) !important;
        }
    }
    
    @media (max-width: 1200px) {
        .brand-products {
            width: 100% !important;
        }
    }
    
    @media (max-width: 768px) {
        .brand-products {
            padding: 12px !important;
            margin-bottom: 16px !important;
        }
        
        .brand-products h2 {
            font-size: 15px !important;
            margin-bottom: 10px !important;
        }
        
        .product-card-small {
            flex: 0 0 130px !important;
            width: 130px !important;
            min-height: 190px !important;
        }
        
        .product-image-small {
            height: 130px !important;
            min-height: 130px !important;
            padding: 6px;
        }
        
        .product-name-small {
            font-size: 10px !important;
        }
        
        .product-price-small {
            font-size: 10px !important;
        }
    }
    
    
    .product-card {
        background: #fff !important;
        border-radius: 6px !important;
        overflow: hidden !important;
        cursor: pointer !important;
        transition: transform 0.2s, box-shadow 0.2s !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
    }
    
    .product-card:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
    }
    
    .product-card .product-image {
        width: 100% !important;
        height: 140px !important;
        background: #f9fafb !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .product-card .product-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    /* Product card styles */
    .similar-products .product-image {
        width: 100% !important;
        height: 196px !important;
        min-height: 196px !important;
        position: relative;
        background: #f9fafb;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #e5e7eb;
        flex-shrink: 0;
    }
    
    .similar-products .product-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        display: block;
        margin: auto;
    }
    
    .similar-products .product-badge {
        position: absolute;
        top: 6px;
        left: 6px;
        background: #ef4444;
        color: white;
        padding: 2px 6px;
        border-radius: 3px;
        font-size: 9px;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .similar-products .product-badge.new {
        background: #10b981;
    }
    
    .similar-products .product-info {
        padding: 8px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    
    .similar-products .product-name {
        font-size: 12px;
        font-weight: 500;
        color: #1f2937;
        margin: 0 0 6px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.4;
        min-height: 2.8em;
    }
    
    .similar-products .product-price-range {
        font-size: 13px;
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 6px;
    }
    
    .similar-products .product-price-range .currency {
        font-size: 10px;
        font-weight: 400;
        color: #6b7280;
    }
    
    .similar-products .product-specs {
        display: none !important;
    }
    
    .similar-products .product-specs div {
        display: none !important;
    }
    
    .similar-products .product-supplier {
        display: none !important;
    }
    
    .similar-products .product-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 6px;
        border-top: 1px solid #f3f4f6;
        margin-top: auto;
    }
    
    .similar-products .product-moq {
        font-size: 10px;
        color: #6b7280;
    }
    
    .similar-products .quote-btn {
        background: #3b82f6;
        color: white;
        border: none;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 10px;
        font-weight: 500;
        cursor: pointer;
        transition: background 0.2s;
    }
    
    .similar-products .quote-btn:hover {
        background: #2563eb;
    }
    
    .product-price {
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #1f2937 !important;
        margin-bottom: 2px !important;
    }
    
    .product-moq {
        font-size: 11px !important;
        color: #6b7280 !important;
    }
    
    /* Specifications section */
    .specifications-section {
        background: #fff !important;
        border-radius: 8px !important;
        padding: 20px !important;
        margin-bottom: 24px !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
    }
    
    .specifications-section h2 {
        font-size: 20px !important;
        font-weight: 600 !important;
        margin: 0 0 16px !important;
    }
    
    .specifications-table {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
    
    .spec-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
        padding: 8px 0 !important;
        border-bottom: 1px solid #f3f4f6 !important;
    }
    
    .spec-name {
        color: #6b7280 !important;
        font-size: 13px !important;
    }
    
    .spec-value {
        font-weight: 500 !important;
        color: #1f2937 !important;
        font-size: 13px !important;
    }
    
    .btn-primary svg, .btn-secondary svg {
        width: 16px !important;
        height: 16px !important;
    }
    
    .product-description-section,
    .specifications-section {
        background: #fff !important;
        border-radius: 8px !important;
        padding: 20px !important;
        margin-bottom: 24px !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
        width: calc(100% - 280px - 20px) !important;
        box-sizing: border-box !important;
    }
    
    @media (min-width: 1400px) {
        .product-description-section,
        .specifications-section {
            width: calc(100% - 300px - 20px) !important;
        }
    }
    
    @media (max-width: 1200px) {
        .product-description-section,
        .specifications-section {
            width: 100% !important;
        }
    }
    
    .product-description-section h2 {
        font-size: 20px !important;
        font-weight: 600 !important;
        margin: 0 0 16px !important;
        color: #1f2937 !important;
    }
    
    .product-description h3 {
        font-size: 16px !important;
        font-weight: 600 !important;
        margin: 0 0 12px !important;
    }
    
    .product-info h1 {
        font-size: 20px !important;
        font-weight: 600 !important;
        margin: 0 0 6px !important;
        color: #1f2937 !important;
        line-height: 1.3 !important;
        flex-shrink: 0 !important;
    }
    
    .product-brand {
        font-size: 13px !important;
        color: #6b7280 !important;
        margin-bottom: 8px !important;
        flex-shrink: 0 !important;
    }
    
    .supplier-card h3, .quick-contact h3 {
        font-size: 16px !important;
        font-weight: 600 !important;
        margin: 0 0 8px !important;
        flex-shrink: 0 !important;
    }
    
    .supplier-name a {
        font-size: 14px !important;
        font-weight: 500 !important;
    }
    
    .price-range {
        display: flex !important;
        align-items: baseline !important;
        gap: 6px !important;
        margin-bottom: 8px !important;
        flex-wrap: wrap !important;
        max-width: 100% !important;
    }
    
    .no-image {
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #d1d5db !important;
    }
    
    .image-thumbnails {
        display: flex !important;
        gap: 6px !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
    
    .thumbnail {
        width: 60px !important;
        height: 60px !important;
        border: 2px solid #e5e7eb !important;
        border-radius: 6px !important;
        overflow: hidden !important;
        cursor: pointer !important;
        transition: border-color 0.2s !important;
    }
    
    .thumbnail:hover {
        border-color: #2563eb !important;
    }
    
    .thumbnail.active {
        border-color: #2563eb !important;
    }
    
    .thumbnail img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .product-images {
        margin-bottom: 0 !important;
    }
    
    .form-group input,
    .form-group textarea {
        width: 100% !important;
        padding: 10px !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 6px !important;
        font-size: 13px !important;
        font-family: inherit !important;
    }
    
    .form-group .unit {
        position: absolute !important;
        right: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        color: #6b7280 !important;
        font-size: 13px !important;
    }
    
    .btn-link {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        color: #2563eb !important;
        text-decoration: none !important;
        font-weight: 500 !important;
        font-size: 13px !important;
        transition: gap 0.2s !important;
    }
    
    .btn-link:hover {
        gap: 10px !important;
    }
    
    .supplier-actions {
        margin-top: auto !important;
        margin-bottom: 0 !important;
        padding-top: 8px !important;
        border-top: 1px solid #e5e7eb !important;
    }
    
    .no-image-small {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
        color: #d1d5db !important;
    }
    
    .price-contact {
        font-size: 18px !important;
        color: #6b7280 !important;
    }
    
    /* Better use of space */
    @media (min-width: 1400px) {
        .product-container {
            grid-template-columns: 450px 1fr 300px !important;
        }
        .quick-contact {
            width: 300px !important;
        }
    }
    
    /* Remove excessive padding on mobile */
    @media (max-width: 768px) {
        .product-images-section,
        .product-info-section {
            padding: 12px !important;
            box-sizing: border-box !important;
            overflow: hidden !important;
            margin-left: 12px !important;
            margin-right: 12px !important;
            width: calc(100% - 24px) !important;
        }
        
        /* Скрываем Supplier Information и Quick Inquiry на мобильных */
        .product-sidebar .supplier-card,
        .product-sidebar .quick-contact {
            display: none !important;
        }
        
        .product-description-section,
        .specifications-section {
            padding: 12px !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            overflow: hidden !important;
            margin-left: 12px !important;
            margin-right: 12px !important;
            width: calc(100% - 24px) !important;
        }
        
        .similar-products,
        .brand-products {
            margin-left: 12px !important;
            margin-right: 12px !important;
            width: calc(100% - 24px) !important;
            box-sizing: border-box !important;
        }
        
        .navigation-seo-block {
            margin-left: 12px !important;
            margin-right: 12px !important;
            width: calc(100% - 24px) !important;
            box-sizing: border-box !important;
        }
        
        .product-info {
            max-width: 100% !important;
            overflow: hidden !important;
        }
        
        .main-image {
            aspect-ratio: auto !important;
            min-height: 200px !important;
            max-height: 400px !important;
            height: auto !important;
        }
        
        .main-image img {
            width: 100% !important;
            height: auto !important;
            max-height: 400px !important;
            object-fit: contain !important;
        }
        
        .product-description-section h2,
        .specifications-section h2 {
            font-size: 16px !important;
            margin-bottom: 12px !important;
        }
        
        .description-content {
            font-size: 13px !important;
            line-height: 1.6 !important;
        }
        
        .specifications-table {
            grid-template-columns: 1fr !important;
            gap: 8px !important;
        }
        
        .spec-row {
            grid-template-columns: 100px 1fr !important;
            gap: 8px !important;
            padding: 6px 0 !important;
        }
        
        .spec-name,
        .spec-value {
            font-size: 12px !important;
        }
        
        .navigation-seo-block {
            padding: 12px !important;
            margin-bottom: 16px !important;
        }
        
        .nav-seo-grid {
            gap: 16px !important;
        }
        
        .nav-section h3 {
            font-size: 14px !important;
            margin-bottom: 8px !important;
        }
        
        .nav-link {
            font-size: 12px !important;
            padding: 5px 10px !important;
        }
        
        .breadcrumb-link {
            font-size: 13px !important;
        }
        
        .nav-breadcrumb {
            padding: 10px !important;
        }
        
        .image-thumbnails {
            gap: 4px !important;
        }
        
        .thumbnail {
            width: 50px !important;
            height: 50px !important;
        }
        
        .form-group input,
        .form-group textarea {
            padding: 10px !important;
            font-size: 14px !important;
        }
        
        .form-group textarea {
            rows: 2 !important;
        }
        
        .supplier-card h3,
        .quick-contact h3 {
            font-size: 14px !important;
        }
        
        .supplier-logo {
            width: 36px !important;
            height: 36px !important;
        }
        
        .supplier-name a {
            font-size: 13px !important;
        }
        
        .supplier-icons {
            gap: 4px !important;
        }
        
        .icon-item {
            font-size: 14px !important;
        }
        
        .btn-link {
            font-size: 12px !important;
        }
    }
    
    /* Дополнительная адаптация для очень маленьких экранов */
    @media (max-width: 480px) {
        .container {
            padding: 0 !important;
        }
        
        .product-container {
            gap: 10px !important;
            padding: 0 !important;
        }
        
        .product-images-section,
        .product-info-section,
        .product-description-section,
        .specifications-section,
        .similar-products,
        .brand-products,
        .navigation-seo-block {
            margin-left: 8px !important;
            margin-right: 8px !important;
            width: calc(100% - 16px) !important;
        }
        
        
        .mobile-breadcrumb {
            margin-left: 8px !important;
            margin-right: 8px !important;
        }
        
        .product-images-section,
        .product-info-section,
        .product-description-section,
        .specifications-section,
        .similar-products,
        .brand-products {
            padding: 10px !important;
        }
        
        .main-image {
            min-height: 180px !important;
            max-height: 350px !important;
        }
        
        .main-image img {
            max-height: 350px !important;
        }
        
        .similar-products .product-card {
            flex: 0 0 140px !important;
            width: 140px !important;
            min-height: 220px !important;
        }
        
        .similar-products .product-image {
            height: 140px !important;
            min-height: 140px !important;
        }
        
        .product-card-small {
            flex: 0 0 120px !important;
            width: 120px !important;
            min-height: 180px !important;
        }
        
        .product-image-small {
            height: 120px !important;
            min-height: 120px !important;
        }
        
        .price-value {
            font-size: 16px !important;
            line-height: 1.2 !important;
        }
        
        .product-info h1 {
            font-size: 15px !important;
            line-height: 1.3 !important;
        }
        
        .price-section {
            padding: 8px 10px !important;
        }
        
        .moq {
            font-size: 13px !important;
        }
        
        .btn-primary,
        .btn-secondary {
            font-size: 14px !important;
            padding: 10px 12px !important;
        }
        
        .nav-link {
            font-size: 11px !important;
            padding: 4px 8px !important;
        }
    }
    
    /* Мобильные breadcrumbs стили */
    @media (max-width: 768px) {
        .desktop-only {
            display: none !important;
        }
        
        .mobile-only {
            display: block !important;
        }
        
        .mobile-breadcrumb {
            margin-bottom: 12px;
            position: relative;
            margin-left: 12px;
            margin-right: 12px;
        }
        
        /* Градиент слева - показывает что можно скроллить влево */
        .mobile-breadcrumb::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 40px;
            background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
            pointer-events: none;
            z-index: 1;
            opacity: 1;
            transition: opacity 0.3s;
        }
        
        /* Показываем градиент только когда не в начале */
        .mobile-breadcrumb.at-start::before {
            opacity: 0;
        }
        
        .mobile-breadcrumb-wrapper {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        
        .mobile-breadcrumb-scroll {
            display: flex;
            align-items: center;
            gap: 4px;
            padding: 8px 4px;
            white-space: nowrap;
            min-width: min-content;
        }
        
        .mobile-breadcrumb-item {
            display: inline-flex;
            align-items: center;
            padding: 4px 10px;
            background: #f3f4f6;
            border-radius: 4px;
            font-size: 12px;
            color: #4b5563;
            text-decoration: none;
            transition: background 0.2s;
            flex-shrink: 0;
        }
        
        .mobile-breadcrumb-item.home {
            padding: 6px;
        }
        
        .mobile-breadcrumb-item:not(.home)::before {
            content: '›';
            margin-right: 8px;
            color: #9ca3af;
            font-size: 14px;
            font-weight: 600;
        }
        
        .mobile-breadcrumb-item:hover {
            background: #e5e7eb;
        }
        
        .mobile-breadcrumb-item.current {
            background: #dbeafe;
            color: #1e40af;
            font-weight: 500;
        }
        
        .mobile-breadcrumb-item.current::before {
            color: #60a5fa;
        }
        
        .mobile-breadcrumb-wrapper::-webkit-scrollbar {
            height: 0;
        }
    }
    
    @media (min-width: 769px) {
        .mobile-only {
            display: none !important;
        }
    }
    
    /* Улучшенная поддержка touch на мобильных */
    @media (max-width: 768px) {
        /* Увеличиваем области нажатия для ссылок и кнопок */
        .nav-link,
        .breadcrumb-link,
        .btn-link {
            min-height: 36px;
            display: inline-flex;
            align-items: center;
        }
        
        /* Убираем hover эффекты на touch устройствах */
        .product-card:hover,
        .product-card-small:hover,
        .similar-products .product-card:hover {
            transform: none;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
        
        /* Активное состояние при нажатии */
        .product-card:active,
        .product-card-small:active {
            transform: scale(0.98);
        }
        
        /* Отключаем tooltips на touch устройствах */
        .icon-item::after,
        .icon-item::before {
            display: none !important;
        }
        
        /* Улучшаем скроллинг для горизонтальных списков */
        .similar-products-scroll,
        .brand-products-scroll {
            scroll-snap-type: x mandatory;
            scroll-padding: 0 12px;
        }
        
        .similar-products .product-card,
        .product-card-small {
            scroll-snap-align: start;
        }
        
        /* Убираем градиенты-индикаторы на мобильных */
        .similar-products-scroll::before,
        .similar-products-scroll::after,
        .brand-products-scroll::before,
        .brand-products-scroll::after {
            display: none !important;
        }
        
        /* Более заметные скроллбары на мобильных */
        .similar-products-scroll::-webkit-scrollbar,
        .brand-products-scroll::-webkit-scrollbar {
            height: 4px;
        }
        
        /* Фиксируем минимальную высоту для контейнеров с товарами */
        .similar-products-scroll {
            min-height: 250px;
        }
        
        .brand-products-scroll {
            min-height: 210px;
        }
    }
