  .filter-btn.active,
  .filter-btn:hover {
      background-color: #0d6efd;
      color: #fff !important;
      border-radius: 6px;
      padding: 5px 12px;
  }

  .filter-container {
      direction: rtl;
  }

  .card {
      height: 100%;
      display: flex;
      flex-direction: column;
      border-radius: 12px;
      overflow: hidden;
  }

  .card-img-container {
      position: relative;
      width: 100%;
      height: 220px;
      background: #f8f9fa;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .card-img-top {
      max-height: 100%;
      max-width: 100%;
      object-fit: contain;
  }

  .price-badge {
      position: absolute;
      top: 10px;
      left: 10px;
      background: #f4811d;
      color: #fff;
      padding: 6px 12px;
      border-radius: 6px;
      font-weight: bold;
      font-size: 14px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }

  .id-badge {
      position: absolute;
      bottom: 10px;
      left: 10px;
      background: #336699;
      color: #fff;
      padding: 4px 10px;
      border-radius: 6px;
      font-size: 13px;
  }

  .btn-secondary {
      background-color: #f4811d !important;
      border-color: #f4811d !important;
  }

  .title_somur {
      text-align: center;
      font-weight: bold;
  }

  .special-price {
    background-color: #dc3545;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}
.commercial-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffc107;
    color: #000;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.commercial-star {
position: absolute;
    top: 10px;
    right: 10px;
    background: #ffc107;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    padding: 8px 16px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);

    /* cloud effect */
    clip-path: ellipse(60% 50% at 50% 50%);
}
.filter-btn {
    cursor: pointer;
}
#filter-container {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

#filter-container.hidden {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}
.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
}

.choose{
    margin-bottom: 0px !important;
    margin-top: 20px !important;
}
.navContainer{
    margin-top: 10px !important;
}