.elementor-4441 .elementor-element.elementor-element-d3d3d49{--display:flex;}.elementor-4441 .elementor-element.elementor-element-d93abb3{--display:flex;}:root{--page-title-display:none;}.breadcrumb-wrap .breadcrumb-overlay, .elementor-page-4441 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}/* Start custom CSS for html, class: .elementor-element-0f26370 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap');
/* Hero Section */
.product-hero {
    text-align: center;
    padding: 80px 20px 60px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 1px solid #e2e8f0;
}

.product-hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.product-hero p {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ad4e88 *//* Upper Section: Product Gallery + Tables */
.product-upper-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%);
}

.upper-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.product-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gallery-image {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    transition: transform 0.3s ease;
}

.gallery-image:hover {
    transform: translateY(-2px);
}

.gallery-image {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}

.gallery-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-product-image {
    grid-column: 1 / -1;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
}

.main-product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.product-info-table {
    flex: 1;
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
}

.product-info-table h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #3b82f6;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
}

.spec-table th,
.spec-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.spec-table th {
    font-weight: 600;
    color: #374151;
    background: #f9fafb;
}

.spec-table td {
    color: #6b7280;
}

.spec-table tr:last-child th,
.spec-table tr:last-child td {
    border-bottom: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e1ddc39 *//* Lower Section: Additional Information */
    .product-lower-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 20px 100px;
      background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%);
    }

    .info-section {
      background: #ffffff;
      border-radius: 16px;
      padding: 40px;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
      border: 1px solid #f1f5f9;
      margin-bottom: 30px;
    }

    .info-section:last-child {
      margin-bottom: 0;
    }

    .info-section h2 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.8rem;
      font-weight: 600;
      color: #0f172a;
      margin-bottom: 20px;
      padding-bottom: 12px;
      border-bottom: 2px solid #10b981;
    }

    .info-section p {
      font-size: 1rem;
      color: #6b7280;
      line-height: 1.7;
      margin-bottom: 16px;
    }

    .info-section ul {
      list-style: none;
      padding: 0;
      margin: 20px 0;
    }

    .info-section li {
      padding: 8px 0;
      color: #6b7280;
      position: relative;
      padding-left: 24px;
    }

    .info-section li:before {
      content: "✓";
      position: absolute;
      left: 0;
      color: #10b981;
      font-weight: bold;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .upper-content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
      }
      
      .product-gallery {
        order: 2;
      }
      
      .product-info-table {
        order: 1;
      }
    }

    @media (max-width: 768px) {
      .minimal-nav {
        padding: 16px 20px;
      }
      
      .product-hero {
        padding: 100px 20px 40px;
      }
      
      .product-hero h1 {
        font-size: 2.2rem;
      }
      
      .product-upper-section,
      .product-lower-section {
        padding: 40px 20px;
      }
      
      .product-info-table,
      .info-section {
        padding: 24px;
      }
      
      .spec-table th,
      .spec-table td {
        padding: 8px 12px;
        font-size: 0.9rem;
      }
    }

    @media (max-width: 480px) {
      .product-hero h1 {
        font-size: 2rem;
      }
      
      .product-info-table h2,
      .info-section h2 {
        font-size: 1.5rem;
      }
      
      .spec-table {
        display: block;
        overflow-x: auto;
      }
    }/* End custom CSS */