  /* Breadcrumb */
  .breadcrumb {
      font-size: 13px;
      margin-bottom: 24px;
      color: #666;
  }

  .breadcrumb a {
      color: var(--brand-color);
      text-decoration: none;
  }

  .breadcrumb span {
      margin: 0 6px;
  }

  .product-container {
      width: min(1200px, 100%);


      margin-inline: auto;
      margin-block: 3rem;
  }

  .product-container .top {
      display: flex;
      gap: 2rem;
  }

  .product-container .top>* {
      flex: 1;
  }

  .product-container .top .gallery-cont .view-port {
      margin-bottom: 1rem;
      overflow: hidden;
      inline-size: 600px;
      aspect-ratio: 1;
      border-radius: 1rem;
      position: relative;

  }

  .product-container .top .gallery-cont .view-port img {


      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.35s ease, transform 0.35s ease;
      will-change: transform, opacity;

  }

  /* Discount badge */
  .product-container .top .gallery-cont .view-port .discount-badge {
      position: absolute;
      top: 15px;
      left: 15px;
      background-color: var(--brand-color);
      /* red, can customize */
      color: white;
      font-weight: bold;

      border-radius: 100px;
      font-size: 14px;
      z-index: 10;
      /* stay above image */
      pointer-events: none;
      /* mouse passes through */
      direction: ltr;

  }

  .product-container .top .gallery-cont .view-port .discount-badge span {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      min-width: 55px;
      min-height: 55px;
  }

  .product-container .top .gallery-cont .gallery-grids {
      display: flex;
      gap: 0.5rem;

  }

  .product-container .top .gallery-cont .gallery-grids img {
      flex: 1;
      /* each takes equal width */
      aspect-ratio: 1;
      /* keep square shape */
      object-fit: cover;
      border-radius: 1rem;
      max-width: calc((100% - 1.5rem) / 4);
      /* ensures 4 images fit with gaps */

      cursor: pointer;
      transition: outline 0.2s ease, opacity 0.2s ease;
  }

  .gallery-grids img:hover {
      opacity: 0.85;
  }

  .gallery-grids img.active {
      outline: 2px solid var(--brand-color);
  }

  .product-container .top .info>* {
      margin-bottom: 1.25rem;
  }

  .product-container .top .info .product-title {
      font-size: 1.125rem;
      font-weight: 600;
      line-height: 1.2;
      color: #333333;
  }

  .product-container .top .info .price-cont {
      display: flex;
      gap: 0.4rem;
  }

  .product-container .top .info .price-cont .price {
      font-size: 1.5rem;
      font-weight: 600;
      color: var(--brand-color);
  }

  /* original price when discounted */
  .product-container .top .info .price-cont .price.original {
      color: gray;
      text-decoration: line-through;
      font-weight: 500;
  }

  /* discounted price (main price) */
  .product-container .top .info .price-cont .price.discounted {
      color: var(--brand-color);
  }



  .product-container .top .info .technical-info-label {
      font-size: 0.8rem;
      color: #777777;
  }


  .product-container .top .info .technical-info-table table {
      width: 100%;
      border-spacing: 0;
      border-collapse: collapse;
      line-height: 1.4;
      margin-bottom: 2rem;
  }

  .product-container .top .info .technical-info-table table tbody {
      display: grid;
      grid-template-columns: repeat((1), 1fr);
      margin-bottom: calc(-1 * 10px + 1px);
      column-gap: 30px;
  }

  .product-container .top .info .technical-info-table table tbody tr {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px 20px;


      align-items: center;

      justify-content: space-between;
      padding-bottom: calc(10px / 2);
      margin-bottom: calc(10px / 2);
      border-bottom: 1px dashed rgba(0, 0, 0, 0.105);
      font-size: 0.9rem;
      color: #5a5cd3ff;
  }

  .product-container .top .info .technical-info-table table tbody th {
      width: 50%;
      display: flex;
      flex: 0 1 auto;
      padding: 0;
      border: none;
      font-size: 0.9rem;
      color: #242424;
  }


  .product-container .top .info .add-to-cart-cont .add-to-cart-btn {
      background-color: var(--brand-color);
      color: white;
      font-size: 0.9rem;
      font-weight: 600;
      padding: 5px 20px;
      border-radius: 2rem;
      min-height: 42px;
      border: none;
      cursor: pointer;
  }


  .add-to-cart-cont {
      display: flex;
      gap: 12px;
      align-items: center;
  }

  .qty-widget {
      display: flex;
      align-items: center;
      border: 1px solid #ddd;
      border-radius: 10px;
      overflow: hidden;
      height: 42px;
  }

  .qty-btn {
      width: 40px;
      height: 100%;
      border: none;
      background: #f5f5f5;
      font-size: 20px;
      cursor: pointer;

  }

  .qty-btn:hover {
      background: #eaeaea;
  }

  .qty-input {
      width: 50px;
      height: 100%;
      border: none;
      text-align: center;
      font-size: 16px;
      outline: none;
  }

  /* Remove number input arrows */
  .qty-input::-webkit-outer-spin-button,
  .qty-input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }

  .qty-input {
      -moz-appearance: textfield;
      /* Firefox */
      appearance: textfield;
      text-align: center;
      padding: 0;
  }


  .add-to-cart-btn {
      height: 42px;
      padding: 0 20px;
      border-radius: 10px;
      border: none;
      background: var(--brand-color, #007bff);
      color: #fff;
      cursor: pointer;
  }

  .pdf-dl a {
      position: relative;
      font-weight: 600;
      line-height: 1;
      text-decoration: none;
      font-size: 0.8rem;
      color: #333333;
  }


  .product-container .top .info .share-product {
      padding: 0;
      font-weight: 600;
      line-height: 1;
      text-decoration: none;
      font-size: 0.9rem;
      color: #333333;
      display: flex;
      gap: 0.6rem;
      align-items: center;

  }

  .product-container .top .info .share-product .share-product-icons-cont {
      display: flex;
      gap: 0.8rem;
  }

  .product-container .top .info .share-product .share-product-icons-cont img {
      width: 1rem;
      opacity: 0.7;
      transition: opacity 0.2s ease;
  }

  .product-container .top .info .share-product .share-product-icons-cont img:hover {
      opacity: 1;
  }




  .organizational-panel-cont {
      margin-bottom: 3rem !important;
  }

  /* Card */
  .org-panel-card {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 14px 16px;
      border-radius: 14px;
      border: 1px solid #ddd;
      cursor: pointer;
      transition: all 0.25s ease;
      background: #fff;
  }

  /* Hover */
  .org-panel-card:hover {
      border-color: var(--brand-color-sec);
      background: rgba(0, 0, 0, 0.015);
  }

  /* Left side */
  .org-panel-title {
      font-size: 0.95rem;
      font-weight: 600;
      color: #333;
  }

  .org-panel-desc {
      font-size: 0.8rem;
      color: #777;
      margin-top: 4px;
  }

  /* Right side */
  .org-panel-right {
      display: flex;
      align-items: center;
      gap: 10px;
  }



  .org-panel-info>* {


      opacity: 0.5;

  }

  .org-panel-info>*:hover {
      opacity: 1;
  }

  /* Check indicator */
  .org-panel-check {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 2px solid #ccc;
      transition: all 0.25s ease;
  }

  /* ===== Selected state ===== */
  .org-panel-card.active {
      border-color: var(--brand-color-sec);
      background: rgba(0, 0, 0, 0.02);
  }

  .org-panel-card.active .org-panel-title {
      color: var(--brand-color-sec);
  }

  .org-panel-card.active .org-panel-check {
      border-color: var(--brand-color-sec);
      background: var(--brand-color-sec);
  }


  dialog {
      margin: auto;
      border: none;
      border-radius: 1rem;
      box-shadow: 0px 0px 4px lightgray;


      opacity: 0;
      transform: translateY(80px) scale(0.8);
      transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }


  dialog.visible {
      opacity: 1;
      transform: translateY(0) scale(1);
  }

  #modal-org-panel {
      width: min(140ch, 100%);
  }

  dialog .panel-modal-container {
      padding: 2rem;

  }

  dialog .panel-modal-container .panel-modal-body {
      padding: 3rem;
  }

  dialog .panel-modal-container .panel-modal-header #close-org-panel-modal {
      border: none;
      background-color: white;
      border-radius: 1rem;
      cursor: pointer;

      color: #333;
      outline: none;
  }

  dialog .panel-modal-container .panel-modal-body {
      display: flex;
      gap: 1rem;
  }

  dialog .panel-modal-container .panel-modal-body>* {
      flex: 1;
  }

  dialog .panel-modal-container .panel-modal-body .panel-modal-body-image img {
      inline-size: 100%;
  }

  dialog .panel-modal-container .panel-modal-body .panel-modal-body-info>* {
      margin-bottom: 2rem;
  }


  dialog .panel-modal-container .panel-modal-body .panel-modal-body-info h2 {
      font-size: 1.2rem;

  }


  dialog .panel-modal-container .panel-modal-body .panel-modal-body-info h3 {
      font-size: 1rem;
  }

  dialog .panel-modal-container .panel-modal-body .panel-modal-body-info p,
  dialog .panel-modal-container .panel-modal-body .panel-modal-body-info ul li {
      font-size: 0.9rem;
      color: #242424;
  }



  .product-info-bottom .more-info-cont {
      border-top: 1px solid rgba(0, 0, 0, 0.105);
      min-height: 600px;
  }

  .product-info-bottom .more-info-cont .p-more-info {
      width: min(1200px, 100%);
      margin-inline: auto;
      padding: 20px 0;
  }

  /* Tabs */
  .tabs {
      display: flex;
      justify-content: flex-start;
      gap: 30px;
      width: min(1200px, 100%);
      margin-inline: auto;

      margin-bottom: 30px;
      text-align: right;
  }

  .tab {
      background: none;
      border: none;
      padding: 30px 0;
      cursor: pointer;
      font-weight: bold;
      transition: all 0.3s;
      font-size: 1rem;
      color: #333333B3;

  }

  .tab:hover {
      color: #333333;
  }

  .tab.active {
      border-top: 4px solid var(--brand-color);
      color: #333333;

  }

  /* Tab Content */
  .tab-content {
      display: none;
  }

  .tab-content.active {
      display: block;
  }

  #description>* {
      margin-bottom: 20px;
      font-size: 1rem;
      color: #777777;
  }

  #description strong {
      font-weight: 600;
  }

  .product-faqs .product-faq .product-faq-head {
      color: #777777;
      margin: 0 0 20px;
      font-weight: 600;
  }

  .product-faqs .product-faq .product-faq-head {
      color: #777777;
      margin: 0 0 20px;
      font-weight: 600;
      font-size: 14px;
  }

  .product-faqs .product-faq .product-faq-body {
      color: #777777;
      margin: 0 0 20px;
      font-weight: 400;
      font-size: 14px;
  }

  .product-faq-container {
      display: flex;
      gap: 1rem;
  }

  .product-faq-image img {
      inline-size: 600px;
      aspect-ratio: 1;
      object-fit: cover;
  }


  .org-panel-disabled {
      opacity: 0.5;
      pointer-events: none;
      /* disables clicks */
  }

  .org-panel-disabled:hover {
      opacity: 0.5;
      pointer-events: none;
      /* disables clicks */
      border-color: none;
  }

  .org-panel-disabled .org-panel-left,
  .org-panel-disabled .org-panel-right {
      cursor: default;
  }



  @media (max-width: 768px) {
      .product-container .top {
          flex-direction: column;
      }

      .product-container .top .info {
          padding: 1rem;
      }

      .product-container .top .gallery-cont {
          padding: 1rem;
      }

      .product-container .top .gallery-cont .view-port {
          inline-size: 100%;

      }

      .more-info-cont {
          padding-inline: 1rem;
      }

      dialog .panel-modal-container .panel-modal-body {
          flex-direction: column;
      }

      .product-container .top .info .technical-info-table table tbody th {
          width: 100%;
      }
  }