
  
  header.julf9 {
    --mx-teal: #006b65;
    --mx-teal-deep: #063d3a;
    --mx-teal-mid: #0a5c56;
    --mx-lime: #cedc00;
    --mx-lime-dim: rgba(206, 220, 0, 0.35);
    --mx-lime-glow: rgba(206, 220, 0, 0.12);
    --mx-on-dark: #e8f4ee;
    --mx-dropdown-edge: rgba(206, 220, 0, 0.28);
    --mx-dropdown-bg: linear-gradient(165deg, #0f6d66 0%, #0a524d 45%, #063d3a 100%);
  }

  .lang_telif {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    gap: 10px;
  }


  .wa-advanced {
    position: fixed;
    bottom: 80px !important;
  }

  
  .julf9menulist-menu:hover .dropdown-content-julf9,
  .julf9menulist-menu:focus-within .dropdown-content-julf9 {
    display: flex;
    flex-direction: column;
  }

  
  .julf9menulist-menu {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    color: #cedc00 !important;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .julf9menulist-menu--hasdropdown {
    flex-direction: column;
    align-items: stretch;
    white-space: normal;
  }

  .julf9menulist-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 44px;
  }

  .julf9menulist-link {
    display: block;
    flex: 1;
    min-width: 0;
    color: #cedc00 !important;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }

  .julf9menulist-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #cedc00 !important;
    text-decoration: none;
    cursor: pointer;
  }

  
  .julf9-submenu-toggle {
    display: none;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--mx-lime-dim);
    border-radius: 8px;
    background: var(--mx-lime-glow);
    color: var(--mx-lime);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  }

  .julf9-submenu-toggle:hover {
    background: rgba(206, 220, 0, 0.22);
    border-color: var(--mx-lime);
  }

  .julf9-submenu-toggle:focus-visible {
    outline: 2px solid var(--mx-lime);
    outline-offset: 2px;
  }

  .julf9-submenu-chevron {
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
  }

  .julf9menulist-menu.is-submenu-open .julf9-submenu-chevron {
    margin-top: 3px;
    transform: rotate(225deg);
  }

  .julf9menulist-menu:hover {
    background-color: #cedc00;
    border-radius: 5px;
    color: #006b65 !important;
    cursor: pointer;
  }

  .julf9menulist-menu:hover .julf9menulist-link,
  .julf9menulist-menu:hover .julf9menulist-home {
    color: #006b65 !important;
  }

  .dropdown-content-active-julf9 {
    background-color: #cedc00;
    border-radius: 5px;
    color: #006b65 !important;
    cursor: pointer;
  }

  .dropdown-content-active-julf9 .julf9menulist-link {
    color: #006b65 !important;
  }

  .dropdown-content-julf9 {
    display: none;
    position: absolute;
    background: var(--mx-dropdown-bg);
    color: var(--mx-lime);
    z-index: 102;
    left: 0;
    top: 100%;
    margin-top: 0;
    min-width: max(100%, 220px);
    padding: 6px 4px 4px 4px;
    border-radius: 10px;
    border: 1px solid var(--mx-dropdown-edge);
    box-shadow: 0 12px 28px rgba(5, 40, 38, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.08);
  }

  .dropdown-content-julf9 > a {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: none;
    border-bottom: 1px solid rgba(206, 220, 0, 0.12);
    text-align: left;
    color: var(--mx-on-dark) !important;
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.35;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease;
  }

  .dropdown-content-julf9 > a:last-child {
    border-bottom: none;
  }

  .dropdown-content-julf9 > a:hover,
  .dropdown-content-julf9 > a:focus-visible {
    background-color: var(--mx-teal-mid);
    color: #ffffff !important;
    outline: none;
  }

  .module-logo {
    width: 300px;
  }

  .julf9body {
    width: var(--max);
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
  }

  .julf9body>a {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    gap: 10px;
  }

  .julf9-title {
    font-size: 16px;
    font-weight: 500;
    color: #006b65;
  }

  .julf9-spot {
    font-size: 16px;
    color: #006b65;
  }

  .julf9-icon {
    font-size: 36px !important;
    color: #006b65;
  }

  .julf9 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .julf9title {
    width: 100%;
    background-color: #cedc00;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .julf9titlebodylang {
    width: auto;
    display: flex;
    gap: 5px;
    align-items: center;
  }

  .mobile-lang-wrapper {
    display: none;
  }


  .mobile-menu-close {
    display: none !important;
  }

  .julf9menu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: var(--max);
  }

  .julf9menulist {
    width: calc(100% - 20px);
    background-color: var(--mx-teal);
    border-radius: 8px;
  }

  .julf9menubody {
    width: 100%;
    background-color: var(--mx-teal);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .julf9menulist {
    width: 100%;
    display: flex;
    gap: 10px;
    margin: 0;
    
  }

  .julf9menulistbody {
    width: 100%;
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .contact-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .contact-buttons a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    min-width: 140px;
    justify-content: center;
  }

  .contact-buttons a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent);
    transition: left 0.5s;
  }

  .contact-buttons a:hover::before {
    left: 100%;
  }

  
  .btn-track {
    cursor: pointer;
    background: white;
    color: #006b65;
    border: 2px solid #006b65;
  }

  .btn-track:hover {
    background: #cedc00;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 107, 100, 0.25);
    border-color: #004d47;
  }

  .btn-quote {
    background: linear-gradient(135deg, #006b65, #008a7d);
    color: white !important;
    border: 2px solid #006b65;
  }

  .btn-quote:hover {
    background: linear-gradient(135deg, #004d47, #006b65);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 107, 100, 0.25);
    border-color: #004d47;
  }

  
  .contact-buttons .icon {
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }

  .contact-buttons a:hover .icon {
    transform: scale(1.1);
  }

  .contact-buttons span {
    white-space: nowrap;
    letter-spacing: 0.5px;
  }

  .mobile-menu-toggle {
    display: none;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    background: transparent;
    color: #fff;
    padding: 12px 0;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    border: none;
    position: relative;
    z-index: 1;
  }

  .mobile-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  .mobile-menu-toggle:focus-visible {
    outline: none;
  }

  .mobile-menu-toggle-icon {
    position: relative;
    width: 20px;
    height: 14px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 10px;
  }

  .mobile-menu-toggle-icon span {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .mobile-menu-toggle.is-active {
    background: #cedc00;
    color: #006b65;
  }

  .mobile-menu-toggle.is-active .mobile-menu-toggle-icon span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .mobile-menu-toggle.is-active .mobile-menu-toggle-icon span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.is-active .mobile-menu-toggle-icon span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  @media screen and (min-width: 769px) {
    
    .julf9menulist-menu {
      position: relative;
    }

    
    .julf9-submenu-toggle {
      display: none !important;
    }

    .julf9menulistbody {
      position: static !important;
      right: auto !important;
      width: 100% !important;
      max-width: none !important;
      height: auto !important;
      display: block !important;
      overflow: visible !important;
      box-shadow: none !important;
    }

    .julf9menulist {
      flex-direction: row !important;
      overflow: visible !important;
    }
  }

  @media screen and (max-width: 1024px) {
    .lang_telif { 
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
    
    
    .lang_telif .julf9titlebodylang {
      display: none;
    }
    
    
    .lang_telif .header-actions {
      display: flex !important;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 1000;
    }

    .julf9menu {
      overflow-x: auto;
    }

    .julf9menulist {
      flex-direction: row;
    }

    .module-logo {
      width: 200px;
    }

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

  @media screen and (max-width: 768px) {
    
    .lang_telif {
      display: flex !important;
      flex-direction: column;
      align-items: flex-end;
    }
    
    .julf9titlebodylang {
      display: none;
    }

    
    .lang_telif .header-actions {
      position: fixed !important;
      bottom: 0 !important;
      left: 0 !important;
      right: 0 !important;
      width: calc(100% - 20px) !important;
      background-color: #006b65 !important;
      padding: 10px !important;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15) !important;
      z-index: 1000 !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      margin: 0 !important;
    }

    .contact-buttons {
      display: flex !important;
      width: 100%;
      max-width: 600px;
      flex-direction: row;
      gap: 12px;
      justify-content: space-between;
      align-items: center;
    }

    .contact-buttons a {
      flex: 1;
      font-size: 14px;
      padding: 14px 16px;
      border-radius: 8px;
      min-width: 0;
      text-align: center;
      font-weight: 600;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .contact-buttons .icon {
      font-size: 18px;
      margin-right: 6px;
    }

    .contact-buttons span {
      font-size: 13px;
    }

    
    body {
      padding-bottom: calc(75px + env(safe-area-inset-bottom, 0px)) !important;
    }


    
    .mobile-menu-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 9998;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      pointer-events: none;
      cursor: pointer;
    }

    .mobile-menu-overlay.active {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .julf9menu {
      flex-direction: column;
      gap: 0;
      width: 100%;
    }

    .mobile-menu-toggle {
      display: flex;
      width: 100%;
    }

    
    .julf9menulistbody {
      position: fixed;
      top: 0;
      right: -100%;
      max-width: min(100vw - 48px, 360px);
      width: 100%;
      height: 100%;
      height: 100dvh;
      max-height: 100dvh;
      background: linear-gradient(180deg, #006b65 0%, #004d47 100%);
      background-color: #006b65;
      z-index: 9999;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      box-shadow: -4px 0 24px rgba(0, 0, 0, 0.35);
      transform: translateX(100%);
      touch-action: pan-y;
      padding-bottom: env(safe-area-inset-bottom, 0px);
      padding-top: env(safe-area-inset-top, 0px);
    }

    .julf9menulistbody.is-visible {
      right: 0;
      transform: translateX(0);
    }

    .julf9menulistbody.swiping {
      transition: none;
    }

    
    .mobile-menu-close {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 15px;
      background-color: transparent;
      border: none;
      cursor: pointer;
      color: #fff;
      font-size: 28px;
      width: 100%;
    }

    .mobile-menu-close span {
      font-size: 28px;
      color: #fff;
    }

    .mobile-menu-close:focus {
      outline: 2px solid #fff;
      outline-offset: -2px;
    }

    .julf9menulist {
      flex-direction: column;
      gap: 0;
      padding: 0;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    
    .mobile-lang-wrapper {
      display: flex;
      justify-content: center;
      padding: 20px 16px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      margin-top: auto;
      background-color: rgba(0, 0, 0, 0.1);
      gap: 15px;
    }

    .mobile-lang-wrapper ul {
      display: flex;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
      flex-wrap: wrap;
      justify-content: center;
    }

    .mobile-lang-wrapper li {
      list-style: none;
    }

    .mobile-lang-wrapper a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0.1);
      transition: all 0.3s ease;
    }

    .mobile-lang-wrapper a:hover {
      background-color: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 0.5);
    }

    .mobile-lang-wrapper a:focus {
      outline: 2px solid #fff;
      outline-offset: 2px;
    }

    .julf9menulist-menu {
      justify-content: flex-start;
      text-align: left;
      width: 100%;
      padding: 0;
      border-radius: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      margin: 0;
      transition: background-color 0.2s ease;
    }

    .julf9menulist-menu:last-child {
      border-bottom: none;
    }

    .julf9menulist-menu:hover {
      background-color: rgba(255, 255, 255, 0.06);
      border-radius: 0;
    }

    .julf9menulist-home {
      display: flex;
      padding: 16px 20px;
      justify-content: flex-start;
      text-align: left;
      width: 100%;
      box-sizing: border-box;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .julf9menulist-row {
      padding: 4px 12px 4px 20px;
      min-height: 48px;
    }

    .julf9menulist-menu:not(.julf9menulist-menu--hasdropdown) .julf9menulist-link {
      text-align: left;
      width: 100%;
      display: block;
      padding: 16px 20px;
      box-sizing: border-box;
    }

    .julf9menulist-menu--hasdropdown .julf9menulist-link {
      text-align: left;
      padding: 12px 0;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.35;
    }

    
    .julf9-submenu-toggle {
      display: flex !important;
    }

    .julf9menulist-menu--hasdropdown .dropdown-content-julf9 {
      display: flex;
      flex-direction: column;
      position: static;
      left: auto;
      top: auto;
      min-width: 0;
      width: 100%;
      max-height: 0;
      margin: 0;
      padding: 0 12px 0 16px;
      opacity: 0;
      overflow: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      border-radius: 0 0 12px 12px;
      background: var(--mx-dropdown-bg);
      color: var(--mx-lime);
      border: 1px solid var(--mx-dropdown-edge);
      border-top: none;
      box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.12);
      gap: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, padding 0.25s ease;
    }

    .julf9menulist-menu--hasdropdown.is-submenu-open .dropdown-content-julf9 {
      max-height: min(55vh, 420px);
      opacity: 1;
      padding: 10px 12px 12px 16px;
    }

    
    .julf9menulist-menu--hasdropdown:not(.is-submenu-open):hover .dropdown-content-julf9,
    .julf9menulist-menu--hasdropdown:not(.is-submenu-open):focus-within .dropdown-content-julf9 {
      max-height: 0 !important;
      opacity: 0 !important;
      padding: 0 12px 0 16px !important;
      overflow: hidden !important;
    }

    .julf9menulist-menu--hasdropdown .dropdown-content-julf9 > a {
      display: block;
      border: 0;
      border-bottom: 1px solid rgba(206, 220, 0, 0.14);
      padding: 14px 12px 14px 10px;
      color: var(--mx-on-dark) !important;
      font-size: 15px;
      line-height: 1.4;
      text-align: left;
      text-decoration: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.15s ease, color 0.15s ease;
    }

    .julf9menulist-menu--hasdropdown .dropdown-content-julf9 > a:last-child {
      border-bottom: none;
    }

    .julf9menulist-menu--hasdropdown .dropdown-content-julf9 > a:hover,
    .julf9menulist-menu--hasdropdown .dropdown-content-julf9 > a:focus-visible {
      background-color: var(--mx-teal-mid);
      color: #ffffff !important;
      outline: none;
    }
  }


    .iu98c-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        width: calc(var(--max) - 40px);
        margin: 20px auto;
        position: relative;
    }


    .iu98c-container {
        flex: 1;
        width: 100%;
        min-width: 0;
        padding: 20px;
        background-color: #f5f5f5;
        border-radius: 10px;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .iu98c-categories-list {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #ddd;
    }

    .search-section {
        margin-bottom: 30px;
        width: 100%;
        box-sizing: border-box;
        position: relative;
    }

    .search-wrapper {
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }

    .search-icon-inner {
        font-size: 20px;
        color: #999;
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        z-index: 1;
    }

    .search-container {
        display: flex;
        align-items: center;
        gap: 10px;
        background-color: white;
        padding: 12px 14px 12px 44px;
        border-radius: 10px;
        border: 2px solid #ddd;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        transition: all 0.3s;
        position: relative;
        overflow: hidden;
    }

    .search-container:focus-within {
        border-color: #009a96;
        box-shadow: 0 0 0 3px rgba(0, 154, 150, 0.1);
    }

    .search-clear {
        font-size: 18px;
        color: #666;
        cursor: pointer;
        padding: 4px;
        border-radius: 4px;
        transition: all 0.2s;
        flex-shrink: 0;
    }

    .search-clear:hover {
        background-color: #f0f0f0;
        color: #009a96;
    }

    .search-suggestions {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        background-color: white;
        border: 2px solid #009a96;
        border-top: none;
        border-radius: 0 0 8px 8px;
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 100000;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        margin-top: -2px;
    }

    .suggestion-item {
        padding: 12px 16px;
        cursor: pointer;
        border-bottom: 1px solid #f0f0f0;
        transition: all 0.2s;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .suggestion-item:last-child {
        border-bottom: none;
    }

    .suggestion-item:hover {
        background-color: #f8f9fa;
        border-left: 3px solid #009a96;
    }

    .suggestion-code {
        font-size: 12px;
        color: #009a96;
        font-weight: bold;
    }

    .suggestion-name {
        font-size: 14px;
        color: #333;
    }

    .suggestion-category {
        font-size: 11px;
        color: #009a96;
        font-weight: 500;
        margin-top: 2px;
    }

    .suggestion-empty {
        padding: 20px;
        text-align: center;
        color: #999;
        font-size: 14px;
    }

    .search-input {
        flex: 1;
        border: none;
        outline: none;
        font-size: 15px;
        color: #333;
        background: transparent;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        min-width: 0;
    }

    .search-input::placeholder {
        color: #999;
    }

    .search-close {
        font-size: 20px;
        color: #666;
        cursor: pointer;
        padding: 4px;
        border-radius: 4px;
        transition: all 0.2s;
    }

    .search-close:hover {
        background-color: #f0f0f0;
        color: #009a96;
    }

    .category-tab {
        padding: 12px 24px;
        background-color: white;
        border: 2px solid #ddd;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s;
        font-weight: 500;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        position: relative;
    }

    .category-tab-row {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
    }

    .category-tab-bottom {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 11px;
        color: #666;
        font-weight: 500;
        width: 100%;
    }

    .category-volume {
        font-size: 11px;
        color: #666;
        font-weight: 500;
        white-space: nowrap;
    }

    .category-count {
        font-size: 11px;
        color: #666;
        font-weight: 500;
        white-space: nowrap;
    }

    .category-tab.active .category-count {
        color: rgba(255, 255, 255, 0.9);
    }

    .category-tab.has-products:not(.active) .category-count {
        color: #009a96;
        font-weight: 600;
    }

    .category-badge {
        display: inline-block;
        background: linear-gradient(135deg, #cedc00 0%, #b8c800 100%);
        color: #333;
        font-size: 10px;
        font-weight: bold;
        padding: 4px 10px;
        border-radius: 12px;
        min-width: auto;
        white-space: nowrap;
        text-align: center;
        box-shadow: 0 2px 4px rgba(206, 220, 0, 0.3);
        border: 1px solid rgba(255, 255, 255, 0.5);
        line-height: 1.3;
    }

    .category-tab:hover {
        background-color: #f0f0f0;
        border-color: #009a96;
    }

    .category-tab.active {
        background-color: #009a96;
        color: white;
        border-color: #009a96;
    }

    .category-tab.has-products {
        background-color: #f0f9f9;
        border-color: #009a96;
        border-width: 2px;
    }

    .category-tab.active.has-products {
        background-color: #009a96;
    }

    .category-tab.active .category-badge {
        background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
        color: #009a96;
        box-shadow: 0 2px 4px rgba(255, 255, 255, 0.3);
    }

    .category-tab.has-products .category-badge {
        background: linear-gradient(135deg, #009a96 0%, #007a76 100%);
        color: white;
        box-shadow: 0 2px 4px rgba(0, 154, 150, 0.3);
    }

    .category-tab.active .category-volume {
        color: rgba(255, 255, 255, 0.9);
    }

    .category-tab.has-products:not(.active) .category-volume {
        color: #009a96;
        font-weight: 600;
    }

    .iu98c-categories-content {
        min-height: 300px;
        width: 100%;
        box-sizing: border-box;
    }

    .products-grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
        animation: fadeIn 0.3s;
        width: 100%;
        box-sizing: border-box;
    }

    .product-card {
        width: 100%;
        box-sizing: border-box;
        background-color: white;
        border-radius: 8px;
        padding: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        transition: all 0.3s;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .product-card:hover {
        box-shadow: 0 3px 10px rgba(0, 154, 150, 0.2);
        background-color: #f8f9fa;
        border-left: 3px solid #009a96;
    }

    .product-card.active {
        background: linear-gradient(135deg, #f0f9f9 0%, #ffffff 100%);
        border: 2px solid #009a96;
        box-shadow: 0 2px 8px rgba(0, 154, 150, 0.15);
    }

    .product-name {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        line-height: 1.4;
        margin-bottom: 4px;
    }

    .product-category {
        font-size: 12px;
        color: #009a96;
        font-weight: 500;
    }

    .product-volume-inline {
        color: #666;
        font-weight: 400;
        margin-left: 6px;
    }

    .product-info-wrapper {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        min-width: 0;
        flex-wrap: wrap;
    }

    .product-info-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .product-info-content {
        display: flex;
        flex-direction: column;
        min-width: 0;
        align-items: flex-start;
        justify-content: center;
    }

    .product-details {
        display: flex;
        gap: 20px;
        font-size: 13px;
        color: #666;
        flex-shrink: 0;
        align-items: center;
    }

    .product-detail-item {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .product-detail-label {
        font-weight: 500;
        color: #777;
    }

    .product-detail-value {
        color: #333;
        font-weight: 600;
    }

    .product-counter {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        background-color: #f8f9fa;
        padding: 5px 10px;
        border-radius: 8px;
    }

    .counter-btn {
        width: 30px;
        height: 30px;
        border: none;
        background-color: #009a96;
        color: white;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: bold;
        transition: all 0.2s;
    }

    .counter-btn:hover {
        background-color: #cedc00;
        color: #333;
        transform: scale(1.05);
    }

    .counter-btn:active {
        transform: scale(0.95);
    }

    .counter-btn:disabled {
        background-color: #ccc;
        cursor: not-allowed;
        opacity: 0.5;
    }

    .counter-btn.delete-btn {
        background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
        color: white;
    }

    .counter-btn.delete-btn:hover {
        background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
        color: white;
        transform: scale(1.05);
    }

    .counter-value {
        min-width: 40px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    .no-products {
        text-align: center;
        padding: 60px 20px;
        color: #999;
        font-size: 16px;
    }

    .iu98c-total {
        width: 300px;
        min-width: 300px;
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border-radius: 16px;
        box-shadow: 0 8px 30px rgba(0, 154, 150, 0.15), 0 2px 8px rgba(0, 0, 0, 0.08);
        display: flex;
        flex-direction: column;
        position: sticky;
        top: 20px;
        height: fit-content;
        max-height: calc(100vh - 40px);
        overflow: hidden;
        border: 1px solid rgba(0, 154, 150, 0.1);
        transition: all 0.3s ease;
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .iu98c-total:hover {
        box-shadow: 0 12px 40px rgba(0, 154, 150, 0.2), 0 4px 12px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

    .total-header {
        background: linear-gradient(135deg, #009a96 0%, #007a76 100%);
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        position: relative;
        overflow: hidden;
    }

    .total-header::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
        animation: pulse 3s ease-in-out infinite;
    }

    @keyframes pulse {

        0%,
        100% {
            opacity: 0.3;
        }

        50% {
            opacity: 0.6;
        }
    }

    .total-icon-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .total-icon {
        font-size: 32px;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
        animation: float 3s ease-in-out infinite;
    }

    @keyframes float {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-5px);
        }
    }


    .total-body {
        padding: 24px 20px;
        display: flex;
        flex-direction: column;
        gap: 14px;
        background: white;
    }

    .total-item {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        border-radius: 12px;
        border: 1px solid rgba(0, 154, 150, 0.1);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .total-item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: linear-gradient(180deg, #009a96 0%, #cedc00 100%);
        transform: scaleY(0);
        transition: transform 0.3s ease;
    }

    .total-item:hover {
        transform: translateX(4px);
        box-shadow: 0 4px 12px rgba(0, 154, 150, 0.15);
        border-color: rgba(0, 154, 150, 0.3);
    }

    .total-item:hover::before {
        transform: scaleY(1);
    }

    .total-item-icon {
        width: 48px;
        height: 48px;
        background: linear-gradient(135deg, #009a96 0%, #007a76 100%);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        flex-shrink: 0;
        box-shadow: 0 4px 8px rgba(0, 154, 150, 0.2);
    }

    .total-item-icon .material-symbols-outlined {
        font-size: 24px;
    }

    .total-item-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .total-label {
        color: #666;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .total-value {
        color: #009a96;
        font-size: 24px;
        font-weight: 700;
        transition: all 0.3s ease;
    }

    .total-item:hover .total-value {
        color: #007a76;
        transform: scale(1.05);
    }

    .total-footer {
        padding: 16px 20px;
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        border-top: 1px solid rgba(0, 154, 150, 0.1);
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    
    .total-summary {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px;
        background-color: #007a76;
        border-radius: 10px;
        color: white;
        font-weight: 600;
        font-size: 14px;
        box-shadow: 0 4px 12px rgba(34, 197, 94, 0.35);
        transition: all 0.3s ease;
        min-height: 44px;
        box-sizing: border-box;
    }

    .total-summary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(34, 197, 94, 0.45);
    }

    .total-summary .material-symbols-outlined {
        font-size: 20px;
    }

    
    .total-summary-btn {
        cursor: pointer;
        border: none;
        width: 100%;
        padding: 0;
        margin: 0;
        font: inherit;
        color: inherit;
        text-align: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: white;

    }

    .total-summary-btn:hover {
        opacity: 0.9;
    }

    .total-warning {
        text-align: center;
        font-size: 11px;
        color: #666;
        line-height: 1.4;
        padding: 8px 12px;
        margin-top: 4px;
        font-style: italic;
    }

    .pdf-download-btn {
        width: 100%;
        padding: 12px;
        background: linear-gradient(135deg, #cedc00 0%, #b8c800 100%);
        border: none;
        border-radius: 10px;
        color: #333;
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        box-shadow: 0 4px 12px rgba(206, 220, 0, 0.3);
        transition: all 0.3s ease;
        min-height: 44px;
        box-sizing: border-box;
    }

    .pdf-download-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(206, 220, 0, 0.4);
        background: linear-gradient(135deg, #d9e800 0%, #c8d800 100%);
    }

    .pdf-download-btn:active {
        transform: translateY(0);
    }

    .pdf-download-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none;
    }

    .pdf-download-btn .material-symbols-outlined {
        font-size: 20px;
    }

    .clear-cart-btn {
        width: 100%;
        padding: 12px;
        margin-top: 10px;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        border: 2px solid #dee2e6;
        border-radius: 10px;
        color: #495057;
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: all 0.3s ease;
        min-height: 44px;
        box-sizing: border-box;
    }

    .clear-cart-btn:hover {
        background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
        border-color: #adb5bd;
        color: #212529;
        transform: translateY(-1px);
    }

    .clear-cart-btn .material-symbols-outlined {
        font-size: 20px;
    }

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

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

    .edit-btn {
        width: 30px;
        height: 30px;
        border: none;
        background-color: #cedc00;
        color: #333;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        transition: all 0.2s;
        flex-shrink: 0;
    }

    .edit-btn:hover {
        background-color: #009a96;
        color: white;
        transform: scale(1.05);
    }

    .edit-btn:active {
        transform: scale(0.95);
    }

    .volume-edit-popup {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .volume-edit-popup.is-hidden {
        display: none !important;
    }

    .popup-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(2px);
    }

    .popup-content {
        position: relative;
        background: white;
        border-radius: 16px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
        width: 90%;
        max-width: 500px;
        max-height: 90vh;
        overflow: hidden;
        z-index: 1;
        animation: popupSlideIn 0.3s ease-out;
        display: flex;
        flex-direction: column;
    }

    @keyframes popupSlideIn {
        from {
            opacity: 0;
            transform: translateY(-20px) scale(0.95);
        }

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

    .popup-header {
        background: linear-gradient(135deg, #009a96 0%, #007a76 100%);
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: white;
    }

    .popup-header h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
    }

    .popup-close {
        width: 32px;
        height: 32px;
        border: none;
        background: rgba(255, 255, 255, 0.2);
        color: white;
        border-radius: 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s;
    }

    .popup-close:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: scale(1.1);
    }

    .popup-body {
        padding: 24px;
        overflow-y: auto;
        flex: 1;
        min-height: 0;
    }

    

    
    .quote-popup-content {
        max-width: 680px;
        width: 95%;
    }

    .quote-summary-block {
        margin-bottom: 20px;
        padding: 14px 16px;
        background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
        border-radius: 10px;
        font-size: 14px;
        color: #166534;
        border: 1px solid #bbf7d0;
    }

    .quote-form-inline .quote-form-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 16px;
        margin-bottom: 16px;
    }

    .quote-form-group {
        margin-bottom: 14px;
    }

    .quote-form-grid .quote-form-group {
        margin-bottom: 0;
    }

    .quote-form-group label {
        display: block;
        margin-bottom: 6px;
        font-weight: 500;
        color: #374151;
        font-size: 14px;
    }

    .quote-input {
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        box-sizing: border-box;
        font-size: 14px;
        transition: border-color 0.2s;
    }

    .quote-input:focus {
        outline: none;
        border-color: #22c55e;
        box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
    }

    .quote-textarea {
        resize: vertical;
        min-height: 80px;
    }

    .quote-form-message {
        margin-bottom: 16px;
    }

    .quote-form-actions {
        margin-top: 16px;
    }

    .quote-submit-btn {
        padding: 12px 24px;
        background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
        color: #fff;
        border: none;
        border-radius: 10px;
        font-weight: 600;
        font-size: 15px;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
        transition: transform 0.2s, box-shadow 0.2s;
    }

    .quote-submit-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(34, 197, 94, 0.4);
    }

    .quote-submit-btn.sent {
        background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
        box-shadow: 0 6px 18px rgba(21, 128, 61, 0.45);
        animation: quoteSentPulse 1.1s ease-in-out infinite;
    }

    @keyframes quoteSentPulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.03);
        }
        100% {
            transform: scale(1);
        }
    }

    .quote-result {
        margin-top: 12px;
        min-height: 24px;
        font-size: 14px;
    }

    .quote-result.success {
        color: #0a7c36;
    }

    .quote-result.error {
        color: #c00;
    }

    .quote-popup-content.quote-closing {
        animation: quotePopupFadeOut 0.35s ease forwards;
    }

    @keyframes quotePopupFadeOut {
        from {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
        to {
            opacity: 0;
            transform: translateY(10px) scale(0.98);
        }
    }

    .popup-product-info {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #f0f0f0;
    }

    .popup-product-name {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        margin-bottom: 6px;
    }

    .popup-product-code {
        font-size: 14px;
        color: #009a96;
        font-weight: 500;
    }

    .popup-section {
        margin-bottom: 24px;
    }

    .popup-section-title {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin-bottom: 16px;
        padding-bottom: 8px;
        border-bottom: 1px solid #e0e0e0;
    }

    .popup-dimensions-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .popup-form-group {
        margin-bottom: 20px;
    }

    .popup-form-group label {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #666;
        margin-bottom: 8px;
    }

    .popup-hint {
        font-size: 12px;
        color: #999;
        margin-top: 6px;
        font-style: italic;
    }

    .popup-calculated-info {
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        border-radius: 12px;
        padding: 16px;
        margin-bottom: 20px;
        border: 1px solid rgba(0, 154, 150, 0.1);
    }

    .popup-calculated-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
    }

    .popup-calculated-item:last-child {
        margin-bottom: 0;
    }

    .popup-calculated-label {
        font-size: 14px;
        color: #666;
        font-weight: 500;
    }

    .popup-calculated-value {
        font-size: 16px;
        color: #009a96;
        font-weight: 700;
    }

    .popup-original-value {
        font-size: 16px;
        color: #333;
        padding: 10px;
        background-color: #f8f9fa;
        border-radius: 8px;
        font-weight: 600;
    }

    .popup-input {
        width: 100%;
        padding: 12px;
        border: 2px solid #ddd;
        border-radius: 8px;
        font-size: 16px;
        box-sizing: border-box;
        transition: all 0.3s;
    }

    .popup-input:focus {
        outline: none;
        border-color: #009a96;
        box-shadow: 0 0 0 3px rgba(0, 154, 150, 0.1);
    }

    .popup-actions {
        display: flex;
        gap: 12px;
        margin-top: 24px;
    }

    .popup-btn {
        flex: 1;
        padding: 12px 24px;
        border: none;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s;
    }

    .popup-btn-cancel {
        background-color: #f0f0f0;
        color: #666;
    }

    .popup-btn-cancel:hover {
        background-color: #e0e0e0;
    }

    .popup-btn-save {
        background: linear-gradient(135deg, #009a96 0%, #007a76 100%);
        color: white;
    }

    .popup-btn-save:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 154, 150, 0.3);
    }

    @media (max-width: 768px) {
        .iu98c-wrapper {
            flex-direction: column;
        }

        .iu98c-total {
            width: 100%;
            min-width: 100%;
            position: relative;
            top: 0;
            max-height: none;
        }

        .iu98c-categories-list {
            gap: 8px;
        }

        .category-tab {
            padding: 10px 16px;
            font-size: 13px;
        }

        .search-section {
            margin-bottom: 20px;
        }

        .search-container {
            padding: 10px 12px 10px 40px;
        }

        .search-icon-inner {
            font-size: 18px;
            left: 12px;
        }

        .product-card {
            gap: 10px;
        }

        .product-details {
            gap: 8px;
        }

        .product-counter {
            justify-content: center;
        }

        .total-body {
            flex-direction: column;

            padding: 16px;
            gap: 10px;
        }

        .total-item {
            flex: 1;
            padding: 12px;
            gap: 10px;
        }

        .total-item-icon {
            width: 40px;
            height: 40px;
        }

        .total-item-icon .material-symbols-outlined {
            font-size: 20px;
        }

        .total-value {
            font-size: 20px;
        }

        .total-header {
            padding: 16px;
        }

        .total-icon {
            font-size: 28px;
        }

        .volume-edit-popup {
            padding: 0;
            align-items: flex-end;
            overflow: hidden;
        }

        .popup-overlay {
            position: fixed;
        }

        .popup-content {
            width: 100%;
            max-width: 100%;
            max-height: 95vh;
            height: auto;
            border-radius: 16px 16px 0 0;
            margin-top: auto;
            animation: popupSlideUp 0.3s ease-out;
            display: flex;
            flex-direction: column;
        }

        @keyframes popupSlideUp {
            from {
                opacity: 0;
                transform: translateY(100%);
            }

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

        .popup-header {
            padding: 16px;
            flex-shrink: 0;
        }

        .popup-header h3 {
            font-size: 18px;
        }

        .popup-body {
            padding: 16px;
            overflow-y: auto;
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
            flex: 1;
            min-height: 0;
        }

        .popup-product-info {
            margin-bottom: 16px;
            padding-bottom: 16px;
        }

        .popup-product-name {
            font-size: 16px;
        }

        .popup-product-code {
            font-size: 13px;
        }

        .popup-section {
            margin-bottom: 20px;
        }

        .popup-section-title {
            font-size: 15px;
            margin-bottom: 12px;
            padding-bottom: 6px;
        }

        .popup-dimensions-grid {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .popup-form-group {
            margin-bottom: 16px;
        }

        .popup-form-group label {
            font-size: 13px;
            margin-bottom: 6px;
        }

        .popup-input {
            padding: 14px;
            font-size: 16px;
            -webkit-appearance: none;
            appearance: none;
            width: 100%;
            box-sizing: border-box;
        }

        .popup-input:focus {
            outline: none;
            border-color: #009a96;
            box-shadow: 0 0 0 3px rgba(0, 154, 150, 0.1);
        }

        .popup-calculated-info {
            padding: 12px;
            margin-bottom: 16px;
        }

        .popup-calculated-item {
            margin-bottom: 6px;
        }

        .popup-calculated-label {
            font-size: 13px;
        }

        .popup-calculated-value {
            font-size: 15px;
        }

        .popup-actions {
            flex-direction: column;
            gap: 10px;
            margin-top: 20px;
            padding-top: 16px;
            padding-bottom: 16px;
            border-top: 1px solid #e0e0e0;
            background: white;
            flex-shrink: 0;
        }

        .popup-btn {
            width: calc(100% - 30px);
            padding: 15px;
            font-size: 15px;
        }

        .popup-hint {
            font-size: 11px;
            margin-top: 4px;
        }

        .pdf-download-btn {
            font-size: 13px;
            padding: 10px;
        }

        .pdf-download-btn .material-symbols-outlined {
            font-size: 18px;
        }

        .clear-cart-btn {
            font-size: 13px;
            padding: 10px;
            margin-top: 8px;
        }

        .clear-cart-btn .material-symbols-outlined {
            font-size: 18px;
        }

        .total-warning {
            font-size: 10px;
            padding: 6px 8px;
        }
    }


  .wa-advanced {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    font-family: "Poppins", sans-serif;
    max-width: calc(100vw - 60px);
    box-sizing: border-box;
  }

  .t9nlo-wa-advanced-button {
    position: relative;
    width: 64px;
    height: 64px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .t9nlo-wa-advanced-button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  }

  .t9nlo-wa-advanced-icon svg {
    width: 32px;
    height: 32px;
    fill: #fff;
  }

  .t9nlo-wa-advanced-pulse {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid #25D366;
    border-radius: 50%;
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 1;
    }

    100% {
      transform: scale(1.3);
      opacity: 0;
    }
  }

  .t9nlo-wa-advanced-panel {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 320px;
    max-width: calc(100vw - 60px);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    display: none;
    overflow: hidden;
    box-sizing: border-box;
  }

  .t9nlo-wa-advanced-header {
    background: #25D366;
    color: #fff;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
  }

  .t9nlo-wa-advanced-avatar {
    position: relative;
    width: 48px;
    height: 48px;
  }

  .t9nlo-wa-advanced-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
  }

  .t9nlo-wa-advanced-status {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
  }

  .t9nlo-wa-advanced-status.online {
    background: #4caf50;
  }

  .t9nlo-wa-advanced-info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
  }

  .t9nlo-wa-advanced-info p {
    margin: 4px 0 0 0;
    font-size: 12px;
    opacity: 0.9;
  }

  .t9nlo-wa-advanced-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.8;
  }

  .t9nlo-wa-advanced-close:hover {
    opacity: 1;
  }

  .t9nlo-wa-advanced-body {
    padding: 16px;
    background: #f8f9fa;
  }

  .t9nlo-wa-advanced-message {
    background: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .t9nlo-wa-advanced-message p {
    font-size: 14px;
    color: #333;
    text-align: right;
    margin: 0;
  }

  .t9nlo-wa-advanced-time {
    font-size: 10px;
    color: #999;
    margin: 4px 0 0 0;
  }

  .t9nlo-wa-advanced-footer {
    padding: 16px;
  }

  .t9nlo-wa-advanced-footer a {
    text-decoration: none;
    color: #fff !important;
  }

  .t9nlo-wa-advanced-chat-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #25D366;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: transform 0.3s ease;
  }

  .t9nlo-wa-advanced-chat-btn:hover {
    transform: translateY(-2px);
  }

  @media (max-width: 768px) {
    .wa-advanced {
      bottom: 20px;
      right: 30px;
      left: auto;
      max-width: calc(100vw - 40px);
    }
    
    .t9nlo-wa-advanced-panel {
      width: calc(100vw - 40px);
      max-width: 320px;
      right: 0;
      bottom: 80px;
    }
  }
  



  .moduleimg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .moduleimg > img {
    width: 100%;
    max-width: 350px;
  }

  .footer {
    position: relative;
    background: #006B65;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 120px;
  }

  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }

  .social-icon__item,
  .menu__item {
    list-style: none;
  }

  .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }

  .social-icon__link:hover {
    transform: translateY(-10px);
  } 

  .menu__link {
    font-size: 1.2rem;
    color: #fff !important;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }

  .menu__link:hover {
    opacity: 1;
  }

  .footer p { 
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }

  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='katman_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 640 65' style='enable-background:new 0 0 640 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23006B65;%7D %3C/style%3E %3Cpath class='st0' d='M0,22.4C0,22.4,74.1,0,153,0c176.5,0,328.1,76.6,487,22.4V65H0V22.4z'/%3E%3C/svg%3E");
    background-size: 1000px 102px;
  }

  .wave#wave1 {
    z-index: 100;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }

  .wave#wave2 {
    z-index: 99;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
  }

  .wave#wave3 {
    z-index: 100;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }

  .wave#wave4 {
    z-index: 99;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }

  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }

    100% {
      background-positon-x: 0px;
    }
  }

  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }

    100% {
      background-positon-x: 0px;
    }
  }

