  .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;
  }