  .ic-product-257e0543 {
      position: fixed;
      inset: 0;
      background: var(--card);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      padding: 20px;
  }

  .ic-product-86ab638e {
      position: relative;
      max-width: 700px;
      width: 100%;
      background: #111;
      border-radius: 12px;
      overflow: hidden;
  }

  .kit-slider-track {
      position: relative;
      width: 100%;
      aspect-ratio: 1 / 1;
      background: #1a1a1a;
  }

  .kit-slider-slide {
      position: absolute;
      inset: 0;
      display: none;
      align-items: center;
      justify-content: center;
  }

  .kit-slider-slide.active {
      display: flex;
  }

  .kit-slider-slide img {
      width: 100%;
      height: 100%;
      object-fit: contain;
  }

  .kit-slide-caption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 50px;
      margin: 0;
      padding: 14px 20px 16px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      text-align: center;
      /* background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%); */
      letter-spacing: 0.2px;
  }

  .kit-slider-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.55);
      border: none;
      color: #fff;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      font-size: 20px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
      transition: background 0.2s ease;
  }

  .kit-slider-arrow:hover {
      background: #e02020;
  }

  .kit-slider-arrow.prev {
      left: 14px;
  }

  .kit-slider-arrow.next {
      right: 14px;
  }

  .kit-slider-dots {
      position: absolute;
      bottom: 14px;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      gap: 8px;
      z-index: 2;
  }

  .kit-slider-dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.4);
      cursor: pointer;
      border: none;
      padding: 0;
      transition: background 0.2s ease;
  }

  .kit-slider-dot.active {
      background: #e02020;
  }

  .ic-product-d616b7d0 {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      border: none;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      font-size: 16px;
      cursor: pointer;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s ease, transform 0.2s ease;
  }

  .ic-product-d616b7d0:hover {
      background: #e02020;
      transform: rotate(90deg);
  }

  @media (max-width: 600px) {
      .kit-slider-arrow {
          width: 34px;
          height: 34px;
          font-size: 16px;
      }

      .kit-slide-caption {
          font-size: 14px;
          padding: 10px 14px 12px;
      }
  }

  .kit-img-caption {
      padding: 8px 10px;
      font-size: 12px;
      color: #ccc;
      background: #1a1a1a;
      text-align: center;
      border-top: 1px solid #2a2a2a;
  }

  /* ---- Kit pricing: bordered card rows ---- */
  .kit-pricing {
      display: flex;
      flex-direction: column;
      gap: 8px;
  }

  .price-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      background: rgba(224, 32, 32, 0.06);
      border-left: 3px solid #4a5568;
      border-radius: 4px;
      padding: 8px;
  }

  .price-label {
      font-size: 10px;
      font-weight: 600;
      color: #9aa0a6;
      text-transform: uppercase;
      letter-spacing: 0.3px;
  }

  .price-value-group {
      display: flex;
      align-items: baseline;
      gap: 8px;
  }

  .price-strike {
      font-size: 13px;
      color: #7a7a7a;
      text-decoration: line-through;
  }

  .price-value {
      font-size: 14px;
      font-weight: 700;
      color: #fff;
  }

  .final-add-row {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-top: 4px;
  }

  .qty-selector {
      display: flex;
      align-items: center;
      border: 1px solid #444;
      border-radius: 6px;
      overflow: hidden;
      flex-shrink: 0;
  }

  .qty-selector button {
      background: var(--card);
      color: var(--text);
      border: none;
      width: 30px;
      height: 34px;
      cursor: pointer;
      font-size: 16px;
  }

  .qty-selector button:hover {
      background: #e02020;
  }

  .qty-selector input {
      width: 40px;
      text-align: center;
      border: none;
      background: var(--card);
      color: var(--text);
      height: 34px;
      -moz-appearance: textfield;
  }

  .qty-selector input::-webkit-outer-spin-button,
  .qty-selector input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }

  .final-add-row .ic-product-signup-btn,
  .final-add-row button.add-btn {
      flex: 1;
      background: #e02020;
      color: #fff;
      border: none;
      border-radius: 6px;
      padding: 0 10px;
      height: 34px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      transition: background 0.2s ease;
  }

  .final-add-row .add-btn:hover {
      background: #b81717;
  }


  /* ===== KIT ZOOM MODAL - RESPONSIVE SLIDER ===== */
  .ic-product-257e0543 {
      position: fixed;
      inset: 0;
      background: var(--card);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      padding: 16px;
  }

  .ic-product-86ab638e {
      position: relative;
      width: 100%;
      max-width: 600px;
      background: #111;
      border-radius: 12px;
      overflow: hidden;
  }

  .ic-product-d616b7d0 {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: none;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      font-size: 16px;
      cursor: pointer;
      z-index: 5;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s ease, transform 0.2s ease;
  }

  .ic-product-d616b7d0:hover {
      background: #e02020;
      transform: rotate(90deg);
  }

  .kit-slider-viewport {
      position: relative;
      width: 100%;
  }

  .kit-slider-track {
      position: relative;
      width: 100%;
      aspect-ratio: 1 / 1;
      /* square box -> hamesha responsive rahega */
      background: #1a1a1a;
  }

  .kit-slider-slide {
      position: absolute;
      inset: 0;
      display: none;
      align-items: center;
      justify-content: center;
  }

  .kit-slider-slide.active {
      display: flex;
  }

  .kit-slider-slide img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      /* chhoti image bhi fit ho jayegi, crop nahi hogi */
      display: block;
  }

  /* Arrows - sirf image area ke andar center */
  .kit-slider-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.55);
      border: none;
      color: #fff;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      font-size: 18px;
      line-height: 1;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 3;
      transition: background 0.2s ease;
  }

  .kit-slider-arrow:hover {
      background: #e02020;
  }

  .kit-slider-arrow.prev {
      left: 10px;
  }

  .kit-slider-arrow.next {
      right: 10px;
  }

  /* Caption - IMAGE KE NICHE, normal flow me (overlay nahi) */
  .kit-slide-caption {
      margin: 0;
      padding: 12px 16px;
      font-size: 15px;
      font-weight: 700;
      color: #fff;
      text-align: center;
      background: #1a1a1a;
      border-top: 1px solid #2a2a2a;
  }

  /* Dots - caption ke niche */
  .kit-slider-dots {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 6px;
      padding: 10px 0 14px;
      background: #111;
  }

  .kit-slider-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.4);
      cursor: pointer;
      border: none;
      padding: 0;
      transition: background 0.2s ease;
  }

  .kit-slider-dot.active {
      background: #e02020;
  }

  @media (max-width: 480px) {
      .kit-slider-arrow {
          width: 32px;
          height: 32px;
          font-size: 15px;
      }

      .kit-slide-caption {
          font-size: 13.5px;
          padding: 10px 14px;
      }
  }

  .kit-img-caption {
      padding: 8px 10px;
      font-size: 12px;
      color: #ccc;
      background: #1a1a1a;
      text-align: center;
      border-top: 1px solid #2a2a2a;
  }










  .ic-product-47ff8690 {
      display: flex;
      align-items: center;
      gap: .6rem;
      flex-wrap: wrap;
      margin-top: .4rem;
  }

  .ic-product-meta-badge {
      display: inline-flex;
      align-items: center;
      gap: .35rem;
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .3px;
      text-transform: uppercase;
      background: rgba(232, 28, 28, .1);
      color: #e81c1c;
      border: 1px solid rgba(232, 28, 28, .3);
      padding: 4px 10px;
      border-radius: 20px;
  }

  .ic-product-meta-sub {
      display: inline-flex;
      align-items: center;
      gap: .35rem;
      font-size: .8rem;
      font-weight: 600;
      color: var(--text3, #9aa0a6);
      background: rgba(255, 255, 255, .04);
      border: 1px solid var(--border, rgba(255, 255, 255, .08));
      padding: 4px 10px;
      border-radius: 20px;
  }

  .ic-product-meta-sub i,
  .ic-product-meta-badge i {
      font-size: .75rem;
  }

  [data-theme="light"] .ic-product-meta-sub {
      background: rgba(0, 0, 0, .03);
      color: var(--text2, #555);
  }






  /* ============ KIT SHOWCASE MODAL — RESPONSIVE FINAL ============ */
  .kit-showcase-overlay {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 9999;
      background: rgba(5, 5, 7, 0.94);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      align-items: center;
      justify-content: center;
      padding: 20px;
  }

  .kit-showcase-box {
      position: relative;
      width: fit-content;
      max-width: min(680px, 94vw);
      max-height: 90vh;
      background: #141417;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 25px 70px rgba(0, 0, 0, .6);
      display: flex;
      flex-direction: column;
      animation: kitBoxIn .28s cubic-bezier(.22, .9, .3, 1);
  }

  @keyframes kitBoxIn {
      from {
          opacity: 0;
          transform: translateY(14px) scale(.97);
      }

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

  .kit-showcase-close {
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 30;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: none;
      background: rgba(0, 0, 0, .55);
      color: #fff;
      font-size: .95rem;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all .2s;
  }

  .kit-showcase-close:hover {
      background: #e81c1c;
      transform: rotate(90deg);
  }

  /* Stage: size follows the image itself, no fixed vh guessing */
  .kit-showcase-stage {
      position: relative;
      width: 100%;
      background: #0a0a0c;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  /* Frame clips the track; sizes itself to content up to viewport limits */
  .kit-showcase-frame {
      position: relative;
      width: min(680px, 94vw);
      height: min(70vh, 680px);
      overflow: hidden;
  }

  .kit-showcase-track {
      display: flex;
      width: 100%;
      height: 100%;
      transition: transform .4s cubic-bezier(.22, .9, .3, 1);
  }

  .kit-showcase-slide {
      min-width: 100%;
      max-width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      padding: 12px;
  }

  .kit-showcase-slide img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
      display: block;
      margin: auto;
  }

  .kit-showcase-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: none;
      background: rgba(0, 0, 0, .45);
      color: #fff;
      font-size: 1.3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 20;
      opacity: .85;
      transition: all .2s;
  }

  .kit-showcase-nav:hover {
      background: #e81c1c;
      opacity: 1;
  }

  .kit-showcase-nav.prev {
      left: 12px;
  }

  .kit-showcase-nav.next {
      right: 12px;
  }

  .kit-showcase-footer {
      flex-shrink: 0;
      background: #18181c;
      border-top: 1px solid rgba(255, 255, 255, .06);
      padding: 16px 20px 18px;
      text-align: center;
  }

  .kit-showcase-title {
      margin: 0 0 12px;
      font-family: var(--font-d, inherit);
      font-size: 1.05rem;
      font-weight: 700;
      color: #fff;
      letter-spacing: .2px;
  }

  .kit-showcase-dots {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
  }

  .kit-showcase-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      border: none;
      background: rgba(255, 255, 255, .25);
      cursor: pointer;
      padding: 0;
      transition: all .25s;
  }

  .kit-showcase-dot.active {
      background: #e81c1c;
      width: 22px;
      border-radius: 5px;
  }

  /* ============ RESPONSIVE ============ */
  @media (max-width: 768px) {
      .kit-showcase-box {
          max-width: 96vw;
          border-radius: 16px;
      }

      .kit-showcase-frame {
          width: 96vw;
          height: 60vh;
      }

      .kit-showcase-nav {
          width: 34px;
          height: 34px;
          font-size: 1.1rem;
      }

      .kit-showcase-title {
          font-size: .95rem;
      }
  }

  @media (max-width: 480px) {
      .kit-showcase-frame {
          width: 96vw;
          height: 52vh;
      }

      .kit-showcase-footer {
          padding: 12px 16px 14px;
      }

      .kit-showcase-close {
          width: 32px;
          height: 32px;
          top: 8px;
          right: 8px;
      }
  }

  @media (min-width: 1200px) {
      .kit-showcase-frame {
          width: 680px;
          height: 620px;
      }
  }


  .v2-price-gst-note {
    font-size: 11px;
    color: #666;
    margin-top: 2px;
    font-style: italic;
}