.elementor-4449 .elementor-element.elementor-element-6904dfd{--display:flex;}.elementor-4449 .elementor-element.elementor-element-9f2227e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4449 .elementor-element.elementor-element-e617c61{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4449 .elementor-element.elementor-element-4eb4a021{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-4449 .elementor-element.elementor-element-41829a3f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4449 .elementor-element.elementor-element-3f7551be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4449 .elementor-element.elementor-element-5f240538 .elementor-heading-title{color:var( --e-global-color-accent );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4449 .elementor-element.elementor-element-2cc8b8b3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}.breadcrumb-wrap .breadcrumb-overlay, .elementor-page-4449 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}@media(min-width:768px){.elementor-4449 .elementor-element.elementor-element-41829a3f{--width:50%;}.elementor-4449 .elementor-element.elementor-element-3f7551be{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-3321ffd */@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-69ae117 *//* 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;
    }

    .product-info-table {
      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;
      margin-bottom: 30px;
    }

    .spec-table:last-child {
      margin-bottom: 0;
    }

    .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;
    }

    .section-title {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.4rem;
      color: #0f172a;
      margin: 20px 0 15px 0;
      padding-bottom: 8px;
      border-bottom: 2px solid #3b82f6;
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-867d546 *//* 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 */
/* Start custom CSS for container, class: .elementor-element-41829a3f */.elementor-4449 .elementor-element.elementor-element-41829a3f{
    flex: 2;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3f7551be */.elementor-4449 .elementor-element.elementor-element-3f7551be{
    flex: 1;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4eb4a021 */.elementor-4449 .elementor-element.elementor-element-4eb4a021{
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    margin-top: 30px;
}/* End custom CSS */