
    .carousel-thumb {
      max-height: 80px;
      object-fit: cover;
      cursor: pointer;
      border-radius: 10px;
      opacity: 0.6;
      transition: opacity 0.3s;
    }
    .carousel-thumb.active,
    .carousel-thumb:hover {
      opacity: 1;
    }
    .thumbs-container {
      display: flex;
      justify-content: center;
      gap: 1rem;
      margin-top: 1rem;
    }
.thumbs-container img {
  max-width: 50px;
}

.feature-icon {
      width: 24px;
      margin-right: 10px;
    }
    .theme-img {
      width: 80px;
      height: auto;
      border: 2px solid transparent;
      border-radius: 8px;
      cursor: pointer;
    }
    .theme-img.active {
      border-color: #6f42c1;
    }
    .btn-order {
      background-color: #ff5c33;
      color: white;
      font-size: 18px;
      border-radius: 8px;
      padding: 12px 24px;
    }
    .btn-order:hover {
      background-color: #e04b27;
    }

    .nav-tabs .nav-link.active {
      font-weight: bold;
      border-bottom: 3px solid #007bff;
    }
    .description-content {
      font-size: 16px;
      line-height: 1.7;
    }
    .description-content strong {
      font-weight: 600;
    }